Viewing 15 posts - 76 through 90 (of 166 total)
If it runs when you run manually, but not as a job, then it is highly probably that it is due to privilege problems. There have been similar questions...
November 12, 2007 at 3:17 pm
What project?
Are you planning to create a new database in the existing SQL Server instance or do you need to install a new instance of SQL Server ... to be...
November 12, 2007 at 3:01 pm
I'm not totally clear about your problem. But could you explain why you are using snapshot, rather than transactional replication? What was the rationale behind it?
November 12, 2007 at 2:58 pm
I had a similar issue ... Never got to solve it though ... I think it is related to IO problems ...
November 12, 2007 at 2:55 pm
In our company, we have developed an in-house software, which monitors and displays the status of many of the items you mentioned:
- Jobs good/failed
- Backup problems
- Disk space/problems
and sends emails...
November 12, 2007 at 2:49 pm
Check out the 7th item here:
http://www.sqlservercentral.com/columnists/jsack/sevenmonitoringscripts.asp
See if this is what you were looking for.
Good luck!
November 12, 2007 at 12:38 pm
I don't think what I am about to suggest is the best way to go, but it satisfies your non-manual constraint:
1. Script out all views, together with exec privileges as...
November 12, 2007 at 12:34 pm
What if a new stored procedure is added to the publisher, will it be propagated to all the subscribers as well or should it be added in some special way...
November 5, 2007 at 8:08 am
One way to find out (I think) is to run Profiler [capturing certain information] during the time this maintenance plan runs ...
September 9, 2007 at 4:24 pm
We run UPDATE STATISTICS daily (sometimes multiple times a day). Would it be important to run it right before I execute the query to get the space usage results?
Thank...
September 9, 2007 at 4:22 pm
Andras,
Thank you for the suggestion. Once I ran the DBCC UPDATEUSAGE('DbName'), the situation seems to have improved, but not completely fixed. That is, the difference in space used by indexes...
September 7, 2007 at 4:03 pm
Does it only take that long over weekend or it got longer from now on?
As Ratheesh suggested, check if any other jobs conflict. I once had backup job run longer...
August 20, 2007 at 10:05 am
Check to see if any jobs are hanging and/or if transaction log backup is really working (i.e. not failing).
We once had a backup job hang for 2 days - transaction...
August 20, 2007 at 10:02 am
From my experiment it looks like having a stored procedure will work just as the script.
Thanks a lot!
August 20, 2007 at 8:28 am
Steve,
But wasn't it the case with the INDEX_DEFRAG script anyway (i.e. if it fails, what is not defragged is not defragged). In that case we just rerun the job...
August 17, 2007 at 8:56 am
Viewing 15 posts - 76 through 90 (of 166 total)