Hi,
Why a database with two words separated by a space causes problem to a bcp command like below :
EXEC xp_cmdshell 'bcp [History Data].dbo.InventoryV aluation_FP1020 08" out D:\test.txt -q -T -c'
Do you guys met with the same problem before? If yes, how to solve it.
Many thanks.
Why a database with two words separated by a space causes problem to a bcp command like below :
EXEC xp_cmdshell 'bcp [History Data].dbo.InventoryV aluation_FP1020 08" out D:\test.txt -q -T -c'
Do you guys met with the same problem before? If yes, how to solve it.
Many thanks.
Comment