Viewing 9 posts - 1 through 9 (of 9 total)
The databases were in simple recovery mode. I changed them to full recovery mode, but to run the log backup successfully had to re-run a full backup while the database...
March 23, 2006 at 1:19 am
Hi
thanks for the responses. Makes sense. Do you have any suggestions how I can track what takes up that time? Ie. what events do I set up in Profiler once...
October 25, 2005 at 1:44 am
Hi
thanks for the responses. Makes sense. Do you have any suggestions how I can track what takes up that time? Ie. what events do I set up in Profiler once...
October 25, 2005 at 1:41 am
September 6, 2005 at 2:07 am
Right click on the workflow (sometimes you need to check both the preceding and following workflow). Select properties. Add the new precedence criteria. Make sure you update the precedence that...
September 1, 2005 at 4:07 am
I have copied (probably somewhere from this site ) and used the following probably with some modifications from the original.
CREATE TABLE AdminReindexDuration (
DBName varchar (255) NULL ,
DateStart datetime NULL ,
DateEnd...
June 7, 2005 at 3:13 am
Don't know why but this solves it....
DECLARE @a NCHAR
SET @a = '-'
SELECT datalength('a1sdsad12---325143gffdfd4dgsf1 -')
-
datalength(convert(varchar,REPLACE('a1sdsad12---325143gffdfd4dgsf1 -',@a,'')))
January 6, 2005 at 3:15 am
1. Backup the MSDB and restore on new server but you will over write any jobs already on the new server. So be sure there is nothing you need. If...
January 6, 2005 at 2:38 am
Try running this statement against the databases in question.
sp_spaceused @updateusage = 'TRUE'
April 26, 2004 at 1:06 am
Viewing 9 posts - 1 through 9 (of 9 total)