Copying a MS SQL server database – w/o BS
June 11, 2008
Sheesh, all I wanted to do was copy a SQL database from one MS Windows machine to another (we are migrating our Infotrieve Ariel servers to new workstations). Searching the web for a solution to this simple task was like asking someone how to plug in a lamp and getting the entire history of physics first.
Here’s how we do it, copying from an MSDE 2000 server to MS SQL 2005 Server Express:
- On the machine with the database, stop the SQL server
- find the database files (suffixes are mdf and ldf) and copy them to your new workstation
- Run Application SQL Server Management Studio Express (free download) on your new workstation
- Connect to your SQL server using the aforementioned Server studio
- in the Object Explorer, right-click the Databases object and choose Attach
- Use the Attach Databases dialog window to locate your database files and attach them.
That’s all. Now, see how simple that was?
Entry Filed under: Windows, Work, information technology. Tags: database, msde server, SQL, sql server express.
Trackback this post | Subscribe to the comments via RSS Feed