Viewing 15 posts - 31 through 45 (of 53 total)
The cluster service is the service that is in charge of the failover. It will perform a failover if it detects an issue, so in order to test this you...
September 20, 2011 at 11:22 pm
If you stop the cluster service - it wont failover!
September 20, 2011 at 11:04 pm
The round robin definately does not apply to log files - they are used serially.
September 20, 2011 at 3:51 pm
This is a really good article on working with and speccing tempdb. It is for 2005 but is still relevant for 2008. It also has some good diagnostic scripts.
September 20, 2011 at 3:49 pm
But how do we get Sub_ID in the select list?
September 14, 2011 at 8:08 pm
Do you want the lowest price for each unique MasterID (in which case your output should include 1235 cc 4) or do you want the lowest price...
September 14, 2011 at 7:14 pm
Not to mention the coolest SSC avatar 🙂
Congratulations.
September 13, 2011 at 10:47 pm
Good puzzler - thanks. Nice coverage of different scenarios.
September 13, 2011 at 4:45 pm
exec sp_configure 'show advanced options',1;
go
reconfigure;
go
EXEC sp_configure 'xp_cmdshell', 1;
go
reconfigure;
go
September 13, 2011 at 1:38 am
I think 450 follows quite naturally from 432. It seems to take a deeper - higher level approach to DBA work. Think architectural more than in the trenches admin...
From what...
September 12, 2011 at 8:01 pm
In other words use set rather than select to assign to the variable in this case - assuming that you want a null assigned if that was the result. If...
September 12, 2011 at 2:29 am
These sites deal with the behaviour where nulls are concerned.
http://ryanfarley.com/blog/archive/2004/03/01/390.aspx
http://vyaskn.tripod.com/differences_between_set_and_select.htm
But cold coffee is right as well - if you want granular control over what is returned...
September 12, 2011 at 2:02 am
Are you wanting to pass in file number as a parameter or will the sproc iterate through all file numbers?
September 11, 2011 at 1:15 am
Viewing 15 posts - 31 through 45 (of 53 total)