DBCC SHOWCONTIG Inconsistency????

Jul 23, 2005

I have a table where I store around 1 million rows for 7 days.
I run a DBCC SHOWCONTIG every week and I noticed that the number of
Rows and the Average Free Bytes are stable but the number of Extents
and the Average Record Size keeps increasing.
Any idea how to explain this incrase? and how to stop it? Will DBCC
DBREINDEX will help?

Here is my data:
Rows: 1166273 (same as last week)
Extents: 147099 (+10% since last week)
Max RecordSize: 7050
Average Record Size: 7688 (+10% since last week)
AverageFreeBytes: 372
Average Page Density: 95
Scan density: 30

View 13 Replies


ADVERTISEMENT

DBCC Showcontig

May 7, 2002

I was attempting to run the dbcc command on a couple of my databases and I get some errors on some servers but not others. Is there a reason for this?
What am I doing wrong? Is there a server setting that stops dbcc commands?

Here are the commands and errors

dbcc showcontig

Server: Msg 2583, Level 16, State 3, Line 1
An incorrect number of parameters was given to the DBCC statement.

dbcc showcontig (PS_ABS_HIST_COM_UK)

Server: Msg 2560, Level 16, State 14, Line 1
Parameter 1 is incorrect for this DBCC statement.

View 3 Replies View Related

HELP With DBCC SHOWCONTIG

May 8, 2002

Hi

Here us the Output of DBCC SHOWCONTIG for one of my tables

Row Size = 82 (i.e Sum of the lengths of all the Columns)
No: of Rows = 162 (No of Rows in the table)

162 Rows can fit in two pages, Is there any way to make sure that these pages go on a same Extent so that my Scan Density will be 100.00% ( Ratio of Extent Switches to the Extent Scanned)

I tried all the Combinations of rebuilding the Clustered Indexes,BCP out the data and BCP IN, But all in vain....It does not put the pages in a same extent.

Any Help in this regard is greatly appreciated!!

DBCC SHOWCONTIG scanning 'VENU_TEMP1' table...
Table: 'VENU_TEMP1' (1681441064); index ID: 1, database ID: 18
TABLE level scan performed.
- Pages Scanned................................: 2
- Extents Scanned..............................: 2
- Extent Switches..............................: 1
- Avg. Pages per Extent........................: 1.0
- Scan Density [Best Count:Actual Count].......: 50.00% [1:2]
- Logical Scan Fragmentation ..................: 0.00%
- Extent Scan Fragmentation ...................: 50.00%
- Avg. Bytes Free per Page.....................: 58.0
- Avg. Page Density (full).....................: 99.28%
DBCC execution completed. If DBCC printed error messages, contact your system administrator.


Thanks In Advance
Venu

View 2 Replies View Related

DBCC SHOWCONTIG

May 11, 2001

Whenever I try to run this command against a table, I get the following error message:

Parameter 1 is incorrect for this DBCC statement.

Any ideas?

Thanks

View 1 Replies View Related

DBCC SHOWCONTIG

May 17, 2001

Results are -
- Pages Scanned................................: 21767
- Extents Scanned..............................: 2738
- Extent Switches..............................: 19919
- Avg. Pages per Extent........................: 7.9
- Scan Density [Best Count:Actual Count].......: 13.66% [2721:19920]
- Logical Scan Fragmentation ..................: 91.57%
- Extent Scan Fragmentation ...................: 29.69%
- Avg. Bytes Free per Page.....................: 4409.4
- Avg. Page Density (full).....................: 45.52%

is this good/bad. How do I interpret these results ?
Could someone drop some lines.

Thanks a lot.
Rick

View 1 Replies View Related

DBCC ShowContig

Jul 17, 2001

Does anyone know of a way to capture the results of DBCC ShowContig. My intentions are to capture these results, particularly the Avg. Page Density value and build my Reindexing jobs based on those values. Any ideas would be appreciated.
Thanks
Joe

View 1 Replies View Related

Dbcc Showcontig

Feb 18, 2001

Dear sir
I understand the term fragmentation.Will u please giude me regarding what is meant by internal fragmentation and external fragmentation their difference and given an output of DBCC SHOWCONTIG how do we determine wheather the there is interfragmentation or external fragmentation

View 1 Replies View Related

Dbcc Showcontig

Mar 10, 2005

Hi,
Ive just created a table, clustered index with fillfactor 70% (as it will be doing thousands of inserts and deletions daily).
After a few thousand inserts, i run dbcc showcontig on the table.

Result:
---------
Table: 'MyTable' (1650104919); index ID: 1, database ID: 10
TABLE level scan performed.
- Pages Scanned................................: 5460
- Extents Scanned..............................: 686
- Extent Switches..............................: 1885
- Avg. Pages per Extent........................: 8.0
- Scan Density [Best Count:Actual Count].......: 36.21% [683:1886]
- Logical Scan Fragmentation ..................: 13.19%
- Extent Scan Fragmentation ...................: 0.29%
- Avg. Bytes Free per Page.....................: 2083.2
- Avg. Page Density (full).....................: 74.26%

***the Extent switches just balloons out, and scan density drops badly. is this terrible?

Also - What is the main difference between "Logical Scan Fragmentation" & "Extent Scan Fragmentation". Every time, its either one of these values is much higher than the other. What is the best practice, which of the 2 should I be trying to keep fragmentation low?

View 12 Replies View Related

DBCC SHOWCONTIG

Apr 7, 1999

Can anybody tell me what the "Disconnected Overflow Pages" means in the
DBCC SHOWCONTIG output.

Thanks

Kevin Napier

View 1 Replies View Related

Dbcc Showcontig

Oct 17, 2004

DBCC SHOWCONTIG scanning 'MYTAB' table...
Table: 'MYTAB'(50099219); index ID: 1, database ID: 7
TABLE level scan performed.
- Pages Scanned................................: 150
- Extents Scanned..............................: 25
- Extent Switches..............................: 25
- Avg. Pages per Extent........................: 6.0
- Scan Density [Best Count:Actual Count].......: 73.08% [19:26]
- Logical Scan Fragmentation ..................: 1.33%
- Extent Scan Fragmentation ...................: 96.00%
- Avg. Bytes Free per Page.....................: 878.5
- Avg. Page Density (full).....................: 89.15%
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

Since Extents Scanned and Extent Switches r equal, why the density is slow, what about pages per Extent, can it be manaully increased?

Howdy

View 1 Replies View Related

DBCC ShowContig

Apr 18, 2006

Hi

The following is the result of the DBCC Showcontig

DBCC SHOWCONTIG scanning 'publishers' table...
Table: 'publishers' (2057058364); index ID: 1, database ID: 5
TABLE level scan performed.
- Pages Scanned................................: 1
- Extents Scanned..............................: 1
- Extent Switches..............................: 0
- Avg. Pages per Extent........................: 1.0
- Scan Density [Best Count:Actual Count].......: 100.00% [1:1]
- Logical Scan Fragmentation ..................: 100.00%
- Extent Scan Fragmentation ...................: 0.00%
- Avg. Bytes Free per Page.....................: 7699.0
- Avg. Page Density (full).....................: 4.88%

Now as a per a Doc i read the

Scan Density should be 100%
Logical Scan Fragmentation should be from 0-10%
Extent Scan Fragmentation should be 0%

Here Logical Scan Fragmentation ..................: 100.00%
So I ran the DBCC INDEXDEFRAG command

Still its showing the same results, can someone explain , should it not become 0-10%

I even tried the DBCC DBREINDEX

No Effects Please Advice.

View 2 Replies View Related

DBCC SHOWCONTIG()

Oct 30, 2007

I feel I have a REAL question this time

I have been trying to up my sql knowledge and have been reading the following; http://www.sql-server-performance.com/articles/dba/dt_dbcc_showcontig_p1.aspx]

Now I think I understand it fully but I have a question about this. I understand Scan density, logical and extent scan fragmentation and I also now understand page density. My question. How do you know depending on your scenario how much to leave in your pages? Would you reindex heavily read tables to be of high scan density with low logical and extent fragmentation and aim for as much page density as possible? Well what if you have a heavily read table that also has a lot of inserts on it daily. What percentage of page density would you tell dbcc reindex to leave in your pages in order to avoid page splits? Or rather, would you allow them to occur and just have dbcc reindex run often? As im migrating from sql 2000 this is the first sql 2005 function I have started to look at and I already have so many questions...

"Impossible is Nothing"

View 9 Replies View Related

How To Read DBCC SHOWCONTIG ???

Aug 21, 2001

Hello,

I'm new to SQL Server, can somebody please give me a good explaination about whats wrong in the following table stats. I tried to see it in BOL, but I wuold appreciate if someone can suggest me the rules here, for expample what should be the ideal scan density and so on. Also let me know what one should do if there are some problems like mentioned below:

Thanks in advance.
Zubair

DBCC SHOWCONTIG scanning 'OrderDetails' table...
Table: 'OrderDetails' (2141354793); index ID: 1, database ID: 7
TABLE level scan performed.
- Pages Scanned................................: 24168
- Extents Scanned..............................: 3034
- Extent Switches..............................: 4984
- Avg. Pages per Extent........................: 8.0
- Scan Density [Best Count:Actual Count].......: 60.60% [3021:4985]
- Logical Scan Fragmentation ..................: 65.76%
- Extent Scan Fragmentation ...................: 2.80%
- Avg. Bytes Free per Page.....................: 775.8
- Avg. Page Density (full).....................: 90.42%
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

View 1 Replies View Related

Dbcc Showcontig With Tablersults

Jul 14, 2004

DBCC SHOWCONTIG WITH TABLERESULTS will show a ROW column for an index's row count. However, on an important table with quite a few indexes that I am using as a baseline, ROW is NULL for all indexes. Why? BOL definines ROWS as:-

"Number of data or index records at that level of the index. For a heap, this is the number of data records in the entire heap."

By the way, if I select from sysindexes for a one of the above indexes, there is a correct rowcount for the index.

Any ideas?

Clive

View 1 Replies View Related

Question About DBCC SHOWCONTIG

Nov 3, 2005

hi,
I am running this :
dbcc showcontig (EMPLOYEE_EXTRACT)
i got error below:

Server: Msg 2501, Level 16, State 45, Line 1
Could not find a table or object named 'EMPLOYEE_EXTRACT'. Check sysobjects.
DBCC execution completed. If DBCC printed error messages, contact your system administrator.

Then i look for that table name in sysobjects table it return me a record with that name
select [name] from sysobjects where [name] ='EMPLOYEE_EXTRACT'

what is the problem here? - Any idea would be greatly appreciated.
I run dbcc showcontig on other table , it runs fine.
Thanks

View 3 Replies View Related

Results After Dbcc Showcontig

Nov 15, 2007

Dear Experts,
just now i've read a great article from sql server performance.com
and understand several key factors related to performance.

still i have one doubt that what will be the best ratio between
extents scanned and extent switches.

here i'm pasting some of my table result. please suggest me how is the performance of the table

table 1

