BCP with WHERE clause Fails

前端 未结 0 542
盖世英雄少女心
盖世英雄少女心 2020-11-30 20:53

When using BCP to export data from a table to an XML file this works perfectly:

declare @cmd nvarchar(255);

select @cmd = \' bcp "

相关标签:
回答
  • 消灭零回复
提交回复
热议问题