Does anyone know how to dump data from an MS SQL database with pre-made insert statements without hand coding for each table?
I know about querying INFORMATION_SCHEMA.COLUMNS
etc but don't seem to be able to work out how to bring back the info in the table with the column info etc from the system tables.
Any thoughts? Seems to me that someone would have done this before and the script is available on the web but haven't been able to find it...
Start Free Trial