Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
esthera
Master Smack Fu Yak Hacker
1410 Posts |
Posted - 2014-06-17 : 13:27:11
|
I have 2 computersI want to be able to log in with sql managment studio from the second computer to the firstwhat do I need to do to make this workas of now instead of putting in localhost I am putting in the ip but I am getting an error Logon failure:unknown user name or bad passwordnamed pipes and tcp/ip is open |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-06-17 : 13:45:50
|
Hostname\InstancenameBut that error means you did make it to the other computer and was denied access due to your logon. Are you using SQL or Windows authentication? Has that account been granted access?Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
esthera
Master Smack Fu Yak Hacker
1410 Posts |
Posted - 2014-06-18 : 00:49:05
|
sql authenticaionwhen i connect locally i use localhostso i tried just the ip but it didn't workwould i do ip\instancenameand how do i know what the instance name isthe same username and password work if I type in localhost |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2014-06-18 : 12:34:29
|
You can check the instance name by looking at the SQL Server service names in Admin Tools/Services. You would check this on the server where SQL Server is installed.Tara KizerSQL Server MVP since 2007http://weblogs.sqlteam.com/tarad/ |
|
|
|
|
|