- Pages Scanned................................: 85618
- Extents Scanned..............................: 11283
- Extent Switches..............................: 85405
- Avg. Pages per Extent........................: 7.6
- Scan Density [Best Count:Actual Count].......: 12.53% [10703:85406]
- Logical Scan Fragmentation ..................: 49.93%
- Extent Scan Fragmentation ...................: 46.31%
- Avg. Bytes Free per Page.....................: 2707.1
- Avg. Page Density (full).....................: 66.55%


table2

- Pages Scanned................................: 60648
- Extents Scanned..............................: 7650
- Extent Switches..............................: 60639
- Avg. Pages per Extent........................: 7.9
- Scan Density [Best Count:Actual Count].......: 12.50% [7581:60640]
- Logical Scan Fragmentation ..................: 50.93%
- Extent Scan Fragmentation ...................: 64.01%
- Avg. Bytes Free per Page.....................: 2672.5
- Avg. Page Density (full).....................: 66.98%

thankyou very much


Vinod
Even you learn 1%, Learn it with 100% confidence.

View 3 Replies View Related

Page Density/dbcc Showcontig

Dec 5, 2000

I ran a DBCC Showcontig (tableid) and it tell me that one of my tables is only putting 0.19% data on each page. How can I control this for more data on a page. It tells me that I have 8078.8 bytes free per page.

View 1 Replies View Related

Updated Statistics For DBCC SHOWCONTIG?

Apr 22, 2004

I ran an INDEXDEFRAG against the tables in my DB, & yet the results in DBCC SHOWCONTIG are the same before and after for some of the tables that it defragmented. Why?

In the DBCC SHOWCONTIG before defragging, this was a sample table:

Table1:
- Pages Scanned................................: 2279
- Extents Scanned..............................: 294
- Extent Switches..............................: 293
- Avg. Pages per Extent........................: 7.8
- Scan Density [Best Count:Actual Count].......: 96.94% [285:294]
- Extent Scan Fragmentation ...................: 4.42%
- Avg. Bytes Free per Page.....................: 358.9
- Avg. Page Density (full).....................: 95.57%


I ran the script from the BOL entry for 'DBCC SHOWCONTIG' to defragment all indexes in a database , under letter E, with @maxfrag = 5%. It returned the following results (there are 5 nonclustered indexes):

Executing DBCC INDEXDEFRAG (0, table1,
3) - fragmentation currently 13%
Pages Scanned Pages Moved Pages Removed
------------- ----------- -------------
1146 1088 0

(1 row(s) affected)
(1 row(s) affected)

DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Executing DBCC INDEXDEFRAG (0, table1,
4) - fragmentation currently 13%
Pages Scanned Pages Moved Pages Removed
------------- ----------- -------------
509 509 0

(1 row(s) affected)
(1 row(s) affected)

DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Executing DBCC INDEXDEFRAG (0, table1,
5) - fragmentation currently 13%
Pages Scanned Pages Moved Pages Removed
------------- ----------- -------------
509 509 0

(1 row(s) affected)
(1 row(s) affected)

DBCC execution completed. If DBCC printed error messages, contact your system administrator.
Executing DBCC INDEXDEFRAG (0, table1,
6) - fragmentation currently 13%
Pages Scanned Pages Moved Pages Removed
------------- ----------- -------------
720 685 0



Running DBCC SHOWCONTIG again, the results were exactly the same for Table1.


Thanks for any advice to interpret this information.

View 4 Replies View Related

Dbcc Showcontig Results...analyze Please

May 21, 2008

Dear All,
i've used the DBCC showcontig command against my table table103
but i dont know how to analyze the results of fragmentation levels. please give me some explanations or some good links.....

the results are:
DBCC SHOWCONTIG scanning 'TABLE103' table...
Table: 'TABLE103' (1899257921); index ID: 1, database ID: 10
TABLE level scan performed.
- Pages Scanned................................: 20
- Extents Scanned..............................: 13
- Extent Switches..............................: 18
- Avg. Pages per Extent........................: 1.5
- Scan Density [Best Count:Actual Count].......: 15.79% [3:19]
- Logical Scan Fragmentation ..................: 90.00%
- Extent Scan Fragmentation ...................: 92.31%
- Avg. Bytes Free per Page.....................: 3281.4
- Avg. Page Density (full).....................: 59.46%

Vinod
Even you learn 1%, Learn it with 100% confidence.

View 10 Replies View Related

DCBB SHOWCONTIG & DBCC SHOWSTATISTICS

Jan 8, 2007

Hi friends,

please guide me as to why will we use these 2 commands.
their basic use and what information do we have to check from the results of these commands. and what changes do we have to make?

how can we improve performance by using these commands?

please also tell me if these commands are to be used in conjunction with other commands.

Regards,

Jheds

View 3 Replies View Related

Fixing My Table Based On Dbcc Showcontig Results

Jul 20, 2005

Can someone please help me interpret this result set below and suggeston way I can speed up my table? What changes should I make?DBCC SHOWCONTIG scanning 'tblListing' table...Table: 'tblListing' (1092914965); index ID: 1, database ID: 13TABLE level scan performed.- Pages Scanned................................: 97044- Extents Scanned..............................: 12177- Extent Switches..............................: 13452- Avg. Pages per Extent........................: 8.0- Scan Density [Best Count:Actual Count].......: 90.17% [12131:13453]- Logical Scan Fragmentation ..................: 0.86%- Extent Scan Fragmentation ...................: 2.68%- Avg. Bytes Free per Page.....................: 1415.8- Avg. Page Density (full).....................: 82.51%DBCC execution completed. If DBCC printed error messages, contact yoursystem administrator.Thank you.

View 2 Replies View Related

How Could Load Results Of [DBCC Showcontig (@TableName) With TableResults] To A Table

Feb 19, 2008

Hi:

how could I load "DBCC showcontig (@TableName) with tableResults" to a table?
I created a table and let insert to it via above "DBCC...."
but problem is the results with "DBCC execution completed. If DBCC printed error messages, contact your system administrator.", or how could I mute this output line for each table ?
thanks
David
--=========================================
DBCC execution completed. If DBCC printed error messages, contact your system administrator.
ObjectName ObjectId IndexName IndexId Level Pages Rows MinimumRecordSize MaximumRecordSize AverageRecordSize ForwardedRecords Extents ExtentSwitches AverageFreeBytes AveragePageDensity ScanDensity BestCount ActualCount LogicalFragmentation ExtentFragmentation
-------------------------------------------------------------------------------------------------------------------------------- ----------- -------------------------------------------------------------------------------------------------------------------------------- ----------- ----------- -------------------- -------------------- ----------------- ----------------- ---------------------- -------------------- -------------------- -------------------- ---------------------- ---------------------- ---------------------- -------------------- -------------------- ---------------------- ----------------------
sysproxylogin 37575172 clust 1 0 0 0 0 0 0 0 0 0 0 0 100 0 0 0 0

View 1 Replies View Related

What Causes Inconsistency???

Jan 22, 2007

Hi, I hope somebody can help me.

I don't really have the problem anymore, but I'd like to know exactly what causes inconsistency in a table, I'm using SQL SERVER 2000 SP4.

I solved the problem of iconsistency with DBCC repair_allow_data_loss, in very short time, luckly, no need to restore, no significant data loss occurr, the very same day the production database work again.

The thing is that I search the origin of the problem but find nothing. I really wold like to know what causes this kind of problem and how can I prevent them. I have look in many forums and bases of knowledge, but only steps of how to fix the problemm appear.

Thanks.

View 4 Replies View Related

Big Inconsistency!

Sep 24, 2007

Hi,



i have a sqlserver 2005 mergereplication.
some facts:

SQL Server 2005 9.0.3175 Standard Edition german

1 Distributor / Publisher (same Server)

10 Subscriber

30 GB Database with 200 Tables ; in sum 35,000,000 rows

Every subscriber can change data.
Sometimes (i think in 1 of 1000 cases) following curious error occured:
the subscriber update data (for example varchar value), but the changes arenīt replicated to the publisher.
In case of our 35Mil rows, this is not acceptable.

What can I do? I have no specified error, no errormessage, but the data isnīt correct.
There is big inconsistency!!!

Any assistance gratefully received,

Best Regards

Thorsten Ueberschaer

View 10 Replies View Related

Inconsistency Errors And How To Fix Them?

Apr 30, 2004

One of the db's I support is prone to throwing up inconsistency errors from time to time. The latest problem seems to relate to indexes.

Server: Msg 2511, Level 16, State 1, Line 1
Table error: Object ID 645577338, Index ID 3. Keys out of order on page (1:286818), slots 308 and 309.
Server: Msg 2511, Level 16, State 1, Line 1
Table error: Object ID 645577338, Index ID 3. Keys out of order on page (1:286826), slots 308 and 309.
DBCC results for 'OrderItem'.
There are 9973753 rows in 67394 pages for object 'OrderItem'.
CHECKTABLE found 0 allocation errors and 2 consistency errors in table 'OrderItem' (object ID 645577338).
repair_rebuild is the minimum repair level for the errors found by DBCC CHECKTABLE (Iceland.dbo.OrderItem ).

I could run a DBCC checktable with the options that *might* fix the above. I am also thinking about doing an index rebuild (currently a nightly index defrag is done but no schedule for an index rebuild is in place). Another table is involved. Both table are reasonably large (one is 7 million rows and the other is nearly 10 million rows). These tables are involved in a chain of many to many relationships. I don't know if it's a factor but the chain is circular. However, this doesn't seem to cause problem in other dbs that have the same design.

What would be the recommended approach for:-

a) fixing the current db inconsistencies?
b) finding the underlying cause of the problem to stop it from happening again?

Thank in advance,

Clive

View 1 Replies View Related

Inconsistency In Sysindexes

Apr 21, 2008

hi all
Is there any way to remove inconsistencies from sysindexes table. I have already used all the options of the checkdb as well as checktable but invain.
thanks in advance

View 5 Replies View Related

Data Inconsistency...

May 22, 2007

We have been recieving data corruption errors:

Server: Msg 8928, Level 16, State 1, Line 1
Object ID 650485396, index ID 255: Page (1:5426420) could not be processed. See other errors for details.
DBCC results for 'LTINTERVENTIONS'.
There are 739501 rows in 37787 pages for object 'LTINTERVENTIONS'.
CHECKDB found 0 allocation errors and 1 consistency errors in table 'LTINTERVENTIONS' (object ID 650485396).

This error has cleared up without any CheckTable repair, but the same sort of error appears on other tables.

I restore a backup (last night backup 7:30PM - CheckDB reported errors) from the database unto another server, ran CheckDB, and no errors.

Is the data file corrupted? Can I delete the data file and restore from a backup?

The system is Windows 2003 Server (latest SP), SQL Server 2000 (SP3a) and we have a SAN with RAID 10 arrays for the drives. The errors are appearing on 2 different drives on 2 different databases.

The CheckDB on Sunday shows errors on tables that now have no errors on the CheckDB from last night, but last night's CheckDB has different tables with errors.

The errors logs on the server only show Application SQL errors, no system errors.

Thanks,
ThomBeax

ThomBeaux

View 7 Replies View Related

DBCC Execution Completed. If DBCC Printed Error Messages, Contact Your System Adminis

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

How DBCC CHECKDB And DBCC CHECKCATALOG After Executing These Two Then Store Result

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

