Viewing 15 posts - 7,561 through 7,575 (of 9,244 total)
October 14, 2010 at 9:55 am
there is also a bug in the failover cluster install whereby you elect to install shared component files to D:\program files\MSSQL instead of C:
you go to your next node and...
October 14, 2010 at 9:48 am
Jpotucek (10/13/2010)
What I want to do is bring SQL Server down while they do the actual server backups
Take all SQL Server resource groups offline, this will offline all the...
October 14, 2010 at 9:30 am
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...
October 14, 2010 at 9:03 am
Are we talking windows 2003 or 2008 cluster here?
October 14, 2010 at 7:58 am
try posting on the MSDN forums may help.
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...
October 14, 2010 at 6:58 am
have you informed MicroSoft product support?
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...
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...
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 😉
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...
October 13, 2010 at 12:02 pm
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...
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...
October 12, 2010 at 12:41 pm
Viewing 15 posts - 7,561 through 7,575 (of 9,244 total)