News

I'm trying to copy a database from one server (SQL Server 2000 Enterprise Edition) to another (SQL Server 2005 Standard Edition) to make sure the second is suitable as a backend to some terrifying ...
Get tips for updating to Microsoft SQL Server 2014, including using SLQ's Copy Database Wizard and a checklist with key tasks to complete during your migration plan.
The latest release adds a new tool, Linked Server Copy, which helps database administrators (DBAs) with their day to day management tasks by allowing them to copy linked servers from one SQL Server ...
Learn how Data Transformation Services (DTS) can help you import, export, and/or transform data from various sources to single or multiple locations in Microsoft SQL Server 2000.
Much of a SQL server's configuration is held in master/model/msdb, so it isn't exactly easy to replace (restoring the master database is a pain, for example).
I needed to copy the SQL Server database, with its most recent schema changes, down to my laptop for a client demonstration at a location where Internet connectivity might not be available. Even ...