Moving a database

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using the MSDE version of SQL Server in order to create a SQL database.

Once I have reated the database, how would I go about sending it to a
colleague so that he can install it on his version of SQL Server? Is it just
a case of sending the MDF file from the Data folder of SQL Server? If so,
how would he then install it on his server?

Hope you can help.
 
Either detach it and send mdf and ldf files or create a backup and send him
the backup file.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top