I need to move some data from a test server to a production server.
Is there any useful script that I can use to automatically generate INSERT statements for each table that I need to move to production?
I don't really like to use a tool like bcp as I'll be inserting some data to critical tables and seeing individual INSERT statements makes me more comfortable.
Any advice is appreciated.
Thanks
Is there any useful script that I can use to automatically generate INSERT statements for each table that I need to move to production?
I don't really like to use a tool like bcp as I'll be inserting some data to critical tables and seeing individual INSERT statements makes me more comfortable.
Any advice is appreciated.
Thanks