Are there any free tools for scripting MSSQL table data? I\'ll gladly write one, but am hoping it\'s been done, and the app matured a bit before/
For loading and unloading table data you could also use bcp, Integration Services or BULK INSERT (for the loading portion). This article describes a method to invoke bcp from within a stored procedure.