Viewing 9 posts - 196 through 204 (of 204 total)
The problem is your reindexing job. It causes the log file to become larger as it reindexes. This is normal. That huge log is what gets the reindexing over to...
February 12, 2009 at 5:32 am
I looked to fill out the survey, but it is no longer there.
I agree with what other have said on mail. When will they ask about the way Agent handles...
November 14, 2003 at 8:22 am
Just a shot in the dark here, but it sounds like the user the job is running under does not have the necessary remote access to the linked server. Have...
September 29, 2003 at 12:59 pm
I wish. I have asked this question before and have gotten no good leads. I have heard though, that once you select it to be the view EM will remember...
August 19, 2003 at 8:17 am
Another thing that can make shrinking the tran log difficult is if the active portion of the log is near the end of the physical file. SQL Server will not...
August 19, 2003 at 8:13 am
You might also just replace the Builtin\administrators group with another of your own creation, such as domain\SQLAdmins, which has System Administrator rights on that SQL Server, then put the necessary...
July 11, 2003 at 7:49 am
quote:
One of our nice developers has managed to create over 300 indexes with a fill factor of 90 (good eh) on a...
July 10, 2003 at 11:43 am
For future refence, just write a script to do this job for you, then you don't need to create the DB ahead of time.
Drop Database [DB Name]
Go
Restore Database [DB Name]
from...
July 10, 2003 at 11:38 am
quote:
Do you mean database available space is 0.00MB? Try to run sp_spaceused @updateusage = true to the database and go back to...
July 9, 2003 at 1:52 pm
Viewing 9 posts - 196 through 204 (of 204 total)