How to connect MS SSMS Express to server (Integrated Security) -


i'm trying connect via ssms our ms sql server 2005. first tried connect via visual studio programmatically. worked after found out have put "integrated security=sspi;" connection string, otherwise refused connection "login failed" error.

now im trying connect via ssms refuse when try connect. sadly there no option can set "integrated security=sspi" or else.

choosing "windows authentication" option in connection dialog ssms equivalent putting "integrated security=sspi" in connection string.

enter image description here

this use credentials of ssms process when connecting server.

as note can achieve same result using "additional connection parameters" text box. click on "options >>" button @ bottom of connection dialog , select "additional connection parameters" tab.

enter image description here

then enter in text "integrated security=sspi" (without quotes) text box. override whatever authentication option chosen in drop-down menu is.

more information can found in msdn page or pressing f1 when connection dialog has focus.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

VBA function to include CDATA -