Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Generate Insert Scripts

By Neeraj Prasad, 2012/11/01

This script generates insert statements of your existing data. This is a stored procedure which you need to run once and then it is tailor made for you.

I tried to find this kind of stuff for a while but wasn`t satisfied with the results, so I wrote this stored procedure.

    Example (1) Exec [dbo].[INS]  'Dbo.test where 1=1'

    Here Dbo is schema and test is tablename and 1=1 is condition
                 (2) Exec [dbo].[INS]  'Dbo.test where name =''neeraj''' * for string
            
Here Dbo is schema and test is tablename and name='neeraj' is condition.

Total article views: 1891 | Views in the last 30 days: 69
 
Tags
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones