3

I have been trying to connected to sql server 2008 for the past few days using trusted user connection. I have had complete success with the username/password connection string. However, when I try to connect as a trusted user, I completely fail. Any help would be greatly appreciated.

bummi
  • 27,123
  • 14
  • 62
  • 101
user1781272
  • 862
  • 2
  • 14
  • 25
  • there appear to be a couple drivers, which one exactly as you are using. Also are you running on Windows ? – Doon Dec 18 '14 at 00:34
  • I am running Windows. I have tried using tedious but there doesn't appear to be a trusted connection option and I can't get msnodesql installed. – user1781272 Dec 18 '14 at 03:59
  • well in this (https://github.com/patriksimek/node-mssql, there appears to be use Microsoft Driver for Node.js for SQL Server, which appears to have a trusted option). Not sure if will work or not(don't have easy way to test it) – Doon Dec 18 '14 at 04:03
  • This is actually the one i am using. You need to have msnodesql installed to invoke the trusted connection option and that package doesn't seem to install. – user1781272 Dec 18 '14 at 07:21
  • http://stackoverflow.com/questions/19661811/unable-to-download-msnodesql-0-2-1-v0-10-x64-msi This might help? Seems to be some issues with getting it downloaded /etc... – Doon Dec 18 '14 at 12:58

0 Answers0