An Inconsistency Was Detected During An Internal O

Feb 2, 2008

I am going crazy!!
We have a new server with 80GB RAM.
I restore a database a little over 3TB, EXEC DBCC CHECKDB and receive the output below which conitues to error on tempdb any idea why tempdb?? Thanks for any help!!

****
Msg 5242, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
An inconsistency was detected during an internal operation in database 'tempdb'(ID:2) on page (17:4003567). Please contact technical support. Reference number 4.
The statement has been terminated.
Msg 5242, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
An inconsistency was detected during an internal operation in database 'tempdb'(ID:2) on page (15:913355). Please contact technical support. Reference number 3.
The statement has been terminated.
Msg 5242, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
An inconsistency was detected during an internal operation in database 'tempdb'(ID:2) on page (9:3514551). Please contact technical support. Reference number 4.
The statement has been terminated.
Msg 5242, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
An inconsistency was detected during an internal operation in database 'tempdb'(ID:2) on page (18:2808171). Please contact technical support. Reference number 4.
The statement has been terminated.
DBCC results for 'SalesDM'.
Service Broker Msg 9675, State 1: Message Types analyzed: 14.
Service Broker Msg 9676, State 1: Service Contracts analyzed: 6.
Service Broker Msg 9667, State 1: Services analyzed: 3.
Service Broker Msg 9668, State 1: Service Queues analyzed: 3.
Service Broker Msg 9669, State 1: Conversation Endpoints analyzed: 0.
Service Broker Msg 9674, State 1: Conversation Groups analyzed: 0.
Service Broker Msg 9670, State 1: Remote Service Bindings analyzed: 0.
DBCC results for 'sys.sysrowsetcolumns'.
There are 16874 rows in 122 pages for object "sys.sysrowsetcolumns".
DBCC results for 'sys.sysrowsets'.
There are 2240 rows in 16 pages for object "sys.sysrowsets".
DBCC results for 'sysallocunits'.
There are 2253 rows in 30 pages for object "sysallocunits".
DBCC results for 'sys.sysfiles1'.
There are 70 rows in 8 pages for object "sys.sysfiles1".
DBCC results for 'sys.syshobtcolumns'.
There are 16880 rows in 142 pages for object "sys.syshobtcolumns".
DBCC results for 'sys.syshobts'.
There are 2240 rows in 16 pages for object "sys.syshobts".
DBCC results for 'sys.sysftinds'.
There are 0 rows in 0 pages for object "sys.sysftinds".
DBCC results for 'sys.sysserefs'.
There are 2253 rows in 12 pages for object "sys.sysserefs".
DBCC results for 'sys.sysowners'.
There are 34 rows in 1 pages for object "sys.sysowners".
DBCC results for 'sys.sysprivs'.
There are 180 rows in 1 pages for object "sys.sysprivs".
DBCC results for 'sys.sysschobjs'.
There are 1271 rows in 24 pages for object "sys.sysschobjs".
DBCC results for 'sys.syscolpars'.
There are 16219 rows in 313 pages for object "sys.syscolpars".
DBCC results for 'sys.sysnsobjs'.
There are 1 rows in 1 pages for object "sys.sysnsobjs".
DBCC results for 'sys.syscerts'.
There are 0 rows in 0 pages for object "sys.syscerts".
DBCC results for 'sys.sysxprops'.
There are 14 rows in 4 pages for object "sys.sysxprops".
DBCC results for 'sys.sysscalartypes'.
There are 28 rows in 1 pages for object "sys.sysscalartypes".
DBCC results for 'sys.systypedsubobjs'.
There are 0 rows in 0 pages for object "sys.systypedsubobjs".
DBCC results for 'sys.sysidxstats'.
There are 8087 rows in 172 pages for object "sys.sysidxstats".
DBCC results for 'sys.sysiscols'.
There are 8981 rows in 72 pages for object "sys.sysiscols".
DBCC results for 'sys.sysbinobjs'.
There are 23 rows in 1 pages for object "sys.sysbinobjs".
DBCC results for 'sys.sysobjvalues'.
There are 8428 rows in 5734 pages for object "sys.sysobjvalues".
DBCC results for 'sys.sysclsobjs'.
There are 82 rows in 1 pages for object "sys.sysclsobjs".
DBCC results for 'sys.sysrowsetrefs'.
There are 0 rows in 0 pages for object "sys.sysrowsetrefs".
DBCC results for 'sys.sysremsvcbinds'.
There are 0 rows in 0 pages for object "sys.sysremsvcbinds".
DBCC results for 'sys.sysxmitqueue'.
There are 0 rows in 0 pages for object "sys.sysxmitqueue".
DBCC results for 'sys.sysrts'.
There are 1 rows in 1 pages for object "sys.sysrts".
DBCC results for 'sys.sysconvgroup'.
There are 0 rows in 0 pages for object "sys.sysconvgroup".
DBCC results for 'sys.sysdesend'.
There are 0 rows in 0 pages for object "sys.sysdesend".
DBCC results for 'sys.sysdercv'.
There are 0 rows in 0 pages for object "sys.sysdercv".
DBCC results for 'sys.syssingleobjrefs'.
There are 293 rows in 2 pages for object "sys.syssingleobjrefs".
DBCC results for 'sys.sysmultiobjrefs'.
There are 12726 rows in 93 pages for object "sys.sysmultiobjrefs".
DBCC results for 'sys.sysdbfiles'.
There are 70 rows in 4 pages for object "sys.sysdbfiles".
DBCC results for 'sys.sysguidrefs'.
There are 68 rows in 1 pages for object "sys.sysguidrefs".
DBCC results for 'sys.sysqnames'.
There are 92 rows in 1 pages for object "sys.sysqnames".
DBCC results for 'sys.sysxmlcomponent'.
There are 93 rows in 1 pages for object "sys.sysxmlcomponent".
DBCC results for 'sys.sysxmlfacet'.
There are 97 rows in 1 pages for object "sys.sysxmlfacet".
DBCC results for 'sys.sysxmlplacement'.
There are 17 rows in 1 pages for object "sys.sysxmlplacement".
DBCC results for 'sys.sysobjkeycrypts'.
There are 0 rows in 0 pages for object "sys.sysobjkeycrypts".
DBCC results for 'sys.sysasymkeys'.
There are 0 rows in 0 pages for object "sys.sysasymkeys".
DBCC results for 'sys.syssqlguides'.
There are 0 rows in 0 pages for object "sys.syssqlguides".
DBCC results for 'sys.sysbinsubobjs'.
There are 0 rows in 0 pages for object "sys.sysbinsubobjs".
DBCC results for 'FctTenderBridge200706'.
There are 26653646 rows in 69231 pages for object "FctTenderBridge200706".
DBCC results for 'FctInventoryDetailOverShort200609'.
There are 908219 rows in 18922 pages for object "FctInventoryDetailOverShort200609".
DBCC results for 'FctItem200707'.
There are 69452016 rows in 1507439 pages for object "FctItem200707".
DBCC results for 'FctMarketBasket200802'.
There are 0 rows in 0 pages for object "FctMarketBasket200802".
DBCC results for 'FctTrans200704'.
There are 38540518 rows in 597065 pages for object "FctTrans200704".
DBCC results for 'FctInventoryDetailOverShort200608'.
There are 1077109 rows in 22440 pages for object "FctInventoryDetailOverShort200608".
DBCC results for 'FctMarketBasket200803'.
There are 0 rows in 0 pages for object "FctMarketBasket200803".
DBCC results for 'FctTrans200705'.
There are 42379252 rows in 655684 pages for object "FctTrans200705".
DBCC results for 'FctInventoryDetailOverShort200607'.
There are 1027581 rows in 21408 pages for object "FctInventoryDetailOverShort200607".
DBCC results for 'FctMarketBasket200804'.
There are 0 rows in 0 pages for object "FctMarketBasket200804".
DBCC results for 'FctPurchases200612'.
There are 80697 rows in 8112 pages for object "FctPurchases200612".
DBCC results for 'FctTrans'.
There are 0 rows in 1 pages for object "FctTrans".
DBCC results for 'FctTrans200706'.
There are 42427263 rows in 656341 pages for object "FctTrans200706".
DBCC results for 'FctInventoryOverShort200701'.
There are 11805 rows in 1074 pages for object "FctInventoryOverShort200701".
DBCC results for 'FctItem200710'.
There are 64543846 rows in 1400823 pages for object "FctItem200710".
DBCC results for 'FctMarketBasket200805'.
There are 0 rows in 0 pages for object "FctMarketBasket200805".
DBCC results for 'FctInventoryOverShort200702'.
There are 20945 rows in 1911 pages for object "FctInventoryOverShort200702".
DBCC results for 'FctItem200711'.
There are 61572408 rows in 1336204 pages for object "FctItem200711".
DBCC results for 'AggFctInventory200709'.
There are 38674561 rows in 345311 pages for object "AggFctInventory200709".
DBCC results for 'FctMarketBasket200806'.
There are 0 rows in 0 pages for object "FctMarketBasket200806".
DBCC results for 'FctInventoryDetailOverShort200701'.
There are 1137310 rows in 23694 pages for object "FctInventoryDetailOverShort200701".
DBCC results for 'FctItem200712'.
There are 61015139 rows in 1324141 pages for object "FctItem200712".
DBCC results for 'FctPurchases200801'.
There are 61634 rows in 6165 pages for object "FctPurchases200801".
DBCC results for 'FctInventoryDetailOverShort200702'.
There are 870050 rows in 25566 pages for object "FctInventoryDetailOverShort200702".
DBCC results for 'FctMarketBasket200707'.
There are 14738148 rows in 140364 pages for object "FctMarketBasket200707".
DBCC results for 'FctPurchasesDetail200611'.
There are 1525759 rows in 50859 pages for object "FctPurchasesDetail200611".
DBCC results for 'FctInventoryOverShort200612'.
There are 11407 rows in 1037 pages for object "FctInventoryOverShort200612".
DBCC results for 'FctMarketBasket200708'.
There are 14925509 rows in 142148 pages for object "FctMarketBasket200708".
DBCC results for 'DimTender'.
There are 252 rows in 4 pages for object "DimTender".
DBCC results for 'FctInventoryOverShort200611'.
There are 20815 rows in 1893 pages for object "FctInventoryOverShort200611".
DBCC results for 'FctMarketBasket200709'.
There are 12731912 rows in 121257 pages for object "FctMarketBasket200709".
DBCC results for 'FctPurchases200802'.
There are 0 rows in 0 pages for object "FctPurchases200802".
DBCC results for 'FctTrans200603'.
There are 36881167 rows in 595900 pages for object "FctTrans200603".
DBCC results for 'FctInventoryOverShort200610'.
There are 23278 rows in 2117 pages for object "FctInventoryOverShort200610".
DBCC results for 'FctMarketBasket200710'.
There are 13466682 rows in 128255 pages for object "FctMarketBasket200710".
DBCC results for 'DimVendor'.
There are 8345 rows in 150 pages for object "DimVendor".
DBCC results for 'FctItem200509'.
There are 55103852 rows in 1196780 pages for object "FctItem200509".
DBCC results for 'DimTime'.
There are 210336 rows in 14506 pages for object "DimTime".
DBCC results for 'FctInventoryOverShort200609'.
There are 21303 rows in 1937 pages for object "FctInventoryOverShort200609".
DBCC results for 'FctMarketBasket200711'.
There are 12639259 rows in 120374 pages for object "FctMarketBasket200711".
DBCC results for 'FctTrans200504'.
There are 6346491 rows in 83507 pages for object "FctTrans200504".
DBCC results for 'FctPurchasesDetail200610'.
There are 1534022 rows in 51135 pages for object "FctPurchasesDetail200610".
DBCC results for 'FctInventoryOverShort200608'.
There are 22840 rows in 2077 pages for object "FctInventoryOverShort200608".
DBCC results for 'FctMarketBasket200712'.
There are 12467649 rows in 118740 pages for object "FctMarketBasket200712".
DBCC results for 'FctPurchases200803'.
There are 0 rows in 0 pages for object "FctPurchases200803".
DBCC results for 'FctTrans200502'.
There are 5601498 rows in 75783 pages for object "FctTrans200502".
DBCC results for 'FctInventoryOverShort200607'.
There are 23055 rows in 2096 pages for object "FctInventoryOverShort200607".
DBCC results for 'FctPurchases200707'.
There are 86938 rows in 8695 pages for object "FctPurchases200707".
DBCC results for 'FctItem200504'.
There are 6344255 rows in 115351 pages for object "FctItem200504".
DBCC results for 'FctInventoryOverShort'.
There are 0 rows in 1 pages for object "FctInventoryOverShort".
DBCC results for 'AggFctInventory200710'.
There are 40548491 rows in 362042 pages for object "AggFctInventory200710".
DBCC results for 'FctItem200502'.
There are 5846295 rows in 109676 pages for object "FctItem200502".
DBCC results for 'FctInventoryDetailOverShort200703'.
There are 1080358 rows in 22508 pages for object "FctInventoryDetailOverShort200703".
DBCC results for 'FctPurchases200804'.
There are 0 rows in 0 pages for object "FctPurchases200804".
DBCC results for 'FctItem200402'.
There are 2363053 rows in 42965 pages for object "FctItem200402".
DBCC results for 'FctTenderBridge200610'.
There are 24029388 rows in 62419 pages for object "FctTenderBridge200610".
DBCC results for 'DimTransAccount'.
There are 23 rows in 1 pages for object "DimTransAccount".
DBCC results for 'FctPurchases200708'.
There are 89984 rows in 8999 pages for object "FctPurchases200708".
DBCC results for 'FctTrans200402'.
There are 2363213 rows in 31095 pages for object "FctTrans200402".
DBCC results for 'FctItem200403'.
There are 2654122 rows in 48257 pages for object "FctItem200403".
DBCC results for 'FctTender200610'.
There are 36279859 rows in 594752 pages for object "FctTender200610".
DBCC results for 'FctItem200603'.
There are 58617729 rows in 1272670 pages for object "FctItem200603".
DBCC results for 'FctInventoryDetailOverShort'.
There are 0 rows in 1 pages for object "FctInventoryDetailOverShort".
DBCC results for 'FctPurchases200805'.
There are 0 rows in 0 pages for object "FctPurchases200805".
DBCC results for 'FctItem200404'.
There are 2674211 rows in 48623 pages for object "FctItem200404".
DBCC results for 'FctPurchases200709'.
There are 81611 rows in 8162 pages for object "FctPurchases200709".
DBCC results for 'FctTrans200403'.
There are 2655446 rows in 34941 pages for object "FctTrans200403".
DBCC results for 'FctTender200611'.
There are 35005924 rows in 573868 pages for object "FctTender200611".
DBCC results for 'FctPurchasesDetail200609'.
There are 1425542 rows in 47519 pages for object "FctPurchasesDetail200609".
DBCC results for 'FctTrans200404'.
There are 2674418 rows in 35190 pages for object "FctTrans200404".
DBCC results for 'FctPurchases200806'.
There are 0 rows in 0 pages for object "FctPurchases200806".
DBCC results for 'FctTrans200401'.
There are 2403683 rows in 31628 pages for object "FctTrans200401".
DBCC results for 'vw_FctTransFctTender200612'.
There are 22794210 rows in 411662 pages for object "vw_FctTransFctTender200612".
DBCC results for 'FctTender200612'.
There are 38084959 rows in 624345 pages for object "FctTender200612".
DBCC results for 'FctTrans200604'.
There are 35887758 rows in 579843 pages for object "FctTrans200604".
DBCC results for 'FctPurchases200710'.
There are 91429 rows in 9144 pages for object "FctPurchases200710".
DBCC results for 'FctItem200401'.
There are 2403524 rows in 43701 pages for object "FctItem200401".
DBCC results for 'vw_FctItemFctTender200611'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200611' (object ID 351340316) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 56265296 rows in 1003654 pages for object "vw_FctItemFctTender200611".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctItemFctTender200611' (object ID 351340316).
DBCC results for 'FctItem200604'.
There are 57288301 rows in 1242370 pages for object "FctItem200604".
DBCC results for 'FctPurchases200609'.
There are 74084 rows in 7409 pages for object "FctPurchases200609".
DBCC results for 'FctItem200501'.
There are 4852798 rows in 88233 pages for object "FctItem200501".
DBCC results for 'vw_FctTransFctTender200611'.
There are 23074679 rows in 378454 pages for object "vw_FctTransFctTender200611".
DBCC results for 'FctPurchasesDetail200801'.
There are 1125683 rows in 37525 pages for object "FctPurchasesDetail200801".
DBCC results for 'FctTenderBridge200605'.
There are 23287797 rows in 60489 pages for object "FctTenderBridge200605".
DBCC results for 'FctTrans200501'.
There are 4854053 rows in 63870 pages for object "FctTrans200501".
DBCC results for 'vw_TicketInternalKey200611'.
There are 22624684 rows in 70046 pages for object "vw_TicketInternalKey200611".
DBCC results for 'FctPurchases200711'.
There are 87626 rows in 8764 pages for object "FctPurchases200711".
DBCC results for 'FctTenderBridge200604'.
There are 23005866 rows in 59759 pages for object "FctTenderBridge200604".
DBCC results for 'FctTrans200505'.
There are 7073426 rows in 93072 pages for object "FctTrans200505".
DBCC results for 'FctPurchasesDetail200608'.
There are 1642560 rows in 54752 pages for object "FctPurchasesDetail200608".
DBCC results for 'FctTrans200506'.
There are 7642026 rows in 100553 pages for object "FctTrans200506".
DBCC results for 'AggFctInventory200705'.
There are 38969703 rows in 347945 pages for object "AggFctInventory200705".
DBCC results for 'FctPurchasesDetail200802'.
There are 0 rows in 0 pages for object "FctPurchasesDetail200802".
DBCC results for 'FctTenderBridge200603'.
There are 23767139 rows in 61737 pages for object "FctTenderBridge200603".
DBCC results for 'FctTrans200609'.
There are 37186561 rows in 575669 pages for object "FctTrans200609".
DBCC results for 'DimCashier'.
There are 60954 rows in 791 pages for object "DimCashier".
DBCC results for 'FctPurchases200712'.
There are 84886 rows in 8491 pages for object "FctPurchases200712".
DBCC results for 'FctTenderBridge200602'.
There are 19940534 rows in 51796 pages for object "FctTenderBridge200602".
DBCC results for 'FctMarketBasket200609'.
There are 12290937 rows in 117057 pages for object "FctMarketBasket200609".
DBCC results for 'FctPurchases'.
There are 0 rows in 1 pages for object "FctPurchases".
DBCC results for 'FctTenderBridge200601'.
There are 21564340 rows in 56014 pages for object "FctTenderBridge200601".
DBCC results for 'FctTrans200507'.
There are 8155261 rows in 107307 pages for object "FctTrans200507".
DBCC results for 'FctItem200709'.
There are 61442354 rows in 1333533 pages for object "FctItem200709".
DBCC results for 'FctPurchases200608'.
There are 79135 rows in 7914 pages for object "FctPurchases200608".
DBCC results for 'FctItem200609'.
There are 58642975 rows in 1273085 pages for object "FctItem200609".
DBCC results for 'FctPurchasesDetail200803'.
There are 0 rows in 0 pages for object "FctPurchasesDetail200803".
DBCC results for 'FctTender200601'.
There are 32455905 rows in 532067 pages for object "FctTender200601".
DBCC results for 'FctItem200708'.
There are 69522046 rows in 1508890 pages for object "FctItem200708".
DBCC results for 'DimOrg'.
There are 779 rows in 262 pages for object "DimOrg".
DBCC results for 'FctPurchasesDetail200707'.
There are 1751890 rows in 58397 pages for object "FctPurchasesDetail200707".
DBCC results for 'AggFctInventory200712'.
There are 41688785 rows in 372223 pages for object "AggFctInventory200712".
DBCC results for 'FctItem200408'.
There are 3454006 rows in 62801 pages for object "FctItem200408".
DBCC results for 'FctTender200602'.
There are 30080750 rows in 493131 pages for object "FctTender200602".
DBCC results for 'FctPurchases200607'.
There are 73974 rows in 7398 pages for object "FctPurchases200607".
DBCC results for 'FctTrans200408'.
There are 3454482 rows in 45454 pages for object "FctTrans200408".
DBCC results for 'FctPurchasesDetail200804'.
There are 0 rows in 0 pages for object "FctPurchasesDetail200804".
DBCC results for 'FctTrans200405'.
There are 2780741 rows in 36589 pages for object "FctTrans200405".
DBCC results for 'FctPurchasesDetail200708'.
There are 1823875 rows in 60796 pages for object "FctPurchasesDetail200708".
DBCC results for 'FctTrans200406'.
There are 2935300 rows in 38623 pages for object "FctTrans200406".
DBCC results for 'DimItemAccount'.
There are 10 rows in 1 pages for object "DimItemAccount".
DBCC results for 'FctTender200603'.
There are 35718186 rows in 585547 pages for object "FctTender200603".
DBCC results for 'FctTrans200407'.
There are 3288438 rows in 43269 pages for object "FctTrans200407".
DBCC results for 'FctPurchasesDetail200607'.
There are 1512599 rows in 50420 pages for object "FctPurchasesDetail200607".
DBCC results for 'FctPurchasesDetail'.
There are 0 rows in 1 pages for object "FctPurchasesDetail".
DBCC results for 'FctPurchasesDetail200805'.
There are 0 rows in 0 pages for object "FctPurchasesDetail200805".
DBCC results for 'FctPurchasesDetail200709'.
There are 1586798 rows in 52894 pages for object "FctPurchasesDetail200709".
DBCC results for 'FctTender200604'.
There are 34580883 rows in 566903 pages for object "FctTender200604".
DBCC results for 'FctItem200405'.
There are 2780503 rows in 50555 pages for object "FctItem200405".
DBCC results for 'FctItem200406'.
There are 2934977 rows in 53364 pages for object "FctItem200406".
DBCC results for 'DimPriceBook'.
There are 118229 rows in 5396 pages for object "DimPriceBook".
DBCC results for 'FctPurchasesDetail200806'.
There are 0 rows in 0 pages for object "FctPurchasesDetail200806".
DBCC results for 'FctTender200605'.
There are 34938958 rows in 572773 pages for object "FctTender200605".
DBCC results for 'FctItem200407'.
There are 3288013 rows in 59783 pages for object "FctItem200407".
DBCC results for 'FctPurchasesDetail200710'.
There are 1754756 rows in 58492 pages for object "FctPurchasesDetail200710".
DBCC results for 'DimCashierScoreCardMetric_200817'.
There are 49 rows in 16 pages for object "DimCashierScoreCardMetric_200817".
DBCC results for 'FctTender200606'.
There are 37162123 rows in 609219 pages for object "FctTender200606".
DBCC results for 'FctTender200801'.
There are 25344386 rows in 415482 pages for object "FctTender200801".
DBCC results for 'FctItem200507'.
There are 8152151 rows in 148221 pages for object "FctItem200507".
DBCC results for 'vw_TicketInternalKey200610'.
There are 23299468 rows in 72135 pages for object "vw_TicketInternalKey200610".
DBCC results for 'FctInventory200607'.
There are 33332867 rows in 424060 pages for object "FctInventory200607".
DBCC results for 'Staging_FOCUSITEMS'.
There are 105818 rows in 3320 pages for object "Staging_FOCUSITEMS".
DBCC results for 'FctPurchasesDetail200711'.
There are 1657167 rows in 55240 pages for object "FctPurchasesDetail200711".
DBCC results for 'DimCashierScoreCardMetric'.
There are 49 rows in 16 pages for object "DimCashierScoreCardMetric".
DBCC results for 'FctItem200506'.
There are 7639495 rows in 138900 pages for object "FctItem200506".
DBCC results for 'FctItem200508'.
There are 8068694 rows in 146704 pages for object "FctItem200508".
DBCC results for 'FctTender200802'.
There are 0 rows in 0 pages for object "FctTender200802".
DBCC results for 'FctItem200505'.
There are 7070917 rows in 128563 pages for object "FctItem200505".
DBCC results for 'FctInventory200608'.
There are 33548346 rows in 459782 pages for object "FctInventory200608".
DBCC results for 'FctTrans200508'.
There are 8072020 rows in 106211 pages for object "FctTrans200508".
DBCC results for 'FctItem200409'.
There are 3518045 rows in 63965 pages for object "FctItem200409".
DBCC results for 'FctInventory200609'.
There are 33154325 rows in 423373 pages for object "FctInventory200609".
DBCC results for 'FctPurchasesDetail200712'.
There are 1601447 rows in 53383 pages for object "FctPurchasesDetail200712".
DBCC results for 'FctTender200803'.
There are 0 rows in 0 pages for object "FctTender200803".
DBCC results for 'FctItem200410'.
There are 4030031 rows in 73274 pages for object "FctItem200410".
DBCC results for 'AggFctInventory200706'.
There are 38251840 rows in 341536 pages for object "AggFctInventory200706".
DBCC results for 'FctItem200411'.
There are 4246191 rows in 77204 pages for object "FctItem200411".
DBCC results for 'FctTender200804'.
There are 0 rows in 0 pages for object "FctTender200804".
DBCC results for 'FctItem200412'.
There are 4669485 rows in 84900 pages for object "FctItem200412".
DBCC results for 'FctTender200707'.
There are 38975324 rows in 638940 pages for object "FctTender200707".
DBCC results for 'DimScenario'.
There are 2 rows in 1 pages for object "DimScenario".
DBCC results for 'FctTender200805'.
There are 0 rows in 0 pages for object "FctTender200805".
DBCC results for 'FctTender200708'.
There are 38188637 rows in 626044 pages for object "FctTender200708".
DBCC results for 'AggFctCashierScorecard200801_old'.
There are 732565 rows in 6106 pages for object "AggFctCashierScorecard200801_old".
DBCC results for 'FctTender200512'.
There are 34223755 rows in 561048 pages for object "FctTender200512".
DBCC results for 'FctTrans200409'.
There are 3518579 rows in 46298 pages for object "FctTrans200409".
DBCC results for 'FctTender200806'.
There are 0 rows in 0 pages for object "FctTender200806".
DBCC results for 'FctTrans200410'.
There are 4030716 rows in 53036 pages for object "FctTrans200410".
DBCC results for 'AggFctInventory200708'.
There are 39462282 rows in 352344 pages for object "AggFctInventory200708".
DBCC results for 'FctPurchases200606'.
There are 73648 rows in 7365 pages for object "FctPurchases200606".
DBCC results for 'FctTender200709'.
There are 36556657 rows in 599290 pages for object "FctTender200709".
DBCC results for 'FctTender200511'.
There are 33620449 rows in 551158 pages for object "FctTender200511".
DBCC results for 'FctTrans200411'.
There are 4247042 rows in 55883 pages for object "FctTrans200411".
DBCC results for 'FctInventory'.
There are 0 rows in 1 pages for object "FctInventory".
DBCC results for 'FctTenderBridge200801'.
There are 17369173 rows in 45116 pages for object "FctTenderBridge200801".
DBCC results for 'FctTender200710'.
There are 38549430 rows in 631958 pages for object "FctTender200710".
DBCC results for 'FctTenderBridge200802'.
There are 0 rows in 0 pages for object "FctTenderBridge200802".
DBCC results for 'FctTender200510'.
There are 34910026 rows in 572297 pages for object "FctTender200510".
DBCC results for 'FctTrans200412'.
There are 4670468 rows in 61454 pages for object "FctTrans200412".
DBCC results for 'FctPurchases200605'.
There are 75207 rows in 7521 pages for object "FctPurchases200605".
DBCC results for 'vw_DimCashier'.
There are 60954 rows in 3854 pages for object "vw_DimCashier".
DBCC results for 'FctTenderBridge200803'.
There are 0 rows in 0 pages for object "FctTenderBridge200803".
DBCC results for 'AggFctInventory200702'.
There are 32915438 rows in 293889 pages for object "AggFctInventory200702".
DBCC results for 'FctTender200711'.
There are 37127176 rows in 608643 pages for object "FctTender200711".
DBCC results for 'FctTenderBridge200804'.
There are 0 rows in 0 pages for object "FctTenderBridge200804".
DBCC results for 'FctTender200509'.
There are 34091198 rows in 558875 pages for object "FctTender200509".
DBCC results for 'grand_general_upcs'.
There are 2956 rows in 56 pages for object "grand_general_upcs".
DBCC results for 'DimPromo'.
There are 5608 rows in 110 pages for object "DimPromo".
DBCC results for 'FctTenderBridge200805'.
There are 0 rows in 0 pages for object "FctTenderBridge200805".
DBCC results for 'FctPurchasesDetail200606'.
There are 1540935 rows in 51365 pages for object "FctPurchasesDetail200606".
DBCC results for 'FctInventory200701'.
There are 35703489 rows in 476319 pages for object "FctInventory200701".
DBCC results for 'FctTender200712'.
There are 36607032 rows in 600116 pages for object "FctTender200712".
DBCC results for 'FctTenderBridge200806'.
There are 0 rows in 0 pages for object "FctTenderBridge200806".
DBCC results for 'FctTenderBridge200512'.
There are 22697922 rows in 58960 pages for object "FctTenderBridge200512".
DBCC results for 'fcttrans200801_ORGINAL'.
There are 15742397 rows in 243502 pages for object "fcttrans200801_ORGINAL".
DBCC results for 'FctTenderBridge200511'.
There are 22234576 rows in 57753 pages for object "FctTenderBridge200511".
DBCC results for 'DimBusinessDate'.
There are 2191 rows in 29 pages for object "DimBusinessDate".
DBCC results for 'FctInventory200702'.
There are 32931632 rows in 434210 pages for object "FctInventory200702".
DBCC results for 'FctTenderBridge200707'.
There are 26199605 rows in 68051 pages for object "FctTenderBridge200707".
DBCC results for 'FctTrans200802'.
There are 0 rows in 0 pages for object "FctTrans200802".
DBCC results for 'FctTenderBridge200510'.
There are 23028341 rows in 59816 pages for object "FctTenderBridge200510".
DBCC results for 'FctPurchasesDetail200605'.
There are 1498862 rows in 49963 pages for object "FctPurchasesDetail200605".
DBCC results for 'FctTenderBridge200708'.
There are 25724739 rows in 66819 pages for object "FctTenderBridge200708".
DBCC results for 'FctTrans200803'.
There are 0 rows in 0 pages for object "FctTrans200803".
DBCC results for 'FctTenderBridge200509'.
There are 22528117 rows in 58519 pages for object "FctTenderBridge200509".
DBCC results for 'FctInventory200703'.
There are 38252048 rows in 503846 pages for object "FctInventory200703".
DBCC results for 'FctTenderBridge200709'.
There are 24633845 rows in 63985 pages for object "FctTenderBridge200709".
DBCC results for 'FctTrans200804'.
There are 0 rows in 0 pages for object "FctTrans200804".
DBCC results for 'vw_FctItemFctTender200612'.
There are 55519368 rows in 1038161 pages for object "vw_FctItemFctTender200612".
DBCC results for 'FctMarketBasket200608'.
There are 13460138 rows in 128192 pages for object "FctMarketBasket200608".
DBCC results for 'FctTenderBridge200710'.
There are 26089474 rows in 67768 pages for object "FctTenderBridge200710".
DBCC results for 'FctTrans200805'.
There are 0 rows in 0 pages for object "FctTrans200805".
DBCC results for 'vw_FctItemFctTender200609'.
There are 56443335 rows in 1007583 pages for object "vw_FctItemFctTender200609".
DBCC results for 'FctPurchasesDetail200604'.
There are 1344523 rows in 44818 pages for object "FctPurchasesDetail200604".
DBCC results for 'FctTender'.
There are 0 rows in 3 pages for object "FctTender".
DBCC results for 'FctItem200701'.
There are 56257582 rows in 1221460 pages for object "FctItem200701".
DBCC results for 'FctMarketBasket200607'.
There are 13176166 rows in 125488 pages for object "FctMarketBasket200607".
DBCC results for 'FctTenderBridge200711'.
There are 25288645 rows in 65686 pages for object "FctTenderBridge200711".
DBCC results for 'FctTrans200806'.
There are 0 rows in 0 pages for object "FctTrans200806".
DBCC results for 'vw_FctItemFctTender200608'.
Indexed view check failed for indexed view 'vw_FctItemFctTender200608' (object ID 1037246750) due to internal query error 5242, severity 16, state 1. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database. However, this view will not be processed further.
There are 62321634 rows in 1112544 pages for object "vw_FctItemFctTender200608".
DBCC results for 'FctItem200702'.
There are 54195455 rows in 1188990 pages for object "FctItem200702".
DBCC results for 'FctMarketBasket200606'.
There are 12736966 rows in 121309 pages for object "FctMarketBasket200606".
DBCC results for 'FctTenderBridge200712'.
There are 24916963 rows in 64721 pages for object "FctTenderBridge200712".
DBCC results for 'vw_FctItemFctTender200607'.
There are 63641670 rows in 1097729 pages for object "vw_FctItemFctTender200607".
DBCC results for 'FctItem200703'.
There are 62038035 rows in 1346826 pages for object "FctItem200703".
DBCC results for 'FctMarketBasket200605'.
There are 12201466 rows in 116209 pages for object "FctMarketBasket200605".
DBCC results for 'FctTrans200707'.
There are 43190400 rows in 668168 pages for object "FctTrans200707".
DBCC results for 'vw_FctItemFctTender200606'.
Indexed view check failed for indexed view 'vw_FctItemFctTender200606' (object ID 1069246864) due to internal query error 5242, severity 16, state 1. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database. However, this view will not be processed further.
There are 60310390 rows in 1040058 pages for object "vw_FctItemFctTender200606".
DBCC results for 'FctPurchases200604'.
There are 67935 rows in 6794 pages for object "FctPurchases200604".
DBCC results for 'FctMarketBasket200604'.
There are 11140002 rows in 106099 pages for object "FctMarketBasket200604".
DBCC results for 'FctTrans200708'.
There are 43396612 rows in 671294 pages for object "FctTrans200708".
DBCC results for 'vw_FctItemFctTender200605'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200605' (object ID 1085246921) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 55705251 rows in 960564 pages for object "vw_FctItemFctTender200605".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctItemFctTender200605' (object ID 1085246921).
DBCC results for 'FCTInventoryWaste200509'.
There are 0 rows in 0 pages for object "FCTInventoryWaste200509".
DBCC results for 'FctMarketBasket200603'.
There are 11861292 rows in 112968 pages for object "FctMarketBasket200603".
DBCC results for 'FctTrans200709'.
There are 33951188 rows in 524909 pages for object "FctTrans200709".
DBCC results for 'vw_FctItemFctTender200604'.
Msg 8907, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200604' (object ID 1101246978) contains rows not produced by the view definition. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 55331833 rows in 959978 pages for object "vw_FctItemFctTender200604".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctItemFctTender200604' (object ID 1101246978).
DBCC results for 'FCTInventoryWaste200510'.
There are 0 rows in 0 pages for object "FCTInventoryWaste200510".
DBCC results for 'DimPriceBookPromo'.
There are 118230 rows in 1104 pages for object "DimPriceBookPromo".
DBCC results for 'FctMarketBasket200602'.
There are 9858833 rows in 93897 pages for object "FctMarketBasket200602".
DBCC results for 'FctTrans200710'.
There are 33485504 rows in 517574 pages for object "FctTrans200710".
DBCC results for 'vw_FctItemFctTender200603'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200603' (object ID 1117247035) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 56649889 rows in 976726 pages for object "vw_FctItemFctTender200603".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctItemFctTender200603' (object ID 1117247035).
DBCC results for 'FCTInventoryWaste200511'.
There are 0 rows in 0 pages for object "FCTInventoryWaste200511".
DBCC results for 'vw_DimItemAccount'.
There are 10 rows in 1 pages for object "vw_DimItemAccount".
DBCC results for 'FctPurchases200603'.
There are 73862 rows in 7387 pages for object "FctPurchases200603".
DBCC results for 'FctPurchases200701'.
There are 81741 rows in 8175 pages for object "FctPurchases200701".
DBCC results for 'FctMarketBasket200601'.
There are 10775055 rows in 102623 pages for object "FctMarketBasket200601".
DBCC results for 'FctTrans200711'.
There are 32895965 rows in 508494 pages for object "FctTrans200711".
DBCC results for 'vw_FctItemFctTender200602'.
There are 47477589 rows in 818580 pages for object "vw_FctItemFctTender200602".
DBCC results for 'FCTInventoryWaste200512'.
There are 0 rows in 0 pages for object "FCTInventoryWaste200512".
DBCC results for 'FctInventoryOverShort200704'.
There are 22221 rows in 2332 pages for object "FctInventoryOverShort200704".
DBCC results for 'FctTrans200712'.
There are 32819820 rows in 507497 pages for object "FctTrans200712".
DBCC results for 'vw_FctItemFctTender200601'.
Msg 8907, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200601' (object ID 1149247149) contains rows not produced by the view definition. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200601' (object ID 1149247149) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 50796714 rows in 875806 pages for object "vw_FctItemFctTender200601".
CHECKDB found 0 allocation errors and 2 consistency errors in table 'vw_FctItemFctTender200601' (object ID 1149247149).
DBCC results for 'FCTInventoryWaste200601'.
There are 13947 rows in 1163 pages for object "FCTInventoryWaste200601".
DBCC results for 'FctInventoryOverShort200705'.
There are 25592 rows in 2432 pages for object "FctInventoryOverShort200705".
DBCC results for 'vw_FctItemFctTender200512'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctItemFctTender200512' (object ID 1165247206) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 54301932 rows in 936241 pages for object "vw_FctItemFctTender200512".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctItemFctTender200512' (object ID 1165247206).
DBCC results for 'FCTInventoryWaste200602'.
There are 12009 rows in 1001 pages for object "FCTInventoryWaste200602".
DBCC results for 'vw_DimScenario'.
There are 2 rows in 1 pages for object "vw_DimScenario".
DBCC results for 'FctPurchasesDetail200603'.
There are 1475591 rows in 49187 pages for object "FctPurchasesDetail200603".
DBCC results for 'FctInventoryOverShort200706'.
There are 27514 rows in 2620 pages for object "FctInventoryOverShort200706".
DBCC results for 'FctPurchases200702'.
There are 76123 rows in 7613 pages for object "FctPurchases200702".
DBCC results for 'vw_FctItemFctTender200511'.
Indexed view check failed for indexed view 'vw_FctItemFctTender200511' (object ID 1181247263) due to internal query error 5242, severity 16, state 1. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database. However, this view will not be processed further.
There are 52659454 rows in 907922 pages for object "vw_FctItemFctTender200511".
DBCC results for 'FCTInventoryWaste200603'.
There are 13039 rows in 1087 pages for object "FCTInventoryWaste200603".
DBCC results for 'vw_DimTransAccount'.
There are 23 rows in 1 pages for object "vw_DimTransAccount".
DBCC results for 'vw_FctItemFctTender200510'.
There are 54368234 rows in 937384 pages for object "vw_FctItemFctTender200510".
DBCC results for 'FCTInventoryWaste200604'.
There are 11613 rows in 968 pages for object "FCTInventoryWaste200604".
DBCC results for 'AggFctInventory200609'.
There are 30397051 rows in 241247 pages for object "AggFctInventory200609".
DBCC results for 'FCTInventoryWaste200605'.
There are 12187 rows in 1016 pages for object "FCTInventoryWaste200605".
DBCC results for 'AggFctInventory200704'.
There are 37649918 rows in 336162 pages for object "AggFctInventory200704".
DBCC results for 'FctPurchasesDetail200602'.
There are 1254092 rows in 41804 pages for object "FctPurchasesDetail200602".
DBCC results for 'FctPurchases200703'.
There are 85893 rows in 8590 pages for object "FctPurchases200703".
DBCC results for 'FCTInventoryWaste200606'.
There are 11818 rows in 985 pages for object "FCTInventoryWaste200606".
DBCC results for 'FctTenderBridge'.
There are 0 rows in 1 pages for object "FctTenderBridge".
DBCC results for 'FCTInventoryWaste200607'.
There are 12518 rows in 1044 pages for object "FCTInventoryWaste200607".
DBCC results for 'FctItem200601'.
There are 52533515 rows in 1140810 pages for object "FctItem200601".
DBCC results for 'FctBudget'.
There are 17450650 rows in 248677 pages for object "FctBudget".
DBCC results for 'FCTInventoryWaste200608'.
There are 13150 rows in 1096 pages for object "FCTInventoryWaste200608".
DBCC results for 'FctPurchases200602'.
There are 64427 rows in 6443 pages for object "FctPurchases200602".
DBCC results for 'FctPurchasesDetail200701'.
There are 1534839 rows in 51162 pages for object "FctPurchasesDetail200701".
DBCC results for 'FctItem200606'.
There are 62724410 rows in 1391801 pages for object "FctItem200606".
DBCC results for 'vw_FctItem200612'.
There are 52130481 rows in 1133272 pages for object "vw_FctItem200612".
DBCC results for 'FCTInventoryWaste200609'.
There are 12481 rows in 1041 pages for object "FCTInventoryWaste200609".
DBCC results for 'AggFctInventory200610'.
There are 34001457 rows in 269853 pages for object "AggFctInventory200610".
DBCC results for 'FctTrans200606'.
There are 38400926 rows in 640654 pages for object "FctTrans200606".
DBCC results for 'FCTInventoryWaste200610'.
There are 13520 rows in 1127 pages for object "FCTInventoryWaste200610".
DBCC results for 'vw_FctItemFctTender200610'.
Indexed view check failed for indexed view 'vw_FctItemFctTender200610' (object ID 1305771709) due to internal query error 5242, severity 16, state 1. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database. However, this view will not be processed further.
There are 57939653 rows in 1033756 pages for object "vw_FctItemFctTender200610".
DBCC results for 'AggFctInventory200612'.
There are 35384669 rows in 280831 pages for object "AggFctInventory200612".
DBCC results for 'FCTInventoryWaste200611'.
There are 13381 rows in 1116 pages for object "FCTInventoryWaste200611".
DBCC results for 'FctPurchasesDetail200601'.
There are 1338455 rows in 44616 pages for object "FctPurchasesDetail200601".
DBCC results for 'vw_DimPriceBookPromo'.
There are 118229 rows in 1895 pages for object "vw_DimPriceBookPromo".
DBCC results for 'FctPurchasesDetail200702'.
There are 1488946 rows in 49632 pages for object "FctPurchasesDetail200702".
DBCC results for 'vw_TicketInternalKey200612'.
There are 22346428 rows in 69265 pages for object "vw_TicketInternalKey200612".
DBCC results for 'vw_FctBudget'.
There are 7888015 rows in 144737 pages for object "vw_FctBudget".
DBCC results for 'FCTInventoryWaste200612'.
There are 15684 rows in 1307 pages for object "FCTInventoryWaste200612".
DBCC results for 'vw_TicketInternalKey200609'.
There are 22601520 rows in 69974 pages for object "vw_TicketInternalKey200609".
DBCC results for 'FCTInventoryWaste200701'.
There are 17266 rows in 1439 pages for object "FCTInventoryWaste200701".
DBCC results for 'vw_TicketInternalKey200608'.
There are 24686521 rows in 76429 pages for object "vw_TicketInternalKey200608".
DBCC results for 'FCTInventoryWaste200702'.
There are 14803 rows in 1234 pages for object "FCTInventoryWaste200702".
DBCC results for 'FctPurchasesDetail200512'.
There are 1434370 rows in 47813 pages for object "FctPurchasesDetail200512".
DBCC results for 'FctPurchasesDetail200703'.
There are 1650558 rows in 55020 pages for object "FctPurchasesDetail200703".
DBCC results for 'vw_TicketInternalKey200607'.
Msg 8907, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_TicketInternalKey200607' (object ID 1369771937) contains rows not produced by the view definition. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 24698391 rows in 76466 pages for object "vw_TicketInternalKey200607".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_TicketInternalKey200607' (object ID 1369771937).
DBCC results for 'FCTInventoryWaste200703'.
There are 16608 rows in 1384 pages for object "FCTInventoryWaste200703".
DBCC results for 'vw_TicketInternalKey200606'.
There are 23769033 rows in 73589 pages for object "vw_TicketInternalKey200606".
DBCC results for 'Staging_FOCUSITEMS_ByVendor'.
There are 21777 rows in 921 pages for object "Staging_FOCUSITEMS_ByVendor".
DBCC results for 'AggFctInventory200802'.
There are 0 rows in 0 pages for object "AggFctInventory200802".
DBCC results for 'AggFctInventory200607'.
There are 33035231 rows in 262184 pages for object "AggFctInventory200607".
DBCC results for 'FCTInventoryWaste200704'.
There are 16125 rows in 1344 pages for object "FCTInventoryWaste200704".
DBCC results for 'vw_TicketInternalKey200605'.
There are 22425315 rows in 69429 pages for object "vw_TicketInternalKey200605".
DBCC results for 'AggFctInventory200803'.
There are 0 rows in 0 pages for object "AggFctInventory200803".
DBCC results for 'FCTInventoryWaste200705'.
There are 16463 rows in 1372 pages for object "FCTInventoryWaste200705".
DBCC results for 'FctPurchases200512'.
There are 73225 rows in 7323 pages for object "FctPurchases200512".
DBCC results for 'FctMarketBasket200701'.
There are 12107517 rows in 115310 pages for object "FctMarketBasket200701".
DBCC results for 'vw_TicketInternalKey200604'.
There are 22166578 rows in 68937 pages for object "vw_TicketInternalKey200604".
DBCC results for 'AggFctInventory200804'.
There are 0 rows in 0 pages for object "AggFctInventory200804".
DBCC results for 'AggFctInventory200608'.
There are 33151524 rows in 263107 pages for object "AggFctInventory200608".
DBCC results for 'FCTInventoryWaste200706'.
There are 16117 rows in 1344 pages for object "FCTInventoryWaste200706".
DBCC results for 'FctMarketBasket200702'.
There are 11214976 rows in 106810 pages for object "FctMarketBasket200702".
DBCC results for 'vw_TicketInternalKey200603'.
There are 22886943 rows in 70858 pages for object "vw_TicketInternalKey200603".
DBCC results for 'AggFctInventory200805'.
There are 0 rows in 0 pages for object "AggFctInventory200805".
DBCC results for 'FctInventoryWasteDetail200509'.
There are 0 rows in 0 pages for object "FctInventoryWasteDetail200509".
DBCC results for 'FctMarketBasket200703'.
There are 12761633 rows in 121540 pages for object "FctMarketBasket200703".
DBCC results for 'FctInventory200704'.
There are 37695453 rows in 523551 pages for object "FctInventory200704".
DBCC results for 'vw_TicketInternalKey200602'.
There are 19189009 rows in 59409 pages for object "vw_TicketInternalKey200602".
DBCC results for 'FctItem200608'.
There are 64855844 rows in 1457417 pages for object "FctItem200608".
DBCC results for 'AggFctInventory200806'.
There are 0 rows in 0 pages for object "AggFctInventory200806".
DBCC results for 'FctInventoryWasteDetail200510'.
There are 0 rows in 0 pages for object "FctInventoryWasteDetail200510".
DBCC results for 'FctPurchases200511'.
There are 70537 rows in 7054 pages for object "FctPurchases200511".
DBCC results for 'FctTender200701'.
There are 34225526 rows in 561075 pages for object "FctTender200701".
DBCC results for 'vw_TicketInternalKey200601'.
There are 20660832 rows in 63966 pages for object "vw_TicketInternalKey200601".
DBCC results for 'FctTrans200608'.
There are 39789289 rows in 653515 pages for object "FctTrans200608".
DBCC results for 'vw_FctTransFctTender200609'.
There are 23083511 rows in 378604 pages for object "vw_FctTransFctTender200609".
DBCC results for 'FctInventory200801'.
There are 29905699 rows in 523773 pages for object "FctInventory200801".
DBCC results for 'FctInventoryWasteDetail200511'.
There are 0 rows in 0 pages for object "FctInventoryWasteDetail200511".
DBCC results for 'DimTill'.
There are 16 rows in 1 pages for object "DimTill".
DBCC results for 'FctInventory200705'.
There are 38970106 rows in 541256 pages for object "FctInventory200705".
DBCC results for 'vw_TicketInternalKey200512'.
There are 21779722 rows in 67430 pages for object "vw_TicketInternalKey200512".
DBCC results for 'vw_FctTransFctTender200608'.
There are 25207905 rows in 435214 pages for object "vw_FctTransFctTender200608".
DBCC results for 'vw_FctTransFctTender200610'.
There are 23766888 rows in 389807 pages for object "vw_FctTransFctTender200610".
DBCC results for 'FctInventoryWasteDetail200512'.
There are 0 rows in 0 pages for object "FctInventoryWasteDetail200512".
DBCC results for 'FctTender200702'.
There are 32671979 rows in 535607 pages for object "FctTender200702".
DBCC results for 'vw_TicketInternalKey200511'.
There are 21311948 rows in 65982 pages for object "vw_TicketInternalKey200511".
DBCC results for 'vw_FctTransFctTender200607'.
There are 25234186 rows in 442871 pages for object "vw_FctTransFctTender200607".
DBCC results for 'FctInventory200802'.
There are 0 rows in 0 pages for object "FctInventory200802".
DBCC results for 'AggFctInventoryReview'.
There are 958840 rows in 7611 pages for object "AggFctInventoryReview".
DBCC results for 'FctInventoryWasteDetail200601'.
There are 128704 rows in 10726 pages for object "FctInventoryWasteDetail200601".
DBCC results for 'FctPurchasesDetail200511'.
There are 1409930 rows in 46998 pages for object "FctPurchasesDetail200511".
DBCC results for 'FctInventory200706'.
There are 38252109 rows in 531284 pages for object "FctInventory200706".
DBCC results for 'vw_TicketInternalKey200510'.
There are 22062804 rows in 68306 pages for object "vw_TicketInternalKey200510".
DBCC results for 'DimCashierScoreCardMetric_01162007'.
There are 46 rows in 16 pages for object "DimCashierScoreCardMetric_01162007".
DBCC results for 'AggFctInventory200711'.
There are 39850504 rows in 355810 pages for object "AggFctInventory200711".
DBCC results for 'FctInventoryWasteDetail200602'.
There are 112303 rows in 9359 pages for object "FctInventoryWasteDetail200602".
DBCC results for 'FctTender200703'.
There are 36122249 rows in 592169 pages for object "FctTender200703".
DBCC results for 'vw_TicketInternalKey200509'.
There are 21589065 rows in 66840 pages for object "vw_TicketInternalKey200509".
DBCC results for 'AggFctInventory200801'.
There are 29441137 rows in 262868 pages for object "AggFctInventory200801".
DBCC results for 'vw_FctTransFctTender200606'.
There are 24283086 rows in 426176 pages for object "vw_FctTransFctTender200606".
DBCC results for 'DimCashierScoreCardMetric_orig'.
There are 44 rows in 15 pages for object "DimCashierScoreCardMetric_orig".
DBCC results for 'FctInventory200803'.
There are 0 rows in 0 pages for object "FctInventory200803".
DBCC results for 'FctInventoryWasteDetail200603'.
There are 127779 rows in 10649 pages for object "FctInventoryWasteDetail200603".
DBCC results for 'FctItem200610'.
There are 60162067 rows in 1305938 pages for object "FctItem200610".
DBCC results for 'FctItem'.
There are 0 rows in 1 pages for object "FctItem".
DBCC results for 'FctInventoryDetailOverShort200704'.
There are 1484083 rows in 46481 pages for object "FctInventoryDetailOverShort200704".
DBCC results for 'vw_FctTransFctTender200605'.
Msg 8907, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200605' (object ID 1549248574) contains rows not produced by the view definition. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200605' (object ID 1549248574) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 22888622 rows in 401040 pages for object "vw_FctTransFctTender200605".
CHECKDB found 0 allocation errors and 2 consistency errors in table 'vw_FctTransFctTender200605' (object ID 1549248574).
DBCC results for 'FctTrans200801'.
There are 22806016 rows in 352545 pages for object "FctTrans200801".
DBCC results for 'FctInventoryWasteDetail200604'.
There are 115408 rows in 9618 pages for object "FctInventoryWasteDetail200604".
DBCC results for 'FctPurchasesDetail200510'.
There are 1368026 rows in 45601 pages for object "FctPurchasesDetail200510".
DBCC results for 'FctItem200611'.
There are 58588889 rows in 1271737 pages for object "FctItem200611".
DBCC results for 'FctTenderBridge200701'.
There are 23067465 rows in 59916 pages for object "FctTenderBridge200701".
DBCC results for 'FctInventoryDetailOverShort200705'.
There are 1517066 rows in 48130 pages for object "FctInventoryDetailOverShort200705".
DBCC results for 'vw_FctTransFctTender200604'.
There are 22618689 rows in 396964 pages for object "vw_FctTransFctTender200604".
DBCC results for 'FctItem200801'.
There are 41208843 rows in 894225 pages for object "FctItem200801".
DBCC results for 'FctInventory200804'.
There are 0 rows in 0 pages for object "FctInventory200804".
DBCC results for 'FctInventoryWasteDetail200605'.
There are 123662 rows in 10306 pages for object "FctInventoryWasteDetail200605".
DBCC results for 'FctItem200612'.
There are 58947898 rows in 1279917 pages for object "FctItem200612".
DBCC results for 'FctTenderBridge200702'.
There are 21954795 rows in 57026 pages for object "FctTenderBridge200702".
DBCC results for 'FctInventoryDetailOverShort200706'.
There are 1340892 rows in 43708 pages for object "FctInventoryDetailOverShort200706".
DBCC results for 'FctInventory200707'.
There are 39662660 rows in 561343 pages for object "FctInventory200707".
DBCC results for 'vw_FctTransFctTender200603'.
There are 23344796 rows in 409706 pages for object "vw_FctTransFctTender200603".
DBCC results for 'FctInventoryWasteDetail200606'.
There are 115162 rows in 9597 pages for object "FctInventoryWasteDetail200606".
DBCC results for 'FctMarketBasket200610'.
There are 12762686 rows in 121550 pages for object "FctMarketBasket200610".
DBCC results for 'FctTenderBridge200703'.
There are 24276224 rows in 63057 pages for object "FctTenderBridge200703".
DBCC results for 'vw_FctTransFctTender200602'.
There are 19578204 rows in 343603 pages for object "vw_FctTransFctTender200602".
DBCC results for 'FctInventory200805'.
There are 0 rows in 0 pages for object "FctInventory200805".
DBCC results for 'FctInventoryWasteDetail200607'.
There are 122175 rows in 10182 pages for object "FctInventoryWasteDetail200607".
DBCC results for 'FctPurchases200510'.
There are 70660 rows in 7066 pages for object "FctPurchases200510".
DBCC results for 'FctMarketBasket200611'.
There are 13561902 rows in 129161 pages for object "FctMarketBasket200611".
DBCC results for 'FctTrans200701'.
There are 36465522 rows in 564690 pages for object "FctTrans200701".
DBCC results for 'FctInventory200708'.
There are 39701544 rows in 616017 pages for object "FctInventory200708".
DBCC results for 'vw_FctTransFctTender200601'.
Msg 8907, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200601' (object ID 1613248802) contains rows not produced by the view definition. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 21061710 rows in 369635 pages for object "vw_FctTransFctTender200601".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctTransFctTender200601' (object ID 1613248802).
DBCC results for 'FctInventoryWasteDetail200608'.
There are 121127 rows in 10094 pages for object "FctInventoryWasteDetail200608".
DBCC results for 'FctMarketBasket200612'.
There are 12860503 rows in 122481 pages for object "FctMarketBasket200612".
DBCC results for 'FctTrans200702'.
There are 33238975 rows in 514737 pages for object "FctTrans200702".
DBCC results for 'AggFctCashierScoreCard200701'.
There are 1434201 rows in 11952 pages for object "AggFctCashierScoreCard200701".
DBCC results for 'vw_FctTransFctTender200512'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200512' (object ID 1629248859) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 22210120 rows in 389795 pages for object "vw_FctTransFctTender200512".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctTransFctTender200512' (object ID 1629248859).
DBCC results for 'FctInventory200806'.
There are 0 rows in 0 pages for object "FctInventory200806".
DBCC results for 'FctInventoryWasteDetail200609'.
There are 115143 rows in 9596 pages for object "FctInventoryWasteDetail200609".
DBCC results for 'FctInventory200610'.
There are 34233332 rows in 461211 pages for object "FctInventory200610".
DBCC results for 'FctTrans200703'.
There are 39713913 rows in 614538 pages for object "FctTrans200703".
DBCC results for 'FctItem200704'.
There are 60365747 rows in 1310370 pages for object "FctItem200704".
DBCC results for 'AggFctCashierScoreCard200702'.
There are 1214541 rows in 10122 pages for object "AggFctCashierScoreCard200702".
DBCC results for 'FctInventory200709'.
There are 38675506 rows in 545787 pages for object "FctInventory200709".
DBCC results for 'vw_FctTransFctTender200511'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200511' (object ID 1645248916) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 21730576 rows in 381381 pages for object "vw_FctTransFctTender200511".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctTransFctTender200511' (object ID 1645248916).
DBCC results for 'FctInventoryWasteDetail200610'.
There are 125323 rows in 10444 pages for object "FctInventoryWasteDetail200610".
DBCC results for 'FctPurchases200509'.
There are 72751 rows in 7276 pages for object "FctPurchases200509".
DBCC results for 'FctItem200705'.
There are 65959516 rows in 1445243 pages for object "FctItem200705".
DBCC results for 'AggFctCashierScoreCard200703'.
There are 1406685 rows in 11723 pages for object "AggFctCashierScoreCard200703".
DBCC results for 'vw_FctTransFctTender200510'.
Msg 8908, Level 16, State 1, Server KNXPNAETLSQL2005, Line 1
Indexed view 'vw_FctTransFctTender200510' (object ID 1661248973) does not contain all rows that the view definition produces. Refer to Books Online for more information on this error. This does not necessarily represent an integrity issue with the data in this database.
There are 22504065 rows in 394958 pages for object "vw_FctTransFctTender200510".
CHECKDB found 0 allocation errors and 1 consistency errors in table 'vw_FctTransFctTender200510' (object ID 1661248973).
DBCC results for 'FctInventoryDetailOverShort200801'.
There are 1040806 rows in 24007 pages for object "FctInventoryDetailOverShort200801".
DBCC results for 'FctMarketBasketFuel200612'.
There are 6121409 rows in 65822 pages for object "FctMarketBasketFuel200612".
DBCC results for 'AggFctInventory200707'.
There are 39662300 rows in 354130 pages for object "AggFctInventory200707".
DBCC results for 'FctInventoryWasteDetail200611'.
There are 122336 rows in 10195 pages for object "FctInventoryWasteDetail200611".
DBCC results for 'FctInventory200611'.
There are 33667100 rows in 438313 pages for object "FctInventory200611".
DBCC results for 'FctItem200706'.
There are 67926976 rows in 1474350 pages for object "FctItem200706".
DBCC results for 'AggFctCashierScoreCard200704'.
There are 2087657 rows in 17398 pages for object "AggFctCashierScoreCard200704".
DBCC results for 'TempMTDDailyMCheckDate'.
There are 16359 rows in 46 pages for object "TempMTDDailyMCheckDate".
DBCC results for 'FctInventory200710'.
There are 40550644 rows in 574700 pages for object "FctInventory200710".
DBCC results for 'vw_FctTransFctTender200509'.
There are 22017622 rows in 386422 pages for object "vw_FctTransFctTender200509".
DBCC results for 'FctInventoryDetailOverShort200802'.
There are 0 rows in 0 pages for object "FctInventoryDetailOverShort200802".
DBCC results for 'FctInventoryWasteDetail200612'.
There are 178662 rows in 15465 pages for object "FctInventoryWasteDetail200612".
DBCC results for 'FctMarketBasket200704'.
There are 12611156 rows in 120107 pages for object "FctMarketBasket200704".
DBCC results for 'AggFctCashierScoreCard200705'.
There are 1442440 rows in 12021 pages for object "AggFctCashierScoreCard200705".
DBCC results for 'AggFctInventory200701'.
There are 35666434 rows in 318452 pages for object "AggFctInventory200701".
DBCC results for 'TempMTDDailyCheck'.
There are 605 rows in 5 pages for object "TempMTDDailyCheck".
DBCC results for 'FctInventoryDetailOverShort200803'.
There are 0 rows in 0 pages for object "FctInventoryDetai

View 1 Replies View Related

Oracle Import Inconsistency

Apr 4, 2008

Hi all,

I recently encountered what will appear to me as a very strange problem with my packages involving data import from an Oracle 10g database. The packages are simple data imports which select and insert data from Oracle to SQLServer 2005 tables.

Till recently, the packages ran without any problems but a day ago, these packages starts to fail when nothing was changed in them. They will run for about 8 minutes, at which approximately 400,000 records will be selected and processed. After that these packages will fail. The failure rate is inconsistent in the sense that some of these packages will fail while some will pass, depending on the 'mood' of SSIS.

These packages are using Oracle's supplied OLE DB drivers and have been running well since day 1. Should I be concerned with Oracle terminating connection after 'x' minutes something like that?

I'm absolutely puzzled with these behavior and will appreciate it if someone can point me to the right direction. This server is a 64 bit server and SQL Server is installed as 64 bit as well.

Thanks in advance!
Nestor

View 6 Replies View Related

File Error Inconsistency

Apr 3, 2007

Hi,



I am running into this error when running 2 *very* similar packages, however I only get the error on pkg2, not pkg1.



pkg1:

flat file source --> dts 200 package --> oledb destination



pkg2:

flat file source --> script component --> oledb destination



At the very end of the flat file there is a partial row. The second package raises an error when it finds this row. However, pkg1 does not. It runs perfectly every morning.



[Flat File Source [799]] Warning: There is a partial row at the end of the file.



If I remove the row, of course it works. But I don't have the option of removing this row.



So my questions are, 1) why does the first pkg1 not raise an error on this row?



2) how can I redirect bad rows to another location, or skip them completely, as in this case?



Thanks

View 10 Replies View Related

BULK INSERT Inconsistency

Nov 29, 2007

Code Block

CREATE TABLE Bank (
BankName varchar(80),
City varchar(80) NOT NULL,
Accounts int CHECK (Accounts > 0) NOT NULL,
BankSecurity varchar(80) CHECK(BankSecurity in ('weak','good','very good','excellent')),
PRIMARY KEY (BankName, City)
);

CREATE TABLE Bank_Temp (
BankName varchar(80),
City varchar(80) NOT NULL,
Accounts int CHECK (Accounts > 0) NOT NULL,
BankSecurity varchar(80) CHECK(BankSecurity in ('weak','good','very good','excellent')),
PRIMARY KEY (BankName, City)
);





BULK INSERT Bank_Temp FROM N'C:UsersacheryDocumentsSQLPSQLProj1ank_07.data';
INSERT INTO Bank SELECT * FROM Bank_Temp;
GO
I'm from a PostgresSQL background, and perhaps the problem is that I'm not thinking about this properly...

I'm trying to bulk insert into Bank_Temp from the file, then transfer the table verbatim over to Bank

Results in the error:
Msg 547, Level 16, State 0, Line 1
The INSERT statement conflicted with the CHECK constraint "CK__Bank__BankSecuri__7E6CC920". The conflict occurred in database "Robbers", table "dbo.Bank", column 'BankSecurity'.
The statement has been terminated.

Any idea what's happening here? Bank_Temp and Bank have the exact same structure, how is it possible for the check constraint to conflict? As far as I can tell, there are no spaces at the end of the rows in the text file, and no spaces at the beginning. All columns are seperated by one tab only.





Code Block

SELECT * FROM Bank_Temp
WHERE BankSecurity in ('weak','good','very good','excellent');





-- Results in:

Bankrupt Bank Evanston 444000 weak
Inter-Gang Bank Chicago 100000 excellent
Hidden Treasure Chicago 999999 excellent
Loanshark Bank Chicago 121212 excellent
NXP Bank Chicago 1593311 very good
NXP Bank Evanston 656565 excellent
Penny Pinchers Evanston 130013 excellent







Code Block

SELECT * FROM Bank_Temp
WHERE BankSecurity not in ('weak','good','very good','excellent');
GO





-- Results in:

Dollar Grabbers Evanston 909090 good
Inter-Gang Bank Evanston 555555 excellent
Loanshark Bank Evanston 7654321 excellent
Penny Pinchers Chicago 156165 weak
Dollar Grabbers Chicago 56005 very good
Gun Chase Bank Deerfield 1999 weak
Gun Chase Bank Evanston 656565 excellent
Loanshark Bank Deerfield 3456789 very good
PickPocket Bank Chicago 130013 weak
PickPocket Bank Deerfield 6565 excellent
PickPocket Bank Evanston 2000 very good




Code Block - File: bank_07.data (edited in notepad)


NXP Bank Chicago 1593311 very good
Bankrupt Bank Evanston 444000 weak
Loanshark Bank Evanston 7654321 excellent
Loanshark Bank Deerfield 3456789 very good
Loanshark Bank Chicago 121212 excellent
Inter-Gang Bank Chicago 100000 excellent
Inter-Gang Bank Evanston 555555 excellent
NXP Bank Evanston 656565 excellent
Penny Pinchers Chicago 156165 weak
Dollar Grabbers Chicago 56005 very good
Penny Pinchers Evanston 130013 excellent
Dollar Grabbers Evanston 909090 good
Gun Chase Bank Evanston 656565 excellent
Gun Chase Bank Deerfield 1999 weak
PickPocket Bank Evanston 2000 very good
PickPocket Bank Deerfield 6565 excellent
PickPocket Bank Chicago 130013 weak
Hidden Treasure Chicago 999999 excellent

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved