Viewing 15 posts - 571 through 585 (of 1,655 total)
Did you trace the deadlock graph (T1222)? That should help you solving the problem.
December 17, 2008 at 3:40 am
You have two options. One is writing your own function which generates new ID's.
The second option which I would prefer is using two columns one for location and one for...
December 17, 2008 at 2:03 am
Rudy Panigas (12/16/2008)
So I'm still looking for a...
December 17, 2008 at 1:12 am
RBarry, I think you missed the part that SQLMail doesn't work with the 64-bit version.
December 16, 2008 at 10:11 am
Rudy Panigas (12/16/2008)
My reason...
December 16, 2008 at 8:47 am
In 2005 it's called Data engine tuning advisor and you can fingd it in SSMS under Tools.
December 16, 2008 at 8:40 am
kendal.vandyke (12/16/2008)
December 16, 2008 at 8:25 am
You can't receive mails using database mail, but you can use SQL mail which is basically the same as in SQL 7 or 2000. Then just schedule a job to...
December 16, 2008 at 1:27 am
I think that you installation of RS was ok only it wasn't configured. During installation you can choose if you want to configure RS with the default settings or you...
December 16, 2008 at 1:18 am
I just tried it and it works fine for me.
No difference if I run it on the server or from a remote client.
The column has_drop_pending in cdc.change_tables is...
December 15, 2008 at 1:21 pm
Steve Jones - Editor (12/15/2008)
I'll...
December 15, 2008 at 11:00 am
I'm pretty sure that it's depending on the SP which is installed for the client tools.
On all my machines you only get the "Start Job at Step" option, but...
December 15, 2008 at 7:07 am
Personally I would say all four answers are correct because you have the FORCEPLAN option which essentially is a query optimizer hint.
Even BOL talks about a query optimizer hint.
December 15, 2008 at 2:06 am
Paul,
the part of the errorlog you've posted is from before the failover. I would be more interested in the errorlog after the failover if it contains any messages why...
December 11, 2008 at 1:59 pm
In a cluster the whole instance does a failover and all databases inside the instance should be available after the failover.
Did you get any errors in the SQL Errorlog...
December 11, 2008 at 8:03 am
Viewing 15 posts - 571 through 585 (of 1,655 total)