Forum Replies Created

Viewing 15 posts - 76 through 90 (of 97 total)

  • RE: sql job fails

    bob_fazio,

    thank you so much for your help. i'd really appreciated.

  • RE: sql job fails

    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...

  • RE: sql job fails

    the funny thing is it dbcc checkdb all the DB without any errors.

  • RE: sql job fails

    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...

  • RE: sql job fails

    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). 

  • RE: sql job fails

    no.

  • RE: sql job fails

    But this doesn't mean testing with SA causes the sql job to fail.

  • RE: slow server

    i dunno how many hours took. But the next morning was alrite again. As you said the slowness diminished.

  • RE: sql job fails

    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...

  • RE: slow server

    its 2000

  • RE: Strange Backup error

    sql server and backup drive are on the same place. There is no mapped drive.

  • RE: Strange Backup error

    i get something similar to this. someone come up with an answer.

  • RE: replace() question

    jeff, thanks

  • RE: replace() question

    how can i  just select the word next to w,e,s,n?

     

    avenue,road, circle, crossing

Viewing 15 posts - 76 through 90 (of 97 total)