Viewing 4 posts - 1 through 4 (of 4 total)
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
July 4, 2011 at 9:45 am
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...
July 1, 2011 at 7:04 am
Hello,
I have for example this table:
CREATE TABLE #Salary
( EmployeeId INT ,
WeekEndingDate DATETIME,
...
April 15, 2009 at 3:14 pm
hi,
here is the table
CREATE TABLE #Salary
( EmployeeId INT ,
WeekEndingDate DATETIME,
Days...
April 15, 2009 at 9:21 am
Viewing 4 posts - 1 through 4 (of 4 total)