Viewing 15 posts - 15,721 through 15,735 (of 19,564 total)
Another thing on if the tempdb is growing unexpectedly and is growing rapidly. I outlined some methods to find the root cause of those growths. You will need...
March 30, 2010 at 10:53 pm
Lynn Pettis (3/30/2010)
March 30, 2010 at 10:26 pm
Fal (3/30/2010)
However, my 2...
March 30, 2010 at 10:01 pm
WayneS (3/30/2010)
CirquedeSQLeil (3/30/2010)
March 30, 2010 at 9:43 pm
If the file is not there then somebody or some process has deleted if the backup completed successfully.
I would certainly verify that auditing is on for that fileshare and check...
March 30, 2010 at 6:51 pm
Magy (3/30/2010)
So I guess I could do this?
SELECT * FROM myTable
WHERE 1 = 1
select case @myVar
WHEN 1 THEN
...
March 30, 2010 at 6:49 pm
Have you tried using a left outer join for this query in lieu of the inner joins?
March 30, 2010 at 6:46 pm
I would shrink the log file first. After the log file is shrunk an properly sized, then do the move.
March 30, 2010 at 6:05 pm
Jack Corbett (3/30/2010)
Paul White NZ (3/30/2010)
CirquedeSQLeil (3/30/2010)
That to me is akin to calling PaulPaulster
Never do that again. I will find you.
:w00t:
A little intense there hey, Paulie? 😀
Careful -...
March 30, 2010 at 5:55 pm
sgambale (3/30/2010)
I wound...
March 30, 2010 at 4:07 pm
Thanks for posting back.
March 30, 2010 at 4:05 pm
Lynn,
Do you have any other jobs or processes that may be trying to fire it off? I ask because I have a ton of jobs that are setup in...
March 30, 2010 at 3:58 pm
10% fragmentation seems like an awfully low threshold. I've been in environments where we didn't touch it unless it was 50% (1TB plus databases). Then we would defrag...
March 30, 2010 at 3:38 pm
Viewing 15 posts - 15,721 through 15,735 (of 19,564 total)