Archive for March, 2007:

Export SQL as Insert Statements

{ Posted on Mar 03 2007 by Sherri }
Sometimes you just want to dump the contents of a database table as a series of insert statements. Many DBMSes can do this, in fact I do it with MySQL all the time. But it seems Microsoft SQL Server Enterprise ...Read More »