Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
itadmins590
Starting Member
4 Posts |
Posted - 2008-06-26 : 13:53:05
|
Our DBA left and are in the middle of getting a replacement. But we are having issues when we do a backup of the this database I know some SQL but not as much as a DBAwhen I run dbcc checkdb ('mydb')WITH ALL_ERRORMSGS, NO_INFOMSGSI get the following errors. Can anyone help decipher this.Msg 8967, Level 16, State 216, Line 1An internal error occurred in DBCC which prevented further processing. Please contact Product Support.Msg 8921, Level 16, State 1, Line 1Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous errors.Msg 8928, Level 16, State 1, Line 1Object ID 293576084, index ID 1, partition ID 72057594233749504, alloc unit ID 72057594245218304 (type In-row data): Page (1:149976) could not be processed. See other errors for details.Msg 8939, Level 16, State 98, Line 1Table error: Object ID 293576084, index ID 1, partition ID 72057594233749504, alloc unit ID 72057594245218304 (type In-row data), page (1:149976). Test (IS_OFF (BUF_IOERR, pBUF->bstat)) failed. Values are 12716041 and -4.Msg 8976, Level 16, State 1, Line 1Table error: Object ID 293576084, index ID 1, partition ID 72057594233749504, alloc unit ID 72057594245218304 (type In-row data). Page (1:149976) was not seen in the scan although its parent (1:132180) and previous (1:149975) refer to it. Check any previous errors.Msg 8978, Level 16, State 1, Line 1Table error: Object ID 293576084, index ID 1, partition ID 72057594233749504, alloc unit ID 72057594245218304 (type In-row data). Page (1:149977) is missing a reference from previous page (1:149976). Possible chain linkage problem.CHECKDB found 0 allocation errors and 4 consistency errors in table 'tbl_LabelEntry' (object ID 293576084).Any help would be greatly appreciated.Regards,Adrian |
|
maninder
Posting Yak Master
100 Posts |
Posted - 2008-06-26 : 22:03:53
|
This counds like a CLUSTER INDEX PAGE is CORRUPT as per PAge(1: 149976 to 77)Try to post the RESULTS of DBCC TRACEON (3604)DBCC PAGE ('dbname', 1, 149975, 3); Post the REsults thenDBCC PAGE ('dbname', 1, 149978, 3) and post the resultsManinder |
|
|
itadmins590
Starting Member
4 Posts |
Posted - 2008-07-08 : 09:46:10
|
DBCC PAGE('mydb'), 1, 149975, 3);PAGE: (1:149975)BUFFER:BUF @0x037BEA88bpage = 0x5CA0C000 bhash = 0x00000000 bpageno = (1:149975)bdbid = 11 breferences = 0 bUse1 = 5742bstat = 0xc00009 blog = 0x159a2159 bnext = 0x00000000PAGE HEADER:Page @0x5CA0C000m_pageId = (1:149975) m_headerVersion = 1 m_type = 1m_typeFlagBits = 0x4 m_level = 0 m_flagBits = 0x8200m_objId (AllocUnitId.idObj) = 3163 m_indexId (AllocUnitId.idInd) = 256 Metadata: AllocUnitId = 72057594245218304 Metadata: PartitionId = 72057594233749504 Metadata: IndexId = 1Metadata: ObjectId = 293576084 m_prevPage = (1:149974) m_nextPage = (1:149976)pminlen = 17 m_slotCnt = 368 m_freeCnt = 0m_freeData = 7456 m_reservedCnt = 0 m_lsn = (35568:2197:38)m_xactReserved = 0 m_xdesId = (0:0) m_ghostRecCnt = 0m_tornBits = -1753150020 Allocation StatusGAM (1:2) = ALLOCATED SGAM (1:3) = NOT ALLOCATED PFS (1:145584) = 0x40 ALLOCATED 0_PCT_FULL DIFF (1:6) = NOT CHANGEDML (1:7) = NOT MIN_LOGGED Slot 0 Offset 0x60 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C06000000000: 10001100 89020000 e3670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 0 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 0 Column 1 Offset 0x8 Length 4ItemId = 157667 Slot 0 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 0 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 1 Offset 0x74 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C07400000000: 10001100 89020000 e4670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 1 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 1 Column 1 Offset 0x8 Length 4ItemId = 157668 Slot 1 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 1 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 2 Offset 0x88 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C08800000000: 10001100 89020000 e5670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 2 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 2 Column 1 Offset 0x8 Length 4ItemId = 157669 Slot 2 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 2 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 3 Offset 0x9c Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C09C00000000: 10001100 89020000 e6670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 3 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 3 Column 1 Offset 0x8 Length 4ItemId = 157670 Slot 3 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 3 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 4 Offset 0xb0 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C0B000000000: 10001100 89020000 e7670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 4 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 4 Column 1 Offset 0x8 Length 4ItemId = 157671 Slot 4 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 4 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 5 Offset 0xc4 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C0C400000000: 10001100 89020000 e8670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 5 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 5 Column 1 Offset 0x8 Length 4ItemId = 157672 Slot 5 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 5 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 6 Offset 0xd8 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C0D800000000: 10001100 89020000 e9670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 6 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 6 Column 1 Offset 0x8 Length 4ItemId = 157673 Slot 6 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 6 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 7 Offset 0xec Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C0EC00000000: 10001100 89020000 ea670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 7 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 7 Column 1 Offset 0x8 Length 4ItemId = 157674 Slot 7 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 7 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 8 Offset 0x100 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C10000000000: 10001100 89020000 eb670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 8 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 8 Column 1 Offset 0x8 Length 4next post is continuation of output since it was a lot of data |
|
|
itadmins590
Starting Member
4 Posts |
Posted - 2008-07-08 : 09:49:14
|
cont'dSlot 8 Column 1 Offset 0x8 Length 4ItemId = 157675 Slot 8 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 8 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 9 Offset 0x114 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C11400000000: 10001100 89020000 ec670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 9 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 9 Column 1 Offset 0x8 Length 4ItemId = 157676 Slot 9 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 9 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 10 Offset 0x128 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C12800000000: 10001100 89020000 ed670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 10 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 10 Column 1 Offset 0x8 Length 4ItemId = 157677 Slot 10 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 10 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 11 Offset 0x13c Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C13C00000000: 10001100 89020000 ee670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 11 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 11 Column 1 Offset 0x8 Length 4ItemId = 157678 Slot 11 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 11 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 12 Offset 0x150 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C15000000000: 10001100 89020000 ef670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 12 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 12 Column 1 Offset 0x8 Length 4ItemId = 157679 Slot 12 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 12 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 13 Offset 0x164 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C16400000000: 10001100 89020000 f0670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 13 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 13 Column 1 Offset 0x8 Length 4ItemId = 157680 Slot 13 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 13 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 14 Offset 0x178 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C17800000000: 10001100 89020000 f1670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 14 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 14 Column 1 Offset 0x8 Length 4ItemId = 157681 Slot 14 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 14 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 15 Offset 0x18c Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C18C00000000: 10001100 89020000 f2670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 15 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 15 Column 1 Offset 0x8 Length 4ItemId = 157682 Slot 15 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 15 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 16 Offset 0x1a0 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C1A000000000: 10001100 89020000 f3670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 16 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 16 Column 1 Offset 0x8 Length 4ItemId = 157683 Slot 16 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 16 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 17 Offset 0x1b4 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C1B400000000: 10001100 89020000 f4670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 17 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 17 Column 1 Offset 0x8 Length 4ItemId = 157684 Slot 17 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 17 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 18 Offset 0x1c8 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C1C800000000: 10001100 89020000 f5670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 18 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 18 Column 1 Offset 0x8 Length 4ItemId = 157685 Slot 18 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 18 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 19 Offset 0x1dc Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C1DC00000000: 10001100 89020000 f6670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 19 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 19 Column 1 Offset 0x8 Length 4ItemId = 157686 Slot 19 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 19 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 20 Offset 0x1f0 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C1F000000000: 10001100 89020000 f7670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 20 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 20 Column 1 Offset 0x8 Length 4ItemId = 157687 Slot 20 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 20 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 21 Offset 0x204 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C20400000000: 10001100 89020000 f8670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 21 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 21 Column 1 Offset 0x8 Length 4ItemId = 157688 Slot 21 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 21 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 22 Offset 0x218 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C21800000000: 10001100 89020000 f9670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 22 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 22 Column 1 Offset 0x8 Length 4ItemId = 157689 Slot 22 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 22 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 23 Offset 0x22c Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C22C00000000: 10001100 89020000 fa670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 23 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 23 Column 1 Offset 0x8 Length 4ItemId = 157690 Slot 23 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 23 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 24 Offset 0x240 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C24000000000: 10001100 89020000 fb670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 24 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 24 Column 1 Offset 0x8 Length 4ItemId = 157691 Slot 24 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 24 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 25 Offset 0x254 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C25400000000: 10001100 89020000 fc670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 25 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 25 Column 1 Offset 0x8 Length 4ItemId = 157692 Slot 25 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 25 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 26 Offset 0x268 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C26800000000: 10001100 89020000 fd670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 26 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 26 Column 1 Offset 0x8 Length 4ItemId = 157693 Slot 26 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 26 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 27 Offset 0x27c Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C27C00000000: 10001100 89020000 fe670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 27 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 27 Column 1 Offset 0x8 Length 4ItemId = 157694 Slot 27 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 27 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 28 Offset 0x290 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C29000000000: 10001100 89020000 ff670200 000a0900 †.........g...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 28 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 28 Column 1 Offset 0x8 Length 4ItemId = 157695 Slot 28 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 28 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 29 Offset 0x2a4 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C2A400000000: 10001100 89020000 00680200 000a0900 †.........h...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 29 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 29 Column 1 Offset 0x8 Length 4ItemId = 157696 Slot 29 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 29 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 30 Offset 0x2b8 Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C2B800000000: 10001100 89020000 01680200 000a0900 †.........h...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 30 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 30 Column 1 Offset 0x8 Length 4ItemId = 157697 Slot 30 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 30 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 31 Offset 0x2cc Length 20Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP Memory Dump @0x65F6C2CC00000000: 10001100 89020000 02680200 000a0900 †.........h...... 00000010: 000400f0 ††††††††††††††††††††††††††††.... Slot 31 Column 0 Offset 0x4 Length 4LabelId = 649 Slot 31 Column 1 Offset 0x8 Length 4ItemId = 157698 Slot 31 Column 2 Offset 0xc Length 1 (Bit position 0)Recursive = 0 Slot 31 Column 3 Offset 0xd Length 4VersionFrom = 2314 Slot 32 Offset 0x2e0 Length 20 |
|
|
itadmins590
Starting Member
4 Posts |
Posted - 2008-07-08 : 09:51:56
|
is there specific data that you are looking for? there is just too much data that that returns |
|
|
paulrandal
Yak with Vast SQL Skills
899 Posts |
Posted - 2008-07-08 : 13:46:10
|
You've hit a bug in CHECKDB. See [url]http://www.sqlskills.com/blogs/paul/2008/05/22/CHECKDBBugThatPeopleAreHittingMsg8967Level16State216.aspx[/url].You need to run CHECKDB on your own database snapshot or using WITH TABLOCK (see the blog article above) to see the whole list of errors.ThanksPaul RandalSQL Server MVP, Managing Director, SQLskills.com |
|
|
|
|
|
|
|