May 2, 2025 at 2:41 am
Hello,
Looking to find T-SQL code, stor proc which can be used to run with table name as the parameter.
The script should provide data from the table as
Insert into Table1 (col1, col2, col3) Values ('abc', 'defc', 123)
Had found one called sp_Generate_inserts on vyaskn.tripod.com but the values seem to get truncated ; something like
Insert into Table1 (col1, col2, col3) Values ('abc',
and the table just had 146 rows about 9-10 columns
Any help appreciated
Thank You
Dragon
Melbourne-Australia
May 2, 2025 at 9:07 am
https://github.com/drumsta/sql-generate-insert
This should help
May 6, 2025 at 5:01 am
Thank You
Dragon
Melbourne-Australia
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy