If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Microsoft SQL Server > Exporting yourdatabase to SQLServer commands

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-11, 07:01
Breako Breako is offline
Registered User
 
Join Date: Jan 2006
Posts: 119
Exporting yourdatabase to SQLServer commands

I know in MySQL there is a mechanism to export your database to a collection of DDL and DML SQL commands. IS this available in SqlServer?

Thanks.
Reply With Quote
  #2 (permalink)  
Old 12-12-11, 10:19
onansalad onansalad is offline
Registered User
 
Join Date: Nov 2003
Posts: 159
I just used it this weekend to back-convert a sql08R2 back to sql05. Remember to select "schema and data" in the options if you want the data inserted as well as the objects. Also - if you're back-converting you'll have to remove the statement for the varbinary procedure.


How To Convert SQL Server 2008 Database To SQL Server 2005?
__________________
Kit Lemmonds
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On