Jump to content

Recommended Posts

Posted

We're using MS Sql Server 2005.* Now im used to dealing with the excellent MySql.* With MySql i was able to save out a Sql query that represented my data within a table.* I want the same output from a couple of my Sql Server 2K5 tables.* Basically Im after the following output:

 

INSERT INTO MyTable (Field1, Field2) VALUES (data1, data2)

 

Where Field1/2 is an actual field name and data1/2 are actual data pulled from the dbase.* I can then take this sql output and run it on a different dbase to insert the data.

 

How do i save out the data in my sql server 2k5 table in this way?

 

Thanks.

 

 

More...

 

View All Our Microsft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...