|
-
Feb 27th, 2008, 06:54 PM
#1
Thread Starter
Fanatic Member
way to do SQL export from MDF>
hey is there a way to "export" data/table/schema in a .sql file from a mdf file I use?
-
Feb 27th, 2008, 09:54 PM
#2
Re: way to do SQL export from MDF>
You would most likely do that from SQL Server Management Studio, not a VB.NET app.
-
Feb 27th, 2008, 10:24 PM
#3
Thread Starter
Fanatic Member
Re: way to do SQL export from MDF>
Hey thanks for the reply. I guess there isnt a way because i couldnt even find is uing LIVE search. (mind you i havnt googled ityet).
I just want to give the option to my users to transfer the database over to a full blown server 2005 or setup a online database and change the connection string.
-
Feb 27th, 2008, 10:35 PM
#4
Re: way to do SQL export from MDF>
I take it that you are deploying your app for SQL Server Express with an MDF file, correct? If so then anyone who is using SQL Server can simply attach the MDF to the server in Management Studio. Each SQL Server database IS an MDF file already. They are just permanently attached instead of attached and detached on demand as they can be with SQL Server Express.
-
Feb 28th, 2008, 07:43 AM
#5
Re: way to do SQL export from MDF>
You can also use the T-SQL BACKUP and RESTORE commands to move a database from one server to another.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|