标题: Can't use the OUTPUT option when passing ....... [打印本页] 作者: winjjd 时间: 2004-09-18 13:51 标题: Can't use the OUTPUT option when passing ....... bcp的问题,要怎么处理
Can't use the OUTPUT option when passing a constant to a stored
procedure.作者: 电子管 时间: 2004-09-18 14:08 标题: Can't use the OUTPUT option when passing ....... 你的命令是什么啊?
bcp的是表吗?不会是stored procedure吧?作者: winjjd 时间: 2004-09-18 14:14 标题: Can't use the OUTPUT option when passing ....... bcp databasename..v_test1 out d:\data\v_test1.bcp -c -Usa -P
-Sservername作者: 电子管 时间: 2004-09-18 14:31 标题: Can't use the OUTPUT option when passing ....... 再检查一下你实际操作过程中命令输入是不是有误啊?