I am using the following command to import data into sql server:
bcp
dbo.traderprodmap in c:temp\data.txt
-c -t -S "SQLTRADERQA\TRADERQA"
-d trader -Uabcprod123 -Pabc&prod
I get the following error:
SQLstate 28000 and nativeerror 18456 Login failed for user abcprod123
I have invoked the above command thru administrator mode. Double checked username and pwd . Can someone pls point out the issue here?