Export Table for SQL Server Standard 1.06
A utility to export the rows of a table selected via SQL INSERT instructions.
Export Table to SQL for SQL Server Standard is a tool that lets you export selected rows from a table using SQL INSERT statements. It works with all existing versions of MS SQL Server.
The whole process of exporting using Export Table to SQL for SQL Server Standard is done using a simple wizard. The user may predefine or customize the separators for each of the SQL inserts done. Export Table to SQL for SQL Server Standard also predefines the DSN as well as direct connection to the server name.
To filter the rows so you only get the rows you want, the WHERE clause is used.
Download