Forum Replies Created

Viewing 15 posts - 6,451 through 6,465 (of 9,715 total)

  • RE: database crash

    Marco V (2/16/2011)


    after answering the still open questions fase and suggestion

    and

    before restoring backups.

    you can always try if you got the possibility to restart SQL server and hoping it start...

  • RE: Job stops running as per schedule after maitenance?

    sqldba_icon (2/15/2011)


    In all these i do not see the place where you mentioned "sp_add_jobserver"?

    He's referring to a step referenced in his BOL link (click on the word...

  • RE: Fun(?) with DATETIME2

    Jamie Longstreet-481950 (2/16/2011)


    The brain sleeps when it runs out of energy. Often it is smarter than we are.

    Yeah, and supposedly I just woke up from a good night's sleep....

  • RE: SQL Job appear to run when job has been disabled???

    sqldba_icon (2/15/2011)


    simon-811452 (4/9/2010)


    Brandie

    This definitely happens when disabling from the GUI (see previous post). The system SP runs another SP, sp_sqlagent_notify, which clears the cache for the job; again, see previous...

  • RE: Today's Random Word!

    Daniel Bowlin (2/15/2011)


    Congratulations on publication.

    WOTD: Thanks. @=)

  • RE: Fun(?) with DATETIME2

    john.arnott (2/15/2011)


    Jamie Longstreet-481950 (2/15/2011)


    I prefer something I can rely on to work for all cases with dates... my favorite is

    CONVERT(varchar(8),getdate(),112)='20110215'

    because it is easy to remember and there are...

  • RE: database crash

    GilaMonster (2/15/2011)


    Brandie Tarvin (2/15/2011)


    BUT, the reason I ask about the database is that if it's Suspect, there may be other options for you that don't require a restore. Restores should...

  • RE: SQL Job appear to run when job has been disabled???

    The problem is, we don't know what the problem is. Both GUI and script should work. GUI is not working properly, however. So stick with the script or, as I...

  • RE: database crash

    If db recovery is full, then your last full backup and every transaction log since can be used for restoring the database. Go into SSMS -> Databases, right click and...

  • RE: Severity 20 Error - Connection Pooling

    Nope. I can't even find these errors in the logs. It's like they happened, but didn't happen (according to the server logs). That's what's driving me nuts.

    The earliest entry before...

  • RE: Job stops running as per schedule after maitenance?

    David Benoit (2/15/2011)


    Of course, according to BOL it is supposed to update the cache with every change but it may not be happening here. I haven't heard of the job...

  • RE: Job stops running as per schedule after maitenance?

    sqldba_icon (2/15/2011)


    Brandie Tarvin (2/15/2011)


    Could it be that the job cache hasn't been updated since right after you disabled things?

    Could be..what do u mean by "job cache"..how can i check that?

    Job...

  • RE: Job stops running as per schedule after maitenance?

    Could it be that the job cache hasn't been updated since right after you disabled things?

  • RE: installation location for mdf, ldf, backup files

    To add to what Nadrek just said, remember that just because the drive letter is different, doesn't mean the drive is different. Too many DBAs make the assumption that logical...

  • RE: Who created the job?

    SQL Server does NOT track who created jobs, just the current owner of the jobs.

    However, the work around is to create your own DDL trigger (if Create Job is one...

Viewing 15 posts - 6,451 through 6,465 (of 9,715 total)