all groups > sql server (alternate) > october 2004 >
You're in the

sql server (alternate)

group:

How to upload a table as sql?


How to upload a table as sql? Evgeny Gopengauz
10/30/2004 5:07:17 AM
sql server (alternate):
How to upload a content of a table into sql-file (as a set of INSERTs)
using standard utilities?

*** Sent via Developersdex http://www.developersdex.com ***
Re: How to upload a table as sql? David Portas
10/30/2004 9:22:58 AM
If you want to generate a script of INSERT statements from actual data then
take a look at this SP:
http://vyaskn.tripod.com/code.htm#inserts

--
David Portas
SQL Server MVP
--

Re: How to upload a table as sql? Evgeny Gopengauz
10/30/2004 3:07:15 PM
Sorry, but this code does not work.
But I got an idea. Thank you.

*** Sent via Developersdex http://www.developersdex.com ***
AddThis Social Bookmark Button