February 8, 2010 at 1:02 pm
i have two servers a and b
both are active- passive envi.
a - is the primary
b - secondary
a - shows sql server
b - It shows sql server , it does not show manegment studio .
any help !
February 8, 2010 at 1:32 pm
yes
February 8, 2010 at 1:35 pm
Try to type 'sqlwb' ( for SQL 2005), or 'ssms' (for SQL2008) in Start-->Run on the server where you think it's missing. and see what happens.
February 8, 2010 at 1:57 pm
It says it cannot find sqlwb .
February 8, 2010 at 2:04 pm
Do you remember if ssms was installed?
Have you worked on the server earlier using the ssms?
Blog -- LearnSQLWithBru
Join on Facebook Page Facebook.comLearnSQLWithBru
Twitter -- BruMedishetty
February 8, 2010 at 2:56 pm
As far as I am aware SSMS is not cluster aware and you have to do a separate install of the workstation components on the second node.
you don't need to failover to do this.
---------------------------------------------------------------------
February 10, 2010 at 4:00 pm
George is right, when you install SQL on cluster work station components gets installed only on active node, you have to install work station components on other node if you need it.
EnjoY!
February 15, 2010 at 8:32 am
Or you can install the client components on your desktop computer. This has the following advantages:
(1) You're not logged on to the server and stopping someone who needs to log on to do some maintenanace from connecting;
(2) There's less risk of accidentally changing something on the computer;
(3) You can manage all your servers from the same place.
John
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply