Connect to SQL Server with Management Studio using Windows Authentication -


i working management studio , want log in databases located on server in domain. login have such windows credentials.

i want able log in via management studio on local pc. have found way using command similar to:

runas /netonly /user:domain\username "c:\progr...\ide\ssms.exe" 

while works, isn't easiest or nicest way. there better way? way can within management studio?

the elegant ways connect sql server in domain still use windows authentication are:

  • what you're doing: runas /netonly
  • connecting via remote desktop , opening ssms locally on remote server

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -