Viewing 15 posts - 17,611 through 17,625 (of 39,903 total)
Can you check what commands it was last running? DBCC INPUTBUFFER? It's possible that it's stuck and needs to be killed.
November 11, 2010 at 10:03 am
As John mentioned, more information and preferably code, would help.
I would learn towards a CTE if you have temp tables you are trying to use.
November 11, 2010 at 10:02 am
Craig is correct in that this is a network connection/visibility error.
However I'm not clear. You say two servers, and also mention a cluster. Are these both in a cluster? Are...
November 11, 2010 at 10:01 am
I saw a script from Kim Tripp recently that would restore to a point in time, and then check for changes, restore to a newer point, repeat.
The script is in...
November 11, 2010 at 9:28 am
Are the files in the main folder or sub folders? Make sure the Agent does not have a proxy as well.
I tend not to run this from a remote server,...
November 11, 2010 at 9:22 am
Bob Lee (11/11/2010)
November 11, 2010 at 9:16 am
GilaMonster (11/11/2010)
Yea though I walk through the valley of the shadow of joins, I shall fear no scans, for thou...
November 11, 2010 at 8:32 am
OCTom (11/11/2010)
November 11, 2010 at 8:24 am
WayneS (11/10/2010)
Has anyone heard anything about Barry lately?
I haven't. Just pinged him to see if he's OK.
November 10, 2010 at 8:32 pm
I don't think that's true. The pages are smaller on disk, but in memory they are still 8kb pages. So it's not fewer pages, it's fewer IO operations that you...
November 10, 2010 at 4:08 pm
So we can help you understand this, but you're asking a very general question, without any work on your part. The answer could be taken in a few contexts, so...
November 10, 2010 at 12:12 pm
Kevin Hood (11/10/2010)
The true test of an automated driving system will be how it responds when a squirrel runs onto the road.
Ha, that's not a test. Unless you mean there...
November 10, 2010 at 12:00 pm
http://msdn.microsoft.com/en-us/library/ms187030.aspx
Advanced option.
November 10, 2010 at 11:04 am
Since I work for Red Gate, here's SQL Doc:
http://www.red-gate.com/products/SQL_Doc/index.htm
I think most of them have evals. I'd give them a try and pick the one that works best for you out...
November 10, 2010 at 11:01 am
Viewing 15 posts - 17,611 through 17,625 (of 39,903 total)