Hello all,
I have created a database "test" with some tables in MS SQL Server 2008 R2 (i.e. MS SQL Server Management Studio).
Now, I need to export this database as a MDF file.
What should I do?
Thank you
Hello all,
I have created a database "test" with some tables in MS SQL Server 2008 R2 (i.e. MS SQL Server Management Studio).
Now, I need to export this database as a MDF file.
What should I do?
Thank you
If you mean that you want to be able to attach the database on another server, then this is what you can do:
Detach
)Databases
and click Attach
)right-click on database from Management Studio -> Detach. Then you have the MDF file you can export to wherever you want :)