|
When using below BCP on drive D: Help me out..
(comments are locked)
|
|
You are trying to connect to a server using shared memory - is this protocol active on the machine? Is the username and password valid? You can test these by trying to open a connection to the machine in SSMS and specifying the username/password and protocol. This will show if the protocol is working or not. You can then also check that the username and password is correct: It may be also worth you checking the protocol is really set to "enabled". To check network connections for the sql server go to Start -> SQL Server 2k? -> Configuration Tools -> SQL Server Configuration Manager - You can then see which protocols are active for the instance: Great answer. In fact, too good. You don't leave any crumbs.
Nov 29 '10 at 06:46 PM
Grant Fritchey ♦♦
I think I said something similar to @WilliamD last night, bless 'im...
Nov 30 '10 at 12:10 AM
ThomasRushton ♦
+1 - for a great answer made awesome with images and colouring-in and highlighting. Epic!!!
Nov 30 '10 at 01:10 AM
Fatherjack ♦♦
Yeah - had a crayola moment yesterday evening. pics make it much easier to explain sometimes - highlighting just looks cool! ;)
Nov 30 '10 at 01:19 AM
WilliamD
Just noticed you have cracked 6k karma too. Nice one, thanks for being around and helping :D
Nov 30 '10 at 02:47 AM
Fatherjack ♦♦
(comments are locked)
|
|
Add the sqllogin as a database user in TESTDB and give it SELECT permissions. You will get this error if the user has a login but no access to the db. Also make sure your server is set up for mixed mode (SQL Server and Windows Authentication). If you are using sqlexpress or are in a clustered environment be sure to add the appropriate server\instance_name
(comments are locked)
|

