Is there a tool out there that will script the database records into "insert" statements?
I have a very tiny table (200-300 records) that needs to be sent to a very non-technical client and was hoping that I could find something that would script the data into a statement like so:
insert into tablex (col1, col2, col3) values ('data', 123, 'more')
Here is another tool that does the same and is integrated into SQL Server Management Studio: Aris-Soft Data Scriptor AddIn for SQL Server Management Studio http://www.aris-soft.com/products.html
Here is another tool that does the same and is integrated into SQL Server Management Studio: Aris-Soft Data Scriptor AddIn for SQL Server Management Studio http://www.aris-soft.com/products.html