Dbcc Sqlperf In SQL Server 2005
Jul 10, 2006
In SQL Server 2005, the dbcc sqlperf requires View Server State permission. If this permission cannot be granted, how can I find out the nlogpcntused (Percentage of the log file currently occupied with transaction log information)?
By the way, is there any place that I can find out this kind of difference (required permission) between SQL Server 2000 and SQL Server 2005?
Thanks for any help,
Peter
View 1 Replies
ADVERTISEMENT
Sep 5, 2006
Hi Have a SQL Server 2000 Server with SP3a When i run the DBCC Command DBCC SQLPERF(LOGSPACE) I see the following results Database Name ==== Log Size === Log Space Used ===Status -------------------------------------------------------- MyDB 7.588888E+11 -778.3809 0 ========================================================== What does this negative value mean .... Thanks
View 3 Replies
View Related
Nov 27, 2002
Does any one know how to interpret the output of this DBCC SQLPerf (waitstats) command? This is not a documented command. It appears to retrieve performance statistics from SQL Server. It would be interesting to know what does the output mean in terms of SQL Server performance. ...B.Y.
View 2 Replies
View Related
Dec 18, 1998
If I run DBCC SQLPERF(LOGSPACE) to check logspace usage, I get a resulttable with the following fields: Database Name, Log Size (MB), Log Space Used (%), Status Of course I know what the first three fields mean, but I'm a little confused about the last one. Usually it says 1 or 0, and I think (1) means that the log space is not on it's own device and (0) that it is on it's own device. Yesterday I got a status of 8 for one database, and I can't find anywhere what it means. I know that it's not equal to the status in sysdatabases. Can someone tell me what it means?
View 1 Replies
View Related
Mar 23, 2001
Hi, I have to monitor log. I am using dbcc sqlperf(logspace). I need to refresh it evry 15-20min.to monitor the growth(ofcourse in %)of log files. How is this possible if I do think of 'automating' it? TIA pd
View 1 Replies
View Related
Aug 2, 2007
OK ... how many of you run dbcc SQLPERF(waitstats) to display analyze SQL Server 2000 resource utilization? How about sp_waitstats? This is a very useful stored procedure that takes the sqlperf output and aggregates it over common wait types. If you've had to work on a sick SQL Server box, I've found this pretty useful to help pinpoint bottlenecks. While there's plenty written about the various wait types, there seems to a shortage of stuff written about acceptable or expected values! I am experiencing some performance problems with some procedures running on the EE of SQL 2000 w/SP3 on a server with 12 GB of RAM & 8 CPUs. Since no major locking issues stood out, I ventured to see what types of waits were occurring. Using both dbcc SQLPERF(waitstats) and sp_waitstats I found 98% of the waits where the OLEDB type. First I've never seen a single wait type be responsible for such a large %. For this type of wait, SQL Server is waiting for a OLE DB provider to service its request. High transactions or slow connection speeds in a distributed env are a big cause of these. This can be caused by slow authentication, outdate MDAC or incorrect DB Providers. (OK, I have to admit I haven't seen this type of wait before) Has anyone else encountered this type of wait? I've seen various I/O Latch waits in the past but this is the first time I've seen OLEDB. If you've seen this, what were the steps taken to remedy this situation? Thanks, JoeT
View 1 Replies
View Related
Nov 10, 1998
When running the DBCC sqlperf (LRUSTATS) command I get an extremely high value for the Avg Free Page Scan. Typically, this value was between 1 and 2 for our SQL 6.0 Server, but in upgrading to SQL 6.5, it has jumped to about 200. Recently, I noticed another value looks suspect. The Max Free Page Scan is equal to 1, obviously not the *Max* value if the average is 200. I know that others have seen this same behavior both in this group and in the microsoft newsgroups. It seems as though these values have been reversed or since every example I've seen posted by others has a 1.0 value for the Max, this parameter is not working at all. An example of the output follows: Statistic Value -------------------------------- ------------------------ Cache Hit Ratio 98.8573 Cache Flushes 4588.0 Free Page Scan (Avg) 184.768 Free Page Scan (Max) 1.0 Min Free Buffers 2048.0 Cache Size 24883.0 Free Buffers 2174.0 If anyone has information on this, or knows where I can go to get more information, it would be appreciated. Thanks, - Craig
View 1 Replies
View Related
Apr 4, 2001
Can anyone point me in the direction of some online resource that explains, in detail, the statistics returned by DBCC SQLPERF? Thanks Phill
View 1 Replies
View Related
Mar 26, 2007
Hi All, I am playing with DBCC command to check the contsrainst on a perticular table (DBCC CHECKCONSTRAINTS ('myTable') WITH ALL_CONSTRAINTS), it always gives the following result: DBCC execution completed. If DBCC printed error messages, contact your system administrator. nothing more than that, anyone can help please? Cheers, Riaz
View 3 Replies
View Related
Mar 5, 2005
For Backup Database i used script BACKUP DATABSE. Then after that, i need to check Database inigrity, for that i used DBCC CHECKDB and DBCC CHECKCATALOG but, i want to store the result in a text file, after executing these two commends, how to write commend line please help me.
View 1 Replies
View Related
Apr 17, 2007
Hi to all, We have an environment production with a lot of activity all days, for this reason the time for the maintenance tasks is very short (only for Reindex and no more). We must execute all days a DBCC CheckDB command without to affect the performance server and we have a problem with the temporally snapshot that is create during this command because usually we have some load tasks executing at the same time of the DBCC and the size of the snapshot is too big and produce an error for not enough space on the disk. In some documents we have read that when you have an environment with non NTFS disks the command work like on SQL Server 2000 without snapshot.This is not our case because we have NTFS disks but we would like to execute the command without snapshot, with database online and compatibility level option to SQL Server 2005 (9.0). Someone know if this is possible? Thanks in advance, Prado
View 4 Replies
View Related
May 23, 2008
I am in the position that my DR environment will be down while the upgrade from 2000 to 2005 is being done. The upgrade instructions say that update statistics and DBCC check database should be done. With the size of my database I estimate that this will take over 2 days to do. Is this step a necessary step for the upgrade. I am looking to reduce my expose. Keep in mind that DR get overwritten each night.
View 3 Replies
View Related
Jan 9, 2007
Following the below topic: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=53271 I followed the advice of Paul Randal, but Im stumped as I am not able to determin what the corruption issues are. This is SQL 2000 and the database is a Solomon database that was recently upgraded to 6.5. the error I get when running the DBCC checkdb is as follows: Server: Msg 8966, Level 16, State 1, Line 1 Could not read and latch page (1:18645) with latch type SH. sysindexes failed. DBCC execution completed. If DBCC printed error messages, contact your system administrator. When I run select * from sysindexes, I get: Server: Msg 3624, Level 20, State 1, Line 1 Location: blobman.cpp:1780 Expression: sourceLength == sizeof (TextPointer) SPID: 53 Process ID: 256 Connection Broken When I run dbcc page (dbname, 1, 18645, 3) dbcc traceon(3604), It finishes with what appears to be no errors log is as follows: PAGE: (1:18645) --------------- BUFFER: ------- BUF @0x0144C880 --------------- bpage = 0x681B4000 bhash = 0x00000000 bpageno = (1:18645) bdbid = 12 breferences = 1 bstat = 0x9 bspin = 0 bnext = 0x00000000 PAGE HEADER: ------------ Page @0x681B4000 ---------------- m_pageId = (1:18645) m_headerVersion = 1 m_type = 1 m_typeFlagBits = 0x0 m_level = 0 m_flagBits = 0x2 m_objId = 2 m_indexId = 0 m_prevPage = (1:505) m_nextPage = (1:213) pminlen = 82 m_slotCnt = 16 m_freeCnt = 3988 m_freeData = 5796 m_reservedCnt = 0 m_lsn = (42700:4549:10) m_xactReserved = 0 m_xdesId = (0:2539719) m_ghostRecCnt = 0 m_tornBits = 0 Allocation Status ----------------- GAM (1:2) = ALLOCATED SGAM (1:3) = NOT ALLOCATED PFS (1:16176) = 0x40 ALLOCATED 0_PCT_FULL DIFF (1:6) = CHANGED ML (1:7) = NOT MIN_LOGGED Slot 0 Offset 0xf8c ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4F8C: 00520030 013f142a 00004012 00000000 0.R.*.?..@...... 681B4F9C: 00010000 00000000 02600000 00010001 ..........`..... 681B4FAC: 00000000 00000000 00000000 00000000 ................ 681B4FBC: 00000000 00000000 027a0000 00000022 ..........z."... 681B4FCC: 00000000 00000000 00000000 00000000 ................ 681B4FDC: 001b0000 00000000 00800003 80a60096 ................ 681B4FEC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4FFC: 0001000a 00000000 00010016 00000000 ................ 681B500C: 006d0073 006e0049 00420076 00740061 s.m.I.n.v.B.a.t. 681B501C: 00680063 00000030 002a869d 00570000 c.h.0.....*...W. 681B502C: 00010000 0007 ...... id = 20911146 status = 16402 first = 0 indid = 1 root = 0 minlen = 608 keycnt = 1 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 634 maxirow = 34 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4FEC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4FFC: 0001000a 00000000 00010016 00000000 ................ name = smInvBatch0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182647062528 RowId = (1:87:7) Slot 1 Offset 0x12c4 -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B52C4: 00520030 013f142a 00000000 00000000 0.R.*.?......... 681B52D4: 00020000 00000000 00150000 00010003 ................ 681B52E4: 00000000 00000000 00000000 00000000 ................ 681B52F4: 00000000 00000000 00260000 0000002c ..........&.,... 681B5304: 00000000 00000000 00000000 00000000 ................ 681B5314: 001b0000 00000000 00c00003 80e600d6 ................ 681B5324: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5334: 00010016 00000000 00010072 00000000 ........r....... 681B5344: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5354: 000b000a 00000000 000b0016 00000000 ................ 681B5364: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5374: 000b000a 00000000 00010016 00030000 ................ 681B5384: 006d0073 006e0049 00420076 00740061 s.m.I.n.v.B.a.t. 681B5394: 00680063 00000031 002a869f 00570000 c.h.1.....*...W. 681B53A4: 00010000 0008 ...... id = 20911146 status = 0 first = 0 indid = 2 root = 0 minlen = 21 keycnt = 3 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 38 maxirow = 44 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B5324: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5334: 00010016 00000000 00010072 00000000 ........r....... 681B5344: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5354: 000b000a 00000000 000b0016 00000000 ................ 681B5364: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B5374: 000b000a 00000000 00010016 00030000 ................ name = smInvBatch1 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182647193600 RowId = (1:87:8) Slot 2 Offset 0x1440 -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B5440: 00520030 01584911 00004012 000000c6 0.R..IX..@...... 681B5450: 00010001 00000095 09a20001 00010001 ................ 681B5460: 00000001 00000005 00000005 00000000 ................ 681B5470: 00000000 00000003 09ba0000 0000001a ................ 681B5480: 00000000 00000096 00000001 00000000 ................ 681B5490: 001b0000 00000000 00800003 80a60096 ................ 681B54A0: 00340134 00050002 00000000 00000000 4.4............. 681B54B0: 00010020 00000000 000102c1 00000000 ............... 681B54C0: 00700052 00520074 006e0075 00690074 R.p.t.R.u.n.t.i. 681B54D0: 0065006d 00000030 002a87a9 03a00000 m.e.0.....*..... 681B54E0: 00010000 0019 ...... id = 22563089 status = 16402 first = 0 indid = 1 root = 0 minlen = 2466 keycnt = 1 groupid = 1 dpages = 1 reserved = 5 used = 5 rowcnt = 0 rowmodctr = 3 reserved3 = 0 reserved4 = 0 xmaxlen = 2490 maxirow = 26 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B54A0: 00340134 00050002 00000000 00000000 4.4............. 681B54B0: 00010020 00000000 000102c1 00000000 ............... name = RptRuntime0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182664626176 RowId = (1:928:25) Slot 3 Offset 0x15bc -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B55BC: 00520030 01584911 00000000 000000e6 0.R..IX......... 681B55CC: 00020001 000000e6 00470001 00010003 ..........G..... 681B55DC: 00000001 00000002 00000002 00000000 ................ 681B55EC: 00000000 00000000 00580000 0000005e ..........X.^... 681B55FC: 00000000 00000161 00000001 00000000 ....a........... 681B560C: 001b0000 00000000 00c00003 80e600d6 ................ 681B561C: 00af03af 00000015 3400d008 00000000 ...........4.... 681B562C: 00010008 00000000 0001004b 00000000 ........K....... 681B563C: 00af03af 0000002f 3400d008 00000000 ..../......4.... 681B564C: 0016003f 00000000 0016096b 00000000 ?.......k....... 681B565C: 00340134 00050002 00000000 00000000 4.4............. 681B566C: 00450020 00000000 000102c1 00010000 .E............. 681B567C: 00700052 00520074 006e0075 00690074 R.p.t.R.u.n.t.i. 681B568C: 0065006d 00000031 002a87ab 3eb70000 m.e.1.....*....> 681B569C: 00010000 0004 ...... id = 22563089 status = 0 first = 0 indid = 2 root = 0 minlen = 71 keycnt = 3 groupid = 1 dpages = 1 reserved = 2 used = 2 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 88 maxirow = 94 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B561C: 00af03af 00000015 3400d008 00000000 ...........4.... 681B562C: 00010008 00000000 0001004b 00000000 ........K....... 681B563C: 00af03af 0000002f 3400d008 00000000 ..../......4.... 681B564C: 0016003f 00000000 0016096b 00000000 ?.......k....... 681B565C: 00340134 00050002 00000000 00000000 4.4............. 681B566C: 00450020 00000000 000102c1 00010000 .E............. name = RptRuntime1 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182664757248 RowId = (1:16055:4) Slot 4 Offset 0xc04 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4C04: 00520030 0175b502 00004012 00000000 0.R...u..@...... 681B4C14: 00010000 00000000 040c0000 00010001 ................ 681B4C24: 00000000 00000000 00000000 00000000 ................ 681B4C34: 00000000 00000000 04270000 00000022 ..........'."... 681B4C44: 00000000 00000000 00000000 00000000 ................ 681B4C54: 001b0000 00000000 00800003 80a60096 ................ 681B4C64: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4C74: 0001004e 00000000 000103e6 00000000 N............... 681B4C84: 006f0057 006b0072 00650043 0074006e W.o.r.k.C.e.n.t. 681B4C94: 00720065 00000030 002a84b7 55880000 e.r.0.....*....U 681B4CA4: 00010000 0007 ...... id = 24491266 status = 16402 first = 0 indid = 1 root = 0 minlen = 1036 keycnt = 1 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 1063 maxirow = 34 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4C64: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4C74: 0001004e 00000000 000103e6 00000000 N............... name = WorkCenter0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182615212032 RowId = (1:21896:7) Slot 5 Offset 0xb64 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4B64: 00520030 01ab548a 00004012 00000000 0.R..T...@...... 681B4B74: 00010000 00000000 038e0000 00010001 ................ 681B4B84: 00000000 00000000 00000000 00000000 ................ 681B4B94: 00000000 00000000 03b00000 0000001a ................ 681B4BA4: 00000000 00000000 00000000 00000000 ................ 681B4BB4: 001b0000 00000000 00800003 80a00090 ................ 681B4BC4: 00af03af 00000002 3400d008 00000000 ...........4.... 681B4BD4: 0001007b 00000000 000102bb 00000000 {............... 681B4BE4: 004f0053 00650053 00750074 00300070 S.O.S.e.t.u.p.0. 681B4BF4: 84010000 0000002a 00000f23 00070001 ....*...#....... id = 28005514 status = 16402 first = 0 indid = 1 root = 0 minlen = 910 keycnt = 1 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 944 maxirow = 26 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4BC4: 00af03af 00000002 3400d008 00000000 ...........4.... 681B4BD4: 0001007b 00000000 000102bb 00000000 {............... name = SOSetup0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182603284480 RowId = (1:3875:7) Slot 6 Offset 0x58c ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B458C: 00520030 01c4f563 00004012 00000000 0.R.c....@...... 681B459C: 00010000 00000000 04c70000 00010002 ................ 681B45AC: 00000000 00000000 00000000 00000000 ................ 681B45BC: 00000000 00000000 04e80000 00000027 ............'... 681B45CC: 00000000 00000000 00000000 00000000 ................ 681B45DC: 001b0000 00000000 00a00003 80c400b4 ................ 681B45EC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B45FC: 00010034 00000000 0001016e 00000000 4.......n....... 681B460C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B461C: 000b002a 00000000 000b0135 00000000 *.......5....... 681B462C: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B463C: 00300074 82fd0000 0000002a 0000068a t.0.....*....... 681B464C: 00490001 ..I. id = 29685091 status = 16402 first = 0 indid = 1 root = 0 minlen = 1223 keycnt = 2 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 1256 maxirow = 39 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B45EC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B45FC: 00010034 00000000 0001016e 00000000 4.......n....... 681B460C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B461C: 000b002a 00000000 000b0135 00000000 *.......5....... name = PurOrdDet0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586245120 RowId = (1:1674:73) Slot 7 Offset 0x650 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4650: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B4660: 00020000 00000000 002e0000 00010003 ................ 681B4670: 00000000 00000000 00000000 00000000 ................ 681B4680: 00000000 00000000 003f0000 00000045 ..........?.E... 681B4690: 00000000 00000000 00000000 00000000 ................ 681B46A0: 001b0000 00000000 00c00003 80e400d4 ................ 681B46B0: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B46C0: 00010024 00000000 00010109 00000000 $............... 681B46D0: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B46E0: 001f0034 00000000 0001016e 00010000 4.......n....... 681B46F0: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4700: 0029002a 00000000 000b0135 00010000 *.).....5....... 681B4710: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B4720: 00310074 83040000 0000002a 0000068a t.1.....*....... 681B4730: 004a0001 ..J. id = 29685091 status = 0 first = 0 indid = 2 root = 0 minlen = 46 keycnt = 3 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 63 maxirow = 69 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B46B0: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B46C0: 00010024 00000000 00010109 00000000 $............... 681B46D0: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B46E0: 001f0034 00000000 0001016e 00010000 4.......n....... 681B46F0: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4700: 0029002a 00000000 000b0135 00010000 *.).....5....... name = PurOrdDet1 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586703872 RowId = (1:1674:74) Slot 8 Offset 0x734 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4734: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B4744: 00030000 00000000 00340000 00010004 ..........4..... 681B4754: 00000000 00000000 00000000 00000000 ................ 681B4764: 00000000 00000000 00450000 0000004b ..........E.K... 681B4774: 00000000 00000000 00000000 00000000 ................ 681B4784: 001b0000 00000000 00e00003 810400f4 ................ 681B4794: 00af03af 00000006 3400d008 00000000 ...........4.... 681B47A4: 00010044 00000000 000101ea 00000000 D............... 681B47B4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B47C4: 00070024 00000000 00070109 00000000 $............... 681B47D4: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B47E4: 00250034 00000000 0001016e 00010000 4.%.....n....... 681B47F4: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4804: 002f002a 00000000 000b0135 00010000 *./.....5....... 681B4814: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B4824: 00320074 83050000 0000002a 0000068a t.2.....*....... 681B4834: 004b0001 ..K. id = 29685091 status = 0 first = 0 indid = 3 root = 0 minlen = 52 keycnt = 4 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 69 maxirow = 75 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4794: 00af03af 00000006 3400d008 00000000 ...........4.... 681B47A4: 00010044 00000000 000101ea 00000000 D............... 681B47B4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B47C4: 00070024 00000000 00070109 00000000 $............... 681B47D4: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B47E4: 00250034 00000000 0001016e 00010000 4.%.....n....... 681B47F4: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4804: 002f002a 00000000 000b0135 00010000 *./.....5....... name = PurOrdDet2 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586769408 RowId = (1:1674:75) Slot 9 Offset 0x838 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4838: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B4848: 00040000 00000000 00120000 00010005 ................ 681B4858: 00000000 00000000 00000000 00000000 ................ 681B4868: 00000000 00000000 00230000 00000029 ..........#.)... 681B4878: 00000000 00000000 00000000 00000000 ................ 681B4888: 001b0000 00000000 01000003 81240114 ..............$. 681B4898: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B48A8: 00010034 00000000 0001016e 00000000 4.......n....... 681B48B8: 00af03af 00000005 3400d008 00000000 ...........4.... 681B48C8: 000b002a 00000000 000b0135 00000000 *.......5....... 681B48D8: 00340134 00050002 00000000 00000000 4.4............. 681B48E8: 00100029 00000000 00100133 00000000 ).......3....... 681B48F8: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4908: 00010034 00000000 0001016e 00030000 4.......n....... 681B4918: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4928: 000b002a 00000000 000b0135 00030000 *.......5....... 681B4938: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B4948: 00330074 83060000 0000002a 0000068a t.3.....*....... 681B4958: 004c0001 ..L. id = 29685091 status = 0 first = 0 indid = 4 root = 0 minlen = 18 keycnt = 5 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 35 maxirow = 41 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4898: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B48A8: 00010034 00000000 0001016e 00000000 4.......n....... 681B48B8: 00af03af 00000005 3400d008 00000000 ...........4.... 681B48C8: 000b002a 00000000 000b0135 00000000 *.......5....... 681B48D8: 00340134 00050002 00000000 00000000 4.4............. 681B48E8: 00100029 00000000 00100133 00000000 ).......3....... 681B48F8: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4908: 00010034 00000000 0001016e 00030000 4.......n....... 681B4918: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4928: 000b002a 00000000 000b0135 00030000 *.......5....... name = PurOrdDet3 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586834944 RowId = (1:1674:76) Slot 10 Offset 0x95c -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B495C: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B496C: 00050000 00000000 003a0000 00010005 ..........:..... 681B497C: 00000000 00000000 00000000 00000000 ................ 681B498C: 00000000 00000000 004b0000 00000051 ..........K.Q... 681B499C: 00000000 00000000 00000000 00000000 ................ 681B49AC: 001b0000 00000000 01000003 81240114 ..............$. 681B49BC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B49CC: 00010024 00000000 00010109 00000000 $............... 681B49DC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B49EC: 001f005e 00000000 001f032b 00000000 ^.......+....... 681B49FC: 00340134 00050002 00000000 00000000 4.4............. 681B4A0C: 0029002f 00000000 00290154 00000000 /.).....T.)..... 681B4A1C: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4A2C: 002b0034 00000000 0001016e 00010000 4.+.....n....... 681B4A3C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4A4C: 0035002a 00000000 000b0135 00010000 *.5.....5....... 681B4A5C: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B4A6C: 00340074 83070000 0000002a 0000068a t.4.....*....... 681B4A7C: 004d0001 ..M. id = 29685091 status = 0 first = 0 indid = 5 root = 0 minlen = 58 keycnt = 5 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 75 maxirow = 81 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B49BC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B49CC: 00010024 00000000 00010109 00000000 $............... 681B49DC: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B49EC: 001f005e 00000000 001f032b 00000000 ^.......+....... 681B49FC: 00340134 00050002 00000000 00000000 4.4............. 681B4A0C: 0029002f 00000000 00290154 00000000 /.).....T.)..... 681B4A1C: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4A2C: 002b0034 00000000 0001016e 00010000 4.+.....n....... 681B4A3C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4A4C: 0035002a 00000000 000b0135 00010000 *.5.....5....... name = PurOrdDet4 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586900480 RowId = (1:1674:77) Slot 11 Offset 0xa80 -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4A80: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B4A90: 00060000 00000000 00200000 00010003 .......... ..... 681B4AA0: 00000000 00000000 00000000 00000000 ................ 681B4AB0: 00000000 00000000 00310000 00000037 ..........1.7... 681B4AC0: 00000000 00000000 00000000 00000000 ................ 681B4AD0: 001b0000 00000000 00c00003 80e400d4 ................ 681B4AE0: 00af03af 00000010 3400d008 00000000 ...........4.... 681B4AF0: 00010036 00000000 0001017a 00000000 6.......z....... 681B4B00: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4B10: 00110034 00000000 0001016e 00010000 4.......n....... 681B4B20: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4B30: 001b002a 00000000 000b0135 00010000 *.......5....... 681B4B40: 00750050 004f0072 00640072 00650044 P.u.r.O.r.d.D.e. 681B4B50: 00350074 83080000 0000002a 0000068a t.5.....*....... 681B4B60: 004e0001 ..N. id = 29685091 status = 0 first = 0 indid = 6 root = 0 minlen = 32 keycnt = 3 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 49 maxirow = 55 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4AE0: 00af03af 00000010 3400d008 00000000 ...........4.... 681B4AF0: 00010036 00000000 0001017a 00000000 6.......z....... 681B4B00: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4B10: 00110034 00000000 0001016e 00010000 4.......n....... 681B4B20: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4B30: 001b002a 00000000 000b0135 00010000 *.......5....... name = PurOrdDet5 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182586966016 RowId = (1:1674:78) Slot 12 Offset 0xcac -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B4CAC: 00520030 01c4f563 00000000 00000000 0.R.c........... 681B4CBC: 00070000 00000000 00110000 00010003 ................ 681B4CCC: 00000000 00000000 00000000 00000000 ................ 681B4CDC: 00000000 00000000 00220000 00000028 ..........".(... 681B4CEC: 00000000 00000000 00000000 00000000 ................ 681B4CFC: 001b0000 00000000 00c00003 80ee00de ................ 681B4D0C: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4D1C: 00010033 00000000 0001016d 00000000 3.......m....... 681B4D2C: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4D3C: 00020034 00000000 0001016e 00010000 4.......n....... 681B4D4C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4D5C: 000c002a 00000000 000b0135 00010000 *.......5....... 681B4D6C: 00750070 006f0072 00640072 00650064 p.u.r.o.r.d.d.e. 681B4D7C: 005f0074 00740073 00610072 0000006e t._.s.t.r.a.n... 681B4D8C: 002a84c7 78450000 00010000 001d ..*...Ex...... id = 29685091 status = 0 first = 0 indid = 7 root = 0 minlen = 17 keycnt = 3 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 34 maxirow = 40 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4D0C: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4D1C: 00010033 00000000 0001016d 00000000 3.......m....... 681B4D2C: 00af03af 0000000a 3400d008 00000000 ...........4.... 681B4D3C: 00020034 00000000 0001016e 00010000 4.......n....... 681B4D4C: 00af03af 00000005 3400d008 00000000 ...........4.... 681B4D5C: 000c002a 00000000 000b0135 00010000 *.......5....... name = purorddet_stran statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182616260608 RowId = (1:30789:29) Slot 13 Offset 0xd4 ------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B40D4: 00520030 01d345b0 00004012 00000000 0.R..E...@...... 681B40E4: 00010000 00000000 019b0000 00010006 ................ 681B40F4: 00000000 00000000 00000000 00000000 ................ 681B4104: 00000000 00000000 01b00000 0000007b ............{... 681B4114: 00000000 00000000 00000000 00000000 ................ 681B4124: 001b0000 00000000 01200003 81460136 .......... .6.F. 681B4134: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4144: 00010008 00000000 00010041 00000000 ........A....... 681B4154: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4164: 001f0007 00000000 001f003d 00000000 ........=....... 681B4174: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4184: 00230010 00000000 00230084 00000000 ..#.......#..... 681B4194: 00af03af 00000001 3400d008 00000000 ...........4.... 681B41A4: 00410006 00000000 0041003c 00000000 ..A.....<.A..... 681B41B4: 00af03af 00000004 3400d008 00000000 ...........4.... 681B41C4: 00420004 00000000 0042001a 00000000 ..B.......B..... 681B41D4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B41E4: 00460005 00000000 0046001e 00000000 ..F.......F..... 681B41F4: 0070004f 00440074 00700065 00780045 O.p.t.D.e.p.E.x. 681B4204: 006c0063 00000030 002a8221 4d150000 c.l.0...!.*....M 681B4214: 00010000 003f ....?. id = 30623152 status = 16402 first = 0 indid = 1 root = 0 minlen = 411 keycnt = 6 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 432 maxirow = 123 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4134: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4144: 00010008 00000000 00010041 00000000 ........A....... 681B4154: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4164: 001f0007 00000000 001f003d 00000000 ........=....... 681B4174: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4184: 00230010 00000000 00230084 00000000 ..#.......#..... 681B4194: 00af03af 00000001 3400d008 00000000 ...........4.... 681B41A4: 00410006 00000000 0041003c 00000000 ..A.....<.A..... 681B41B4: 00af03af 00000004 3400d008 00000000 ...........4.... 681B41C4: 00420004 00000000 0042001a 00000000 ..B.......B..... 681B41D4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B41E4: 00460005 00000000 0046001e 00000000 ..F.......F..... name = OptDepExcl0 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182571827200 RowId = (1:19733:63) Slot 14 Offset 0x21c -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B421C: 00520030 01d345b0 00000000 00000000 0.R..E.......... 681B422C: 00020000 00000000 00640000 00010008 ..........d..... 681B423C: 00000000 00000000 00000000 00000000 ................ 681B424C: 00000000 00000000 00750000 0000007b ..........u.{... 681B425C: 00000000 00000000 00000000 00000000 ................ 681B426C: 001b0000 00000000 01600003 81860176 ..........`.v... 681B427C: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B428C: 00010005 00000000 0001001e 00000000 ................ 681B429C: 00af03af 00000004 3400d008 00000000 ...........4.... 681B42AC: 001f0004 00000000 001f001a 00000000 ................ 681B42BC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B42CC: 00230008 00000000 00010041 00010000 ..#.....A....... 681B42DC: 00af03af 00000004 3400d008 00000000 ...........4.... 681B42EC: 00410007 00000000 001f003d 00010000 ..A.....=....... 681B42FC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B430C: 00450010 00000000 00230084 00010000 ..E.......#..... 681B431C: 00af03af 00000001 3400d008 00000000 ...........4.... 681B432C: 00630006 00000000 0041003c 00010000 ..c.....<.A..... 681B433C: 00af03af 00000004 3400d008 00000000 ...........4.... 681B434C: 001f0004 00000000 0042001a 00030000 ..........B..... 681B435C: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B436C: 00010005 00000000 0046001e 00030000 ..........F..... 681B437C: 0070004f 00440074 00700065 00780045 O.p.t.D.e.p.E.x. 681B438C: 006c0063 00000031 002a8224 4d150000 c.l.1...$.*....M 681B439C: 00010000 0040 ....@. id = 30623152 status = 0 first = 0 indid = 2 root = 0 minlen = 100 keycnt = 8 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 117 maxirow = 123 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B427C: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B428C: 00010005 00000000 0001001e 00000000 ................ 681B429C: 00af03af 00000004 3400d008 00000000 ...........4.... 681B42AC: 001f0004 00000000 001f001a 00000000 ................ 681B42BC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B42CC: 00230008 00000000 00010041 00010000 ..#.....A....... 681B42DC: 00af03af 00000004 3400d008 00000000 ...........4.... 681B42EC: 00410007 00000000 001f003d 00010000 ..A.....=....... 681B42FC: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B430C: 00450010 00000000 00230084 00010000 ..E.......#..... 681B431C: 00af03af 00000001 3400d008 00000000 ...........4.... 681B432C: 00630006 00000000 0041003c 00010000 ..c.....<.A..... 681B433C: 00af03af 00000004 3400d008 00000000 ...........4.... 681B434C: 001f0004 00000000 0042001a 00030000 ..........B..... 681B435C: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B436C: 00010005 00000000 0046001e 00030000 ..........F..... name = OptDepExcl1 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182572023808 RowId = (1:19733:64) Slot 15 Offset 0x3a4 -------------------- Record Type = PRIMARY_RECORD Record Attributes = NULL_BITMAP VARIABLE_COLUMNS 681B43A4: 00520030 01d345b0 00000000 00000000 0.R..E.......... 681B43B4: 00030000 00000000 00660000 0001000b ..........f..... 681B43C4: 00000000 00000000 00000000 00000000 ................ 681B43D4: 00000000 00000000 00770000 0000007d ..........w.}... 681B43E4: 00000000 00000000 00000000 00000000 ................ 681B43F4: 001b0000 00000000 01c00003 81e601d6 ................ 681B4404: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4414: 00010008 00000000 00010041 00000000 ........A....... 681B4424: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4434: 001f0007 00000000 001f003d 00000000 ........=....... 681B4444: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4454: 00230010 00000000 00230084 00000000 ..#.......#..... 681B4464: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4474: 00410006 00000000 0041003c 00000000 ..A.....<.A..... 681B4484: 00340134 00050002 00000000 00000000 4.4............. 681B4494: 0042000a 00000000 00420063 00000000 ..B.....c.B..... 681B44A4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B44B4: 00010008 00000000 00010041 00030000 ........A....... 681B44C4: 00af03af 00000004 3400d008 00000000 ...........4.... 681B44D4: 001f0007 00000000 001f003d 00030000 ........=....... 681B44E4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B44F4: 00230010 00000000 00230084 00030000 ..#.......#..... 681B4504: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4514: 00410006 00000000 0041003c 00030000 ..A.....<.A..... 681B4524: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4534: 00440004 00000000 0042001a 00010000 ..D.......B..... 681B4544: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4554: 00480005 00000000 0046001e 00010000 ..H.......F..... 681B4564: 0070004f 00440074 00700065 00780045 O.p.t.D.e.p.E.x. 681B4574: 006c0063 00000032 002a8225 4d150000 c.l.2...%.*....M 681B4584: 00010000 0041 ....A. id = 30623152 status = 0 first = 0 indid = 3 root = 0 minlen = 102 keycnt = 11 groupid = 1 dpages = 0 reserved = 0 used = 0 rowcnt = 0 rowmodctr = 0 reserved3 = 0 reserved4 = 0 xmaxlen = 119 maxirow = 125 OrigFillFactor = 0 StatVersion = 0 reserved2 = 0 FirstIAM = 0 impid = 0 lockflags = 0 pgmodctr = 0 keys -------------------------------- 681B4404: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4414: 00010008 00000000 00010041 00000000 ........A....... 681B4424: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4434: 001f0007 00000000 001f003d 00000000 ........=....... 681B4444: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4454: 00230010 00000000 00230084 00000000 ..#.......#..... 681B4464: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4474: 00410006 00000000 0041003c 00000000 ..A.....<.A..... 681B4484: 00340134 00050002 00000000 00000000 4.4............. 681B4494: 0042000a 00000000 00420063 00000000 ..B.....c.B..... 681B44A4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B44B4: 00010008 00000000 00010041 00030000 ........A....... 681B44C4: 00af03af 00000004 3400d008 00000000 ...........4.... 681B44D4: 001f0007 00000000 001f003d 00030000 ........=....... 681B44E4: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B44F4: 00230010 00000000 00230084 00030000 ..#.......#..... 681B4504: 00af03af 00000001 3400d008 00000000 ...........4.... 681B4514: 00410006 00000000 0041003c 00030000 ..A.....<.A..... 681B4524: 00af03af 00000004 3400d008 00000000 ...........4.... 681B4534: 00440004 00000000 0042001a 00010000 ..D.......B..... 681B4544: 00af03af 0000001e 3400d008 00000000 ...........4.... 681B4554: 00480005 00000000 0046001e 00010000 ..H.......F..... name = OptDepExcl2 statblob = [TextPointer] ------------------------------------------------ TextTimeStamp = 182572089344 RowId = (1:19733:65) DBCC execution completed. If DBCC printed error messages, contact your system administrator. DBCC execution completed. If DBCC printed error messages, contact your system administrator. Now, the bad news. I am a bit of a novice and have picked this up from someone who left my company. It appears the latch error has been around for some time and only reared up when I instituted a new back up system that runs a dbcc check befor backing up. I don't think I have any clean backups. Any help would be greatly appreciated. Alex Mauer
View 17 Replies
View Related
May 11, 2006
What factors would make you decide to use DBCC DBREINDES instead of DBCC DEFRAG when you notice index defragmantation? Thanks. ekareem
View 1 Replies
View Related
Aug 13, 2003
Hello I'm new here. I need help with this: In Sql server log appears some messages like this: DBCC TRACEON 208, server process ID (SPID) 136. my Server is a cluster SQL2000 SP3. Can I have a problem? or is only a message from Query analizer likes occur in SQL7? Thanks
View 2 Replies
View Related
Jul 13, 2007
Hi there I'm having a problem free'ing a extended stored procedure DLL from memory, so I can delete the file/replace it and reload a new one into the DB. Quote: Originally Posted by http://www.windowsitlibrary.com/Content/77/20/1.html DBCC <DLL Name>(free) This statement must be run before a DLL will be replaced and the operating system will let the file be overwritten. I'm running the command in Query Analyzer and it seems to be "working" fine, but when I try delete the dll, it tells me another program is using it. The only way I seem to be able to free the dll is to restart the DB. Am I doing something wrong? Thanks SynAck
View 1 Replies
View Related
Sep 14, 2007
Is it possible to issue a dbcc command and have it run on a linked server? Thanks in advance for your help, Bob
View 6 Replies
View Related
Apr 26, 2006
Hi, How do you execute 'DBCC' statements or 'EXEC ...' against a linked server (SQL 2000 sp4) ? Regards, A.E
View 4 Replies
View Related
Aug 9, 2006
I can run that command easily for a single DB and then manually copy/paste that command (and change the database name each time) but does sql have a way to loop through all databses on a server? TIA, barkingdog
View 6 Replies
View Related
Mar 10, 2006
Hi,I need to shrink a database file and was wondering whether it isrequired to run a full backup after the shrink operation.In SQL Server 7.0 shrinkfile was a non-logged operation so wouldinvalidate your transaction logs. Is the same true for 2000?Obviously as a matter of course I would backup before and after theoperation but going forward I may want to implement this on a regularbasis.CheersDee
View 7 Replies
View Related
Apr 1, 2008
Hi there. When I try to free previously registered DLL, server is starting to execute query and it takes a number of minutes and nothing happens. Here is an example: sp_addextendedproc 'xp_test','test.dll' //works fine exec master..xp_test '999' //works fine sp_dropextendedproc 'xp_test' //works fine dbcc test(free) //do not work I've tested it on: SQL MSDE SP3 //i was getting an acces violation first: spid 51 Exception 0xc0000005 EXCEPTION_ACCESS_VIOLATION at 0x00000000 SQL MSDE SP4 //but on this SP I have the same behaviour as on server 2005 / infinite query execution time SQL Server 2005 standard //infinite query execution time SQL Server 2005 standard with SP2 //infinite query execution time I can't understand this because this started after chaning my machine. It worked without any problems on the previous one and I've used this metod very often on the same dll which hasn't changed. Is there any way to solve this? Thanks for your time.
View 9 Replies
View Related
Apr 6, 2001
Every time I execute DBCC DBREINDEX (Table_Name, '',0)WITH NO_INFOMSGS the server hangs. No error messages in windows 2000 logs or in the SQL 7.0 logs. The table is about 2 gig in size and the index is a clustered index on two fields. The server has 1 gig of memory and the cache hit ratio, and cache flushes both look good. Any ideas? Any help would be greatly appreciated.
View 2 Replies
View Related
Mar 23, 2003
Hi Folks: We´ve migrated from SQL Server 7.0 EE to SQL Server 2000 in a 8processors, 8 GB RAM server, using W2000. All seems go ok, but after reorganizing indexes, when we want to recover free space in the differents files using DBCC SHRINKFILE, that recovers are taking the triple of time than with previous SQL Server 7.0. Shrinking big files (6GB to recover 1.5 GB), previously taking 3 hours now are needing 9 hours. Any suggestion or help will be appreciated. Best Regards.
View 3 Replies
View Related
Dec 8, 2014
I have huge database on prod. One time I tried to run DBCC CHECKDB, it took more than a day. My question is can I created a snapshot of the prod database on the same server and run DBCC CHECKDB on the Snapshot DB? will doing this interfere production database? I don’t have option to make copy of the database on a test server and run it there.
View 9 Replies
View Related
May 26, 2015
I can find many examples of loading DBCC results into tables. They all begin with a create table statement defining the results. My question is , other than trial and error, is there a way to determine what data types will be returned. Sure you can say that first element looks like an integer, but is it really a bigint, and that text string can be varchar(max) but will char(2) work. I'm not looking for an answer for a specific DBCC function, but rather a generic way I can determine the characteristics of any DBCC result set. I tried SELECT * INTO #tmp FROM OPENROWSET('SQLOLEDB', 'Server=ray;Trusted_Connection=Yes;Database=Ed_sandbox', 'Set FmtOnly OFF; DBCC loginfo WITH tableresults ') but I got back Msg 11527, Level 16, State 1, Procedure sp_describe_first_result_set, Line 1 The metadata could not be determined because statement 'DBCC loginfo WITH tableresults' does not support metadata discovery.
View 1 Replies
View Related
Mar 18, 2014
I am a SysAdmin on a test/dev SQL instance. Other non-sysadmin users (developers) need the ability to execute DBCC commands like the following: DBCC FREESYSTEMCACHE ('ALL') WITH MARK_IN_USE_FOR_REMOVAL OR DBCC FREEPROCCACHE I tried creating a store proc in a user database and granting those non-sysadmin users EXECUTE permission on it as so: CREATE PROC spFreeSystemCache WITH EXECUTE AS 'sa' AS DBCC FREESYSTEMCACHE ('ALL') WITH MARK_IN_USE_FOR_REMOVAL GO When I try to create this proc, I get the following error: Msg 102, Level 15, State 1, Procedure spFreeSystemCache, Line 2 Incorrect syntax near 'sa'. Ok, so I can't EXECUTE AS sa...
View 5 Replies
View Related
Sep 8, 2015
I have an issue with DBCC Check DB maintenance plan . I run it in my production last nite. After running for 1 hour , the package failed ( the step failed ) As below : Executed as user: ETSPDCSQL1-VWSYSTEM. ....0.5500.0 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 22:06:13 Progress: 2015-09-08 22:06:14.11 Source: {F0BABEC1-ECBF-4B7D-86BE-7C2C99A08ED8} Executing query "DECLARE @Guid UNIQUEIDENTIFIER EXECUTE msdb..sp...".: 100% complete End Progress [Code] .....
View 9 Replies
View Related
Sep 28, 2015
DBCC LogInfo command require SysAdmin rights?
View 2 Replies
View Related
May 8, 2008
Hi all, I would like to enable users that do not belong to groups (server roles) such as sysadmin, serveradmin and don't have db permissions such as ddl_admin or db_owner to run some of the system stored procedures (such as sp_addumpdevice sp_configure sp_serveroption ...) and DBCC commands (such as DBCC CHECKFILEGROUP - requires ob_owner or sysadmin permission). Is it possible to change permissions of SQL Server system stored procedures? Is it possible to change permissions of SQL Server DBCC commands? Thanks, Assaf
View 1 Replies
View Related
Aug 22, 2007
Hello, I have this problem on a Production database. DBCC OPENTRAN shows "REPLICATION" on a server that is not configured for replication. The transaction log is almost as large as the database (40GB) with a Simple recovery model. I would like to find out how the log can be truncated in such a situation. Thank you.
View 4 Replies
View Related
Sep 25, 2007
here is example: DBCC REINDEX('?') Thanks!
View 2 Replies
View Related
Aug 8, 2006
When I installed VS 2005, it installed the default version of SQL Server 2005 Express that ships with Visual Studio 2005 installer media. How can apply SQL Server 2005 Express SP1 to update this existing instance? Currently, if I run this query: SELECT @@version I get the following: Microsoft SQL Server 2005 - 9.00.1399.06 (Intel X86) Oct 14 2005 00:33:37 Copyright (c) 1988-2005 Microsoft Corporation Express Edition on Windows NT 5.1 (Build 2600: Service Pack 2) After applying SP1, I should get 9.00.2047.00. Should I just go to this link and download & install the SQL Server 2005 Express Edition SP1: http://msdn.microsoft.com/vstudio/express/sql/download/ Thank you, Bashman
View 11 Replies
View Related
Sep 3, 2007
I installed Visual Studio 2005 Professional then after that was installed and running, I tried to install the the SQL Server 2005 Developer's Edition which installed but I do not get the SQL Server 2005 Studio Manager. I have remove and reinstalled but it never gets installed. Any ideas? Chuck
View 4 Replies
View Related