![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have the following error when trying to connect to SQL Azure using BCP: Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'MYUSER'. The command line used is: bcp.exe "MYDATABASE.dbo.MYTABLE" out "C:\temp\test.tmp" -E -q -n -S MYSERVER.database.windows.net -U MYUSER@MYSERVER The error message appears when entering the password on the following prompt. |
#3
| |||
| |||
|
|
Lilian (Lilian (AT) discussions (DOT) microsoft.com) writes: I have the following error when trying to connect to SQL Azure using BCP: Error = [Microsoft][SQL Server Native Client 10.0][SQL Server]Login failed for user 'MYUSER'. The command line used is: bcp.exe "MYDATABASE.dbo.MYTABLE" out "C:\temp\test.tmp" -E -q -n -S MYSERVER.database.windows.net -U MYUSER@MYSERVER The error message appears when entering the password on the following prompt. You can also specify password with -P. The problem may be that SQL Azure does not support connections from ODBC (which is what BCP uses). I learnt recently that it does not support OLE DB connections, but I don't recall what was said about ODBC. -- Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se Books Online for SQL Server 2005 at http://www.microsoft.com/technet/pro...ads/books.mspx Books Online for SQL Server 2000 at http://www.microsoft.com/sql/prodinf...ons/books.mspx . |
#4
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |