--直接導出
EXEC master..xp_cmdshell 'bcp master.dbo.spt_values out "e:\TX3.txt" -c -S"服務器名" -U"用戶名" -P"12345"'

解决方案 »

  1.   

    还是出现同样的错误:
    Operating-system err:
        There is no OS level error
    DB-LIBRARY err:
        Unable to determine Net-Library error
    Null
      

  2.   

    EXEC master..xp_cmdshell 'bcp master.dbo.spt_values out "e:\TX3.txt" -c -S"服務器名" -U"用戶名" -P"12345"'还是出现同样的错误:
    Operating-system err:
        There is no OS level error
    DB-LIBRARY err:
        Unable to determine Net-Library error
    Null
      

  3.   

    EXEC master..xp_cmdshell 'bcp master.dbo.spt_values out "e:\TX3.txt" -c -S"服務器名" -U"用戶名" -P"12345"'在有的机子上可以运行;
    有的机子会出现的错误:
    Operating-system err:
        There is no OS level error
    DB-LIBRARY err:
        Unable to determine Net-Library error
    Null