Viewing 5 posts - 1 through 5 (of 5 total)
Dear Shamsudeen,
I am connecting from another machine in the network and doing bcp.
SO I should mention the server machine name.Pls help
April 11, 2008 at 3:58 am
My command is this
bcp testdatabase.dbo.[dimension_72] in E:\HR.txt -S xxxxx\SQL2005 -USA -PSA -f E:\HR_unq.fmt -e E:\HR_unq_error.log -o E:\HR_unq_bcp.log -t "" -r
where xxxxx is server name
THe error...
April 11, 2008 at 12:15 am
The server is running and I am able to connect with the same credentials using QueryAnalyzer
April 10, 2008 at 3:03 am
My command is this
bcp testdatabase.dbo.[dimension_72] in E:\HR.txt -S chennai\SQL2005 -USA -PSA -f E:\HR_unq.fmt -e E:\HR_unq_error.log -o E:\HR_unq_bcp.log -t "" -r
THe error is as follows:
SQLState =...
April 9, 2008 at 11:28 pm
I am getting this error while using bcp in 2005
SQLState = 28000, NativeError = 18456
Error = [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed for user 'SA'.
THe bcp command worked fine when...
April 7, 2008 at 11:25 pm
Viewing 5 posts - 1 through 5 (of 5 total)