Database Integrity Job is failing

  • Can someone please jelp to fix this error, thank you

    Executing query "DECLARE @GUID UNIQUEIDENTIFIER EXECUTE msdb..sp".: 100% complete End Progress Progress: 2011-02-13 07:00:03.60 Source: Check Database Integrity Executing query "USE [DLT] ".: 50% complete End Progress Progress: 2011-02-13 07:00:05.33 Source: Check Database Integrity Executing query "DBCC CHECKDB WITH NO_INFOMSGS ".: 100% complete End Progress Progress: 2011-02-13 07:00:05.35 Source: Check Database Integrity Executing query "USE [SharePoint_Config] ".: 50% complete End Progress Progress: 2011-02-13 07:00:06.10 Source: Check Database Integrity Executing query "DBCC CHECKDB WITH NO_INFOMSGS ".: 100% complete End Progress Progress: 2011-02-13 07:00:06.10 ... The package execution fa... The step failed.

    Could not generate mail report.An exception occurred while executing a Transact-SQL statement or batch.Could not obtain information about Windows NT group/user 'sa', error code 0xffff0002.

    Can someone please jelp to fix this error, thank you

  • I believe that the error message says it all...

    Windows NT group/user 'sa',

    I'm not a systems DBA so not 100% sure but there is probably no user or group called "SA" on the windows server. You probably need to make an "admin user" of sorts on the WINDOWS server and have SQL Server use that login when the SQL Server service starts.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • Try using windows authentication

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply