Viewing 15 posts - 7,561 through 7,575 (of 9,241 total)
Jpotucek (10/14/2010)
Do you think I should only take the Cluster Group offline
No that would disable access to the cluster! This group will go offline when the last cluster node shuts...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 9:03 am
Are we talking windows 2003 or 2008 cluster here?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 7:58 am
try posting on the MSDN forums may help.
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 7:36 am
RaviShankar1234 (10/13/2010)
I'm not able to connect to it even if I give i/p address with port number associated with Instance2
what format are you using to specify the ip and port...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 6:58 am
have you informed MicroSoft product support?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 6:55 am
as soon as you install SQL Server into a clustered environment it sets the service startup to manual on all nodes (imagine if 2 nodes both had the services set...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 3:57 am
No problem, the annoying thing is there are other issues with PDC which aren't fixed until at least SP1 CU7.
Thing is it is a new technology in SQL server and...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 14, 2010 at 1:05 am
george sibbald (10/13/2010)
and SP2 is out so perhaps you should slipstraem that.
Maybe in your test environment only at first 😉
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 13, 2010 at 3:57 pm
min and max memory settings are indeed dynamic. use the following query to set these
exec sp_configure 'Show advanced options', '1'
reconfigure
exec sp_configure 'min server memory (MB)', 'valueinMB'
exec sp_configure 'max server memory...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 13, 2010 at 12:02 pm
yes!!
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 13, 2010 at 11:43 am
this is a real problem and many have complained! Don't use scripts to remove the default collection set jobs as you will have issues if you try to re enable...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 13, 2010 at 11:41 am
Halcyon (10/12/2010)
we have got service going down and not being restartedThank you
Sounds dire and beyond the scope of forum posts. What is your location, I am available on a contract...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 12, 2010 at 12:41 pm
This post explains it a little more
http://www.pluralsight-training.net/community/blogs/jimjohn/archive/2008/03/23/50536.aspx
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 12, 2010 at 11:40 am
MarvinTheAndriod (10/12/2010)
ALTER LOGIN [SA] WITH PASSWORD = 0x01004086ceb66433e82f3f8946c27e33641a8179e4ad419c5811 HASHED, CHECK_POLICY = ON, CHECK_EXPIRATION = OFF
But it still generated the same error:
Incorrect...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 12, 2010 at 10:50 am
MarvinTheAndriod (10/12/2010)
Lowell (10/11/2010)
if you pass a specific login name, it gets scripted...
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
October 12, 2010 at 10:04 am
Viewing 15 posts - 7,561 through 7,575 (of 9,241 total)