Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: DBCC CHECKDB errors

    Hi,

    Unfortunately we don't have a clean backup.

    I've tried to perform checkDB with repair_allow_data_loss, but error messages were returned.

    -- Alina

  • RE: DBCC CHECKDB errors

    Hi,

    Thank you for your suggestions. Here is what I have tried to do:

    1) Try dropping and recreate the nonclustered index (ID 3) on MultiSpuEndpointProperties table

    I used the following:

    USE Test_DataCorrupt

    GO

    CREATE NONCLUSTERED...

  • RE: how to compare values in t-sql 2005

    Hello,

    I have for example this table:

    CREATE TABLE #Salary

    ( EmployeeId INT ,

    WeekEndingDate DATETIME,

    ...

  • RE: how to compare values in t-sql 2005

    hi,

    here is the table

    CREATE TABLE #Salary

    ( EmployeeId INT ,

    WeekEndingDate DATETIME,

    Days...

Viewing 4 posts - 1 through 4 (of 4 total)