Want to create a script to export Data and tables and views to a sql script.
I have SQL Server 2008 r2.
So far I\'ve only been able to automatically generate an
Here are some options to think over (prioritised in terms of what I would recommend):-
SET IDENTITY INSERT ON / OFF
command for the identity seeded tables