Connect to SQL Server Name is blank
-
2012年7月12日 下午 08:21
When I try to connect to the Server Name..it is blank.
I tried the ".", "(localserver)\SQLEXPRESS" "BSS02205\SQLEXPRESS" ..No luck
But I can connect through SQL Server Management Studio
TCP/IP is enabled.
Any help would be appreciated.
Thanks
George
所有回覆
-
2012年7月13日 上午 12:25
What windows login do you use when you login to your client machine?
You can try using run as to execute Management Studio and enter your windows credentials there instead. You can do this via Start -> Run, then enter "Runas /user:<yourdomain>\<yourwindowsusername> SSMS.exe". Also you can check your current user name by running "echo %USERNAME%" from a command prompt.
Thanks
/Neil Moorthy - Senior SQL Server DBA/Developer (MCITP (2005/2008), MCAD, ITILv3, OCA 11g) Please click the Mark as Answer button if a post solves your problem
-
2012年7月13日 上午 11:22
This is what I normally do:
Start Management Studio.
Copy the Server name from the drop down box.
Paste it into the Server name edit box of the other tool (is it the SSMA tool?)Also, installing the browser service might help.
- 已編輯 Chris Sijtsma 2012年7月13日 下午 01:41
-
2012年7月13日 下午 01:18版主
Hello,
Please start SQL Server Browser Service. Enable Named Pipes protocol and restart SQL Server service for the changes to take effect.
http://msdn.microsoft.com/en-us/library/ms191294(v=sql.100).aspxConfigure or disable Windows Firewall.
http://msdn.microsoft.com/en-us/library/ms175043(v=sql.100)
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com -
2012年7月13日 下午 02:35
To all,
I just realized that I mistakingtly put the word "cannot" in the wrong place.
I CAN connect with Management Studio I CAN'T connect using Microsoft SQL Server Migration Assistant
I will open a new question
Thanks for all your help
- 已標示為解答 GeorgeFeig 2012年7月13日 下午 06:22

