August 5, 2008 at 3:24 pm
Hello,
I think I am asking this question in the right forum.
THe configuration on my server is TCPIP Enabled, Named Pipes Enabled. The order of SQL Native CLient Protocols is TCPIP 2, Named PIpes 3. If I use bcp command to load Data into a table on the server, it asks me for a password even though I am using -T to specify Trusted Connection.
Thanks,
Amit.
August 5, 2008 at 5:27 pm
I believe trusted connections only work with default instances, are you using a named instance in this case?
August 5, 2008 at 10:10 pm
Amit Chaudhary (8/5/2008)
Hello,I think I am asking this question in the right forum.
THe configuration on my server is TCPIP Enabled, Named Pipes Enabled. The order of SQL Native CLient Protocols is TCPIP 2, Named PIpes 3. If I use bcp command to load Data into a table on the server, it asks me for a password even though I am using -T to specify Trusted Connection.
Thanks,
Amit.
Where are you running BCP from? A command window? From T-SQL? Or ??? And, yeah, it does make a difference. If you aren't running SQL Server with Windows Authentication enabled, I don't believe the -T switch of BCP will work.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply