Viewing 15 posts - 76 through 90 (of 133 total)
Hmm..i think this could be done, but it wouldn't be pretty. You can configure alerts for error level 17 through 25. As the Response for those, have them execute a...
January 28, 2011 at 8:25 am
I wrote about how I set up alerts for mirroring here: http://shaunjstuart.com/archive/2010/10/the-mirror-man/%5B/url%5D
January 28, 2011 at 7:25 am
I recently set up synchronous mirroring and wrote a couple blog posts about my experiences. Overall, it was very easy. My first post about it is here[/url]. There is also...
January 28, 2011 at 7:20 am
I'm still not clear on what you mean when you say you "When it is called with a value that has an index..." Indexes are defined on columns, not values....
January 26, 2011 at 8:54 am
You generally don't want any database files on the same drive as the OS because database files can grow. If something goes wacky, they could grow to consume all available...
January 26, 2011 at 8:27 am
WayneS (1/25/2011)
I agree that the expression isn't sargable, but adding the computed column won't help unless the query is changed to point to that column... and the OP states that...
January 25, 2011 at 1:13 pm
Just to chime in with my experience. I was seeing the same thing. I even left a trace running on the model db for a week and the only activity...
January 25, 2011 at 12:46 pm
Not sure why you are seeing variations in execution times. Is the data changing significantly on a daily basis? Perhaps a cached execution plan works great one day, then the...
January 25, 2011 at 8:53 am
I just wanted to let people know I found a bug in the stored procedure portion of this that may result in the @@SERVERNAME system variable being set to NULL...
January 24, 2011 at 7:53 am
If you are installing the service pack from a network/shared resource, it may be going away during the SP install. A service pack install may stop the clust services, which...
January 21, 2011 at 9:02 am
As an added caution, be sure to check how you are accessing the server. You can run into problems when going from 32 bit to 64 bit SQL Servers because...
January 21, 2011 at 8:56 am
I don't have an article, but I did do a couple of write-ups about this on my blog - look here[/url] and here[/url].
December 27, 2010 at 9:47 am
Figured out part of this.. Still don't know why the logfile was not available, but the repeated DBCC messages were due to the database having autoclose enabled. Each time the...
December 20, 2010 at 10:11 am
Not entirely sure what you are asking.. Are you looking to find out what service accounts the mirroring service is using to connect to the various mirroring servers? Look at...
December 9, 2010 at 10:42 am
I'm coming in a little late to this thread, but pop music is what picks me up.
http://shaunjstuart.com/archive/2010/08/pop-goes-the-dba/%5B/url%5D
Shaun
December 3, 2010 at 9:28 am
Viewing 15 posts - 76 through 90 (of 133 total)