我正试图从表格中撰写一份产出文件。 我没有发现任何错误,但档案没有制作。
EXEC master..xp_cmdshell bcp "SELECT * FROM DB.dbo.table1" queryout "C:employee.txt" -T -Sservername -U user111 -P pwd -c -t,
我不清楚为什么没有立案。 谁能帮助?
I am not getting errors instead I get following messages:
usage: bcp {dbtable | query} {in | out | queryout | format} datafile
[-m maxerrors] [-f formatfile] [-e errfile]
[-n native type] [-c character type] [-w wide character type]
[-N keep non-text native] [-V file format version] [-q quoted identifier]
[-C code page specifier] [-t field terminator] [-r row terminator]
[-i inputfile] [-o outfile] [-a packetsize]
[-S server name] [-U username] [-P password]
[-T trusted connection] [-v version] [-R regional enable]
[-k keep null values] [-E keep identity values]
NULL
我在服务器A上运行,但数据库在服务器B上,例如服务器A I SERVER管理演播室,并给服务器B细节登录。 在我提出上述问题之后,我提出了问题。 因此,将建立哪一个服务器?