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.InventoryValuation_FP102008" out D:\test.txt -q -T -c'
Do you guys met with the same problem before? If yes, how to solve it.
Many thanks.