Viewing 15 posts - 76 through 90 (of 97 total)
bob_fazio,
thank you so much for your help. i'd really appreciated.
July 24, 2007 at 8:39 am
Sorry for the Long post....here it goes. That is wat you want to see i guess.
But I can't see anything wrong with that.
------------------------------------------------------------------------
Job 'usp_DBCC_CHECKDB' : Step 1, 'usp_DBCC_CHECKDB' : Began...
July 23, 2007 at 2:24 pm
the funny thing is it dbcc checkdb all the DB without any errors.
July 23, 2007 at 2:13 pm
DECLARE @dbid int, @DBName sysname, @sql nvarchar(4000), @version char(1)
SELECT @dbid = 0, @version = CONVERT(char(1), SERVERPROPERTY('ProductVersion'))
IF @version = '8'
BEGIN
WHILE @dbid < (SELECT MAX(dbid) FROM master.dbo.sysdatabases...
July 23, 2007 at 2:06 pm
are you talking about this msg?
The job failed. The Job was invoked by Schedule 192 (usp_DBCC_CHECKDB). The last step to run was step 1 (usp_DBCC_CHECKDB).
July 23, 2007 at 1:49 pm
But this doesn't mean testing with SA causes the sql job to fail.
July 23, 2007 at 1:42 pm
i dunno how many hours took. But the next morning was alrite again. As you said the slowness diminished.
July 18, 2007 at 1:10 pm
Somoething to do with syspermissions i guess as it stops there. the funny thing is when i run the SP on QA it's all good, no errors at all on...
July 18, 2007 at 1:01 pm
sql server and backup drive are on the same place. There is no mapped drive.
May 2, 2007 at 6:29 am
i get something similar to this. someone come up with an answer.
May 1, 2007 at 12:16 pm
how can i just select the word next to w,e,s,n?
avenue,road, circle, crossing
October 18, 2006 at 1:12 pm
Viewing 15 posts - 76 through 90 (of 97 total)