Tool for Scripting Table Data

前端 未结 5 760
暖寄归人
暖寄归人 2020-11-30 06:07

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/

5条回答
  •  温柔的废话
    2020-11-30 06:58

    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.

提交回复
热议问题