Quantcast
Channel: Forum SQL Server Database Engine
Viewing all articles
Browse latest Browse all 15694

Partition switches are started to take a long time (over a minute for a single partition switch command)

$
0
0

We are using sql 2008 sp2 enterprise on a 64 bit 48 core (Six-Core AMD Opteron(tm) Processor 8439 SE) System Manufacturer: 'HP', System Model: 'ProLiant DL785 G6'  with 256GB ram. There is no other load on this server. we have couple hundredth tables with over 3000 partitions each on them. The dataset (very bottom) I provided had the totalUsedKB, total UsedIndexKB, how many partitions are which type of compression (all Page in this case) , how many partition the table is defined on and how many partitions out of the defined has data.

Our process to load data stages data into 39 tables, indexes them etc and later on a process opens a transaction switches the 39 tables into the right partitions and then closes the transaction. We started noticing a 39 table switch in some instances takes 20 seconds and in some instances takes about 2000 seconds. Below list is the duration in seconds the 39 table switch took. Is the partition switches started to take longer because we have too many partitions or is there anything we can do to speed up the partition switches. The primary filegroup has only system objects and the rest of the data has it's on filegroups. This is a clustered server, using multiple san mounting points.

Any suggestions on to speed up partition switches.

Duration

568
1089
18
20
56
74
193
143
17
29
576
193
68
375
937
18
36
640
573
16
21
17
17
17
19
17
18
17
18
17
18
17
132
56
17
177
1055

SELECT
	[SchemaName], [TableName], [Rows], [UsedKB], [UsedIndexKB], [DataComp], CAST([PartitionCount] AS INT) AS [PartitionCount], [PartitionHasRows]
FROM (VALUES('tTax01', 'Property', '82714234', '38067648', '38840', 'Page: 3106', '3106', '1957'),
	('tTax02', 'Property', '78869472', '37272072', '76816', 'Page: 3106', '3106', '1686'),
	('tTax03', 'Property', '70903103', '33949016', '97752', 'Page: 3106', '3106', '1273'),
	('tTax04', 'Property', '61087861', '30038840', '192944', 'Page: 3106', '3106', '802'),
	('tTax05', 'Property', '52050248', '25725440', '71648', 'Page: 3106', '3106', '597'),
	('tTax06', 'Property', '44056807', '21954272', '18992', 'Page: 3106', '3106', '475'),
	('tTax01', 'PropertyLegalParty', '139885880', '16771872', '0', 'Page: 3106', '3106', '1955'),
	('tTax02', 'PropertyLegalParty', '137597258', '16498616', '0', 'Page: 3106', '3106', '1686'),
	('tTax03', 'PropertyLegalParty', '130214185', '15213880', '0', 'Page: 3106', '3106', '1273'),
	('tTax07', 'Property', '27930764', '14108504', '8568', 'Page: 3106', '3106', '238'),
	('tTax04', 'PropertyLegalParty', '118859426', '13749584', '0', 'Page: 3106', '3106', '802'),
	('tTax05', 'PropertyLegalParty', '104188923', '11947568', '0', 'Page: 3106', '3106', '597'),
	('tTax06', 'PropertyLegalParty', '89184386', '10187136', '32', 'Page: 3106', '3106', '475'),
	('tTax01', 'Building', '49555653', '7589400', NULL, 'Page: 3106', '3106', '1281'),
	('tTax02', 'Building', '48285575', '7522032', NULL, 'Page: 3106', '3106', '1127'),
	('tTax03', 'Building', '46598952', '7275968', NULL, 'Page: 3106', '3106', '938'),
	('tTax04', 'Building', '43854555', '7144368', NULL, 'Page: 3106', '3106', '665'),
	('tTax01', 'PropertyLegalPartyName', '169031280', '6751272', NULL, 'Page: 3106', '3106', '1952'),
	('tTax02', 'PropertyLegalPartyName', '166659701', '6618128', NULL, 'Page: 3106', '3106', '1686'),
	('tTax05', 'Building', '38612587', '6505880', NULL, 'Page: 3106', '3106', '515'),
	('tTax07', 'PropertyLegalParty', '56305204', '6394232', '0', 'Page: 3106', '3106', '238'),
	('tTax03', 'PropertyLegalPartyName', '156202436', '6114712', NULL, 'Page: 3106', '3106', '1273'),
	('tTax06', 'Building', '34062652', '5936528', NULL, 'Page: 3106', '3106', '439'),
	('tTax02', 'PropertyLegalPartyOrigName', '158883545', '5441456', NULL, 'Page: 3106', '3106', '1686'),
	('tTax04', 'PropertyLegalPartyName', '140922849', '5410584', NULL, 'Page: 3106', '3106', '802'),
	('tTax01', 'PropertyLegalPartyOrigName', '154117169', '5337216', NULL, 'Page: 3106', '3106', '1793'),
	('tTax03', 'PropertyLegalPartyOrigName', '149093298', '4993440', NULL, 'Page: 3106', '3106', '1273'),
	('tTax05', 'PropertyLegalPartyName', '121545902', '4582064', NULL, 'Page: 3106', '3106', '597'),
	('tTax04', 'PropertyLegalPartyOrigName', '136504560', '4440816', NULL, 'Page: 3106', '3106', '802'),
	('tTax07', 'Building', '23308535', '4067272', NULL, 'Page: 3106', '3106', '235'),
	('tTax06', 'PropertyLegalPartyName', '104741977', '3921576', NULL, 'Page: 3106', '3106', '475'),
	('tTax05', 'PropertyLegalPartyOrigName', '118063561', '3731496', NULL, 'Page: 3106', '3106', '597'),
	('tTax01', 'PropertyLegalPartyParsed', '103215981', '3576952', NULL, 'Page: 3106', '3106', '1938'),
	('tTax04', 'FiBuilding', '37121971', '3490392', NULL, 'Page: 3106', '3106', '494'),
	('tTax02', 'PropertyLegalPartyParsed', '100344740', '3459944', NULL, 'Page: 3106', '3106', '1686'),
	('tTax03', 'FiBuilding', '35433710', '3339200', NULL, 'Page: 3106', '3106', '493'),
	('tTax05', 'FiBuilding', '35491513', '3320736', NULL, 'Page: 3106', '3106', '465'),
	('tTax06', 'PropertyLegalPartyOrigName', '101428626', '3179256', NULL, 'Page: 3106', '3106', '475'),
	('tTax03', 'PropertyLegalPartyParsed', '90387200', '3099688', NULL, 'Page: 3106', '3106', '1273'),
	('tTax06', 'FiBuilding', '32206790', '3008000', NULL, 'Page: 3106', '3106', '421'),
	('tTax08', 'Property', '5013019', '2662224', '1000', 'Page: 3106', '3106', '36'),
	('tTax04', 'PropertyLegalPartyParsed', '78048631', '2661224', NULL, 'Page: 3106', '3106', '802'),
	('tTax07', 'PropertyLegalPartyName', '66313447', '2468336', NULL, 'Page: 3106', '3106', '238'),
	('tTax02', 'FiBuilding', '26005877', '2448536', NULL, 'Page: 3106', '3106', '355'),
	('tTax05', 'BuildingSquareFootageDetail', '112102020', '2292488', NULL, 'Page: 3106', '3106', '489'),
	('tTax04', 'BuildingSquareFootageDetail', '107072386', '2212256', NULL, 'Page: 3106', '3106', '613'),
	('tTax05', 'PropertyLegalPartyParsed', '65962729', '2205504', NULL, 'Page: 3106', '3106', '597'),
	('tTax03', 'BuildingExtraFeature', '75753790', '2136384', NULL, 'Page: 3106', '3106', '683'),
	('tTax04', 'BuildingExtraFeature', '74010114', '2104416', NULL, 'Page: 3106', '3106', '505'),
	('tTax04', 'FiProperty', '52264333', '2103736', NULL, 'Page: 3106', '3106', '729'),
	('tTax02', 'BuildingExtraFeature', '73957998', '2098304', NULL, 'Page: 3106', '3106', '766'),
	('tTax03', 'BuildingSquareFootageDetail', '100003249', '2097136', NULL, 'Page: 3106', '3106', '827'),
	('tTax05', 'BuildingExtraFeature', '74815703', '2089360', NULL, 'Page: 3106', '3106', '400'),
	('tTax07', 'FiBuilding', '22474747', '2085656', NULL, 'Page: 3106', '3106', '226'),
	('tTax06', 'BuildingSquareFootageDetail', '100085697', '2040136', NULL, 'Page: 3106', '3106', '423'),
	('tTax07', 'PropertyLegalPartyOrigName', '64859062', '2033024', NULL, 'Page: 3106', '3106', '238'),
	('tTax03', 'FiProperty', '49274888', '2023680', NULL, 'Page: 3106', '3106', '1043'),
	('tTax05', 'FiProperty', '48253432', '1903304', NULL, 'Page: 3106', '3106', '580'),
	('tTax05', 'FiBuildingSquareFootageDetail', '98028133', '1895632', NULL, 'Page: 3106', '3106', '449'),
	('tTax06', 'BuildingExtraFeature', '67439606', '1876144', NULL, 'Page: 3106', '3106', '354'),
	('tTax06', 'PropertyLegalPartyParsed', '55910799', '1857424', NULL, 'Page: 3106', '3106', '475'),
	('tTax06', 'FiBuildingSquareFootageDetail', '92886103', '1785672', NULL, 'Page: 3106', '3106', '409'),
	('tTax02', 'BuildingSquareFootageDetail', '82595842', '1765896', NULL, 'Page: 3106', '3106', '941'),
	('tTax01', 'BuildingExtraFeature', '59860547', '1697016', NULL, 'Page: 3106', '3106', '702'),
	('tTax06', 'FiProperty', '42908669', '1681264', NULL, 'Page: 3106', '3106', '471'),
	('tTax04', 'FiBuildingSquareFootageDetail', '85226594', '1665504', NULL, 'Page: 3106', '3106', '458'),
	('tTax04', 'PropertyOtherTaxDetail', '71387608', '1633136', NULL, 'Page: 3106', '3106', '378'),
	('tTax05', 'PropertyOtherTaxDetail', '69692602', '1597192', NULL, 'Page: 3106', '3106', '351'),
	('tTax02', 'FiProperty', '37883628', '1581664', NULL, 'Page: 3106', '3106', '1174'),
	('tTax03', 'FiBuildingSquareFootageDetail', '77753991', '1537712', NULL, 'Page: 3106', '3106', '448'),
	('tTax03', 'PropertyOtherTaxDetail', '59980839', '1413696', NULL, 'Page: 3106', '3106', '406'),
	('tTax01', 'BuildingSquareFootageDetail', '64021259', '1399912', NULL, 'Page: 3106', '3106', '869'),
	('tTax07', 'BuildingSquareFootageDetail', '67807300', '1377848', NULL, 'Page: 3106', '3106', '230'),
	('tTax01', 'PropertyLot', '51989223', '1365280', NULL, 'Page: 3106', '3106', '1850'),
	('tTax02', 'PropertyLot', '52277842', '1359776', NULL, 'Page: 3106', '3106', '1658'),
	('tTax07', 'BuildingExtraFeature', '48642677', '1345264', NULL, 'Page: 3106', '3106', '194'),
	('tTax06', 'PropertyOtherTaxDetail', '59302771', '1336976', NULL, 'Page: 3106', '3106', '286'),
	('tTax02', 'PropertyOtherTaxDetail', '53309811', '1296488', NULL, 'Page: 3106', '3106', '438'),
	('tTax03', 'PropertyLot', '50071141', '1264848', NULL, 'Page: 3106', '3106', '1256'),
	('tTax07', 'FiBuildingSquareFootageDetail', '62614245', '1204584', NULL, 'Page: 3106', '3106', '223'),
	('tTax08', 'PropertyLegalParty', '10057405', '1161368', '16', 'Page: 3106', '3106', '36'),
	('tTax07', 'PropertyLegalPartyParsed', '34972651', '1151016', NULL, 'Page: 3106', '3106', '238'),
	('tTax04', 'BuildingSubArea', '40424121', '1124288', NULL, 'Page: 3106', '3106', '132'),
	('tTax04', 'PropertyLot', '45738535', '1120096', NULL, 'Page: 3106', '3106', '797'),
	('tTax01', 'PropertyOtherTaxDetail', '45260138', '1115360', NULL, 'Page: 3106', '3106', '332'),
	('tTax03', 'BuildingSubArea', '38678286', '1080520', NULL, 'Page: 3106', '3106', '161'),
	('tTax07', 'FiProperty', '27752501', '1077008', NULL, 'Page: 3106', '3106', '237'),
	('tTax05', 'PropertyLot', '42742957', '1020688', NULL, 'Page: 3106', '3106', '594'),
	('tTax02', 'FiBuildingSquareFootageDetail', '50423000', '999256', NULL, 'Page: 3106', '3106', '299'),
	('tTax05', 'BuildingSubArea', '35856060', '989600', NULL, 'Page: 3106', '3106', '94'),
	('tTax01', 'FiBuilding', '10680806', '972232', NULL, 'Page: 3106', '3106', '147'),
	('tTax04', 'PropertyLandDimensionDetail', '32387046', '952480', NULL, 'Page: 3106', '3106', '597'),
	('tTax07', 'PropertyOtherTaxDetail', '43188942', '948776', NULL, 'Page: 3106', '3106', '122'),
	('tTax03', 'PropertyLandDimensionDetail', '31147482', '932504', NULL, 'Page: 3106', '3106', '841'),
	('tTax05', 'PropertyLandDimensionDetail', '30671074', '907936', NULL, 'Page: 3106', '3106', '488'),
	('tTax01', 'PropertyLandDimensionDetail', '30180361', '899136', NULL, 'Page: 3106', '3106', '1149'),
	('tTax02', 'BuildingSubArea', '31179317', '894176', NULL, 'Page: 3106', '3106', '155'),
	('tTax02', 'PropertyLandDimensionDetail', '29467386', '891576', NULL, 'Page: 3106', '3106', '1021'),
	('tTax03', 'FiPropertyLot', '35304985', '887696', NULL, 'Page: 3106', '3106', '583'),
	('tTax06', 'PropertyLot', '36269978', '860496', NULL, 'Page: 3106', '3106', '474'),
	('tTax04', 'FiPropertyLot', '35354060', '858952', NULL, 'Page: 3106', '3106', '573'),
	('tTax05', 'FiPropertyLot', '34854175', '838888', NULL, 'Page: 3106', '3106', '530'),
	('tTax01', 'BuildingSubArea', '28910832', '830960', NULL, 'Page: 3106', '3106', '149'),
	('tTax06', 'BuildingSubArea', '29000124', '802672', NULL, 'Page: 3106', '3106', '91'),
	('tTax06', 'PropertyLandDimensionDetail', '26284800', '772576', NULL, 'Page: 3106', '3106', '406'),
	('tTax06', 'FiPropertyLot', '31426156', '746352', NULL, 'Page: 3106', '3106', '449'),
	('tTax01', 'FiProperty', '18608254', '746072', NULL, 'Page: 3106', '3106', '1181'),
	('tTax08', 'Building', '4209864', '741680', NULL, 'Page: 3106', '3106', '36'),
	('tTax02', 'FiPropertyLot', '27662898', '702952', NULL, 'Page: 3106', '3106', '473'),
	('tTax03', 'FiPropertyLandDimensionDetail', '27479016', '686752', NULL, 'Page: 3106', '3106', '427'),
	('tTax05', 'FiPropertyLandDimensionDetail', '22773208', '615992', NULL, 'Page: 3106', '3106', '434'),
	('tTax04', 'FiPropertyLandDimensionDetail', '22307230', '609184', NULL, 'Page: 3106', '3106', '446'),
	('tTax02', 'PropertyTaxExemption', '23619787', '600176', NULL, 'Page: 3106', '3106', '1065'),
	('tTax03', 'PropertyTaxExemption', '23310688', '578872', NULL, 'Page: 3106', '3106', '858'),
	('tTax07', 'PropertyLot', '23584765', '547128', NULL, 'Page: 3106', '3106', '238'),
	('tTax06', 'FiPropertyLandDimensionDetail', '19920043', '536408', NULL, 'Page: 3106', '3106', '380'),
	('tTax01', 'PropertyTaxExemption', '20164277', '524096', NULL, 'Page: 3106', '3106', '1002'),
	('tTax04', 'PropertyTaxExemption', '21274702', '513480', NULL, 'Page: 3106', '3106', '611'),
	('tTax07', 'PropertyLandDimensionDetail', '17552407', '506152', NULL, 'Page: 3106', '3106', '198'),
	('tTax05', 'PropertyTaxExemption', '20270973', '487432', NULL, 'Page: 3106', '3106', '519'),
	('tTax07', 'FiPropertyLot', '20318705', '472392', NULL, 'Page: 3106', '3106', '228'),
	('tTax05', 'PropertyTaxGridDetail', '19943576', '461808', NULL, 'Page: 3106', '3106', '44'),
	('tTax07', 'BuildingSubArea', '16241309', '438968', NULL, 'Page: 3106', '3106', '49'),
	('tTax08', 'PropertyLegalPartyName', '11421133', '432760', NULL, 'Page: 3106', '3106', '36'),
	('tTax06', 'PropertyTaxExemption', '18092167', '428400', NULL, 'Page: 3106', '3106', '420'),
	('tTax06', 'PropertyTaxGridDetail', '17947542', '413264', NULL, 'Page: 3106', '3106', '28'),
	('tTax04', 'PropertyTaxGridDetail', '17637099', '407048', NULL, 'Page: 3106', '3106', '63'),
	('tTax01', 'FiBuildingSquareFootageDetail', '20593804', '398280', NULL, 'Page: 3106', '3106', '130'),
	('tTax07', 'PropertyTaxGridDetail', '17204092', '395304', NULL, 'Page: 3106', '3106', '24'),
	('tTax02', 'BuildingOtherStructure', '17993598', '391632', NULL, 'Page: 3106', '3106', '544'),
	('tTax01', 'BuildingOtherStructure', '18140990', '390464', NULL, 'Page: 3106', '3106', '530'),
	('tTax02', 'FiPropertyLandDimensionDetail', '13916912', '384912', NULL, 'Page: 3106', '3106', '291'),
	('tTax08', 'FiBuilding', '4035237', '384224', NULL, 'Page: 3106', '3106', '34'),
	('tTax03', 'BuildingOtherStructure', '16978707', '368040', NULL, 'Page: 3106', '3106', '499'),
	('tTax07', 'FiPropertyLandDimensionDetail', '13699700', '364880', NULL, 'Page: 3106', '3106', '184'),
	('tTax05', 'BuildingFeature', '15953982', '362976', NULL, 'Page: 3106', '3106', '376'),
	('tTax08', 'PropertyLegalPartyOrigName', '11246974', '356352', NULL, 'Page: 3106', '3106', '36'),
	('tTax03', 'BuildingFeature', '15115228', '354504', NULL, 'Page: 3106', '3106', '554'),
	('tTax04', 'BuildingFeature', '15288316', '352136', NULL, 'Page: 3106', '3106', '446'),
	('tTax02', 'BuildingFeature', '14686601', '348424', NULL, 'Page: 3106', '3106', '609'),
	('tTax04', 'BuildingOtherStructure', '15916951', '333832', NULL, 'Page: 3106', '3106', '354'),
	('tTax01', 'BuildingFeature', '13510409', '323760', NULL, 'Page: 3106', '3106', '506'),
	('tTax05', 'BuildingOtherStructure', '14901246', '312144', NULL, 'Page: 3106', '3106', '277'),
	('tTax08', 'BuildingSquareFootageDetail', '15619237', '308104', NULL, 'Page: 3106', '3106', '35'),
	('tTax08', 'PropertyOtherTaxDetail', '14337403', '303816', NULL, 'Page: 3106', '3106', '25'),
	('tTax06', 'PropertyPrevTax', '6096742', '289080', NULL, 'Page: 3106', '3106', '20'),
	('tTax01', 'FiPropertyLot', '11981668', '285672', NULL, 'Page: 3106', '3106', '187'),
	('tTax06', 'BuildingFeature', '12144359', '275752', NULL, 'Page: 3106', '3106', '335'),
	('tTax07', 'PropertyTaxExemption', '11950060', '275016', NULL, 'Page: 3106', '3106', '205'),
	('tTax08', 'FiBuildingSquareFootageDetail', '14656510', '272824', NULL, 'Page: 3106', '3106', '33'),
	('tTax05', 'PropertyPrevTax', '5945316', '270616', NULL, 'Page: 3106', '3106', '22'),
	('tTax06', 'BuildingOtherStructure', '11208606', '238760', NULL, 'Page: 3106', '3106', '243'),
	('tTax07', 'BuildingFeature', '10285943', '230720', NULL, 'Page: 3106', '3106', '180'),
	('tTax04', 'PropertyPrevTax', '5399436', '230104', NULL, 'Page: 3106', '3106', '27'),
	('tTax03', 'PropertyPrevTax', '5651520', '225808', NULL, 'Page: 3106', '3106', '26'),
	('tTax07', 'PropertyPrevTax', '4811484', '219408', NULL, 'Page: 3106', '3106', '8'),
	('tTax08', 'PropertyLegalPartyParsed', '5812558', '194272', NULL, 'Page: 3106', '3106', '36'),
	('tTax08', 'FiProperty', '4780661', '181280', NULL, 'Page: 3106', '3106', '34'),
	('tTax05', 'FiBuildingFeature', '8465259', '178440', NULL, 'Page: 3106', '3106', '123'),
	('tTax07', 'BuildingOtherStructure', '8778985', '177752', NULL, 'Page: 3106', '3106', '118'),
	('tTax08', 'BuildingExtraFeature', '6424752', '173824', NULL, 'Page: 3106', '3106', '33'),
	('tTax08', 'PropertyPrevTax', '3251900', '158088', NULL, 'Page: 3106', '3106', '5'),
	('tTax04', 'FiBuildingFeature', '7282302', '155984', NULL, 'Page: 3106', '3106', '114'),
	('tTax01', 'FiPropertyLandDimensionDetail', '5374744', '143136', NULL, 'Page: 3106', '3106', '128'),
	('tTax03', 'FiBuildingFeature', '6340138', '138824', NULL, 'Page: 3106', '3106', '110'),
	('tTax08', 'PropertyLandDimensionDetail', '5284289', '136728', NULL, 'Page: 3106', '3106', '31'),
	('tTax02', 'BuildingOtherRoom', '5862116', '133176', NULL, 'Page: 3106', '3106', '344'),
	('tTax03', 'BuildingOtherRoom', '5421592', '128496', NULL, 'Page: 3106', '3106', '277'),
	('tTax06', 'FiBuildingFeature', '6018376', '127000', NULL, 'Page: 3106', '3106', '112'),
	('tTax04', 'BuildingOtherRoom', '5204946', '122240', NULL, 'Page: 3106', '3106', '190'),
	('tTax03', 'PropertyTaxGridDetail', '4966735', '114720', NULL, 'Page: 3106', '3106', '78'),
	('tTax05', 'BuildingOtherRoom', '5036111', '114144', NULL, 'Page: 3106', '3106', '145'),
	('tTax01', 'BuildingOtherRoom', '4851510', '111576', NULL, 'Page: 3106', '3106', '230'),
	('tTax02', 'PropertyPrevTax', '2838288', '109064', NULL, 'Page: 3106', '3106', '20'),
	('tTax07', 'FiBuildingFeature', '4968721', '105856', NULL, 'Page: 3106', '3106', '68'),
	('tTax02', 'FiBuildingFeature', '4622539', '92536', NULL, 'Page: 3106', '3106', '62'),
	('tTax06', 'BuildingOtherRoom', '3965678', '90208', NULL, 'Page: 3106', '3106', '128'),
	('tTax08', 'PropertyLot', '3571033', '87616', NULL, 'Page: 3106', '3106', '36'),
	('tTax08', 'FiPropertyLandDimensionDetail', '3054012', '79472', NULL, 'Page: 3106', '3106', '27'),
	('tTax07', 'BuildingOtherRoom', '3422051', '77760', NULL, 'Page: 3106', '3106', '80'),
	('tTax02', 'PropertyTaxGridDetail', '3171734', '72016', NULL, 'Page: 3106', '3106', '35'),
	('tTax08', 'BuildingFeature', '2815885', '63512', NULL, 'Page: 3106', '3106', '30'),
	('tTax08', 'FiPropertyLot', '2416803', '58640', NULL, 'Page: 3106', '3106', '29'),
	('tTax08', 'BuildingSubArea', '2238182', '58616', NULL, 'Page: 3106', '3106', '7'),
	('tTax02', 'vPropertyCntyCdStdSubdCd', '2307876', '56888', NULL, 'Page: 3106', '3106', '1492'),
	('tTax01', 'vPropertyCntyCdStdSubdCd', '2092665', '55496', NULL, 'Page: 3106', '3106', '1622'),
	('tTax03', 'vPropertyCntyCdStdSubdCd', '2313231', '51896', NULL, 'Page: 3106', '3106', '1125'),
	('tTax08', 'PropertyTaxExemption', '2210163', '51080', NULL, 'Page: 3106', '3106', '31'),
	('tTax08', 'BuildingOtherStructure', '2648360', '51000', NULL, 'Page: 3106', '3106', '27'),
	('tTax08', 'FiBuildingFeature', '2157711', '42912', NULL, 'Page: 3106', '3106', '18'),
	('tTax04', 'vPropertyCntyCdStdSubdCd', '2138682', '42808', NULL, 'Page: 3106', '3106', '685'),
	('tTax02', 'BuildingEquipment', '2022393', '40864', NULL, 'Page: 3106', '3106', '166'),
	('tTax01', 'BuildingEquipment', '1947981', '39248', NULL, 'Page: 3106', '3106', '152'),
	('tTax05', 'BuildingEquipment', '1917530', '39160', NULL, 'Page: 3106', '3106', '218'),
	('tTax03', 'BuildingEquipment', '1864349', '38480', NULL, 'Page: 3106', '3106', '185'),
	('tTax04', 'BuildingEquipment', '1871754', '38024', NULL, 'Page: 3106', '3106', '206'),
	('tTax06', 'PropertyResidentialFeature', '1751836', '37968', NULL, 'Page: 3106', '3106', '12'),
	('tTax05', 'vPropertyCntyCdStdSubdCd', '2020081', '37600', NULL, 'Page: 3106', '3106', '494'),
	('tTax05', 'PropertyResidentialFeature', '1614949', '34704', NULL, 'Page: 3106', '3106', '15'),
	('tTax06', 'vPropertyCntyCdStdSubdCd', '1859002', '33856', NULL, 'Page: 3106', '3106', '417'),
	('tTax06', 'BuildingEquipment', '1640149', '33352', NULL, 'Page: 3106', '3106', '211'),
	('tTax03', 'PropertyJoinedFromPcl', '798794', '32896', NULL, 'Page: 3106', '3106', '24'),
	('tTax01', 'PropertyPrevTax', '675584', '31936', NULL, 'Page: 3106', '3106', '2'),
	('tTax01', 'FiBuildingFeature', '1605599', '31672', NULL, 'Page: 3106', '3106', '35'),
	('tTax04', 'PropertyResidentialFeature', '1313013', '28896', NULL, 'Page: 3106', '3106', '15'),
	('tTax07', 'PropertyResidentialFeature', '1393948', '28840', NULL, 'Page: 3106', '3106', '10'),
	('tTax06', 'PropertyRateFactor', '1525395', '27408', NULL, 'Page: 3106', '3106', '2'),
	('tTax07', 'PropertyRateFactor', '1535514', '27168', NULL, 'Page: 3106', '3106', '2'),
	('tTax07', 'BuildingEquipment', '1432346', '27144', NULL, 'Page: 3106', '3106', '100'),
	('tTax04', 'PropertyRateFactor', '1474033', '26744', NULL, 'Page: 3106', '3106', '2'),
	('tTax05', 'PropertyRateFactor', '1491547', '25960', NULL, 'Page: 3106', '3106', '2'),
	('tTax08', 'PropertyTaxGridDetail', '1092419', '25832', NULL, 'Page: 3106', '3106', '1'),
	('tTax03', 'PropertyRateFactor', '1448748', '24960', NULL, 'Page: 3106', '3106', '1'),
	('tTax03', 'PropertyResidentialFeature', '982718', '23496', NULL, 'Page: 3106', '3106', '14'),
	('tTax05', 'BuildingAmenity', '1341695', '23320', NULL, 'Page: 3106', '3106', '10'),
	('tTax01', 'BuildingAmenity', '1136846', '22744', NULL, 'Page: 3106', '3106', '15'),
	('tTax04', 'PropertyNonAdvalTax', '1093591', '22712', NULL, 'Page: 3106', '3106', '1'),
	('tTax05', 'PropertyNonAdvalTax', '1099737', '22544', NULL, 'Page: 3106', '3106', '1'),
	('tTax06', 'PropertyNonAdvalTax', '1104748', '22440', NULL, 'Page: 3106', '3106', '1'),
	('tTax04', 'PropertyJoinedFromPcl', '604019', '22264', NULL, 'Page: 3106', '3106', '12'),
	('tTax03', 'PropertyNonAdvalTax', '1062054', '22096', NULL, 'Page: 3106', '3106', '1'),
	('tTax07', 'vPropertyCntyCdStdSubdCd', '1246726', '21120', NULL, 'Page: 3106', '3106', '222'),
	('tTax01', 'PropertyTaxGridDetail', '811108', '18496', NULL, 'Page: 3106', '3106', '5'),
	('tTax08', 'BuildingOtherRoom', '758926', '18360', NULL, 'Page: 3106', '3106', '17'),
	('tTax02', 'BuildingAmenity', '995791', '18016', NULL, 'Page: 3106', '3106', '10'),
	('tTax06', 'BuildingAmenity', '1000313', '17776', NULL, 'Page: 3106', '3106', '8'),
	('tTax02', 'PropertyJoinedFromPcl', '506214', '17736', NULL, 'Page: 3106', '3106', '13'),
	('tTax08', 'BuildingPermit', '468756', '16376', NULL, 'Page: 3106', '3106', '4'),
	('tTax07', 'BuildingAmenity', '892736', '15504', NULL, 'Page: 3106', '3106', '7'),
	('tTax01', 'PropertyResidentialFeature', '590713', '14040', NULL, 'Page: 3106', '3106', '10'),
	('tTax02', 'PropertyResidentialFeature', '511058', '13184', NULL, 'Page: 3106', '3106', '14'),
	('tTax08', 'BuildingEquipment', '563494', '9736', NULL, 'Page: 3106', '3106', '11'),
	('tTax01', 'PropertyJoinedFromPcl', '334992', '8856', NULL, 'Page: 3106', '3106', '2'),
	('tTax06', 'PropertyJoinedFromPcl', '329662', '8688', NULL, 'Page: 3106', '3106', '2'),
	('tTax05', 'PropertyJoinedFromPcl', '302896', '7768', NULL, 'Page: 3106', '3106', '1'),
	('tTax08', 'PropertyResidentialFeature', '321387', '7464', NULL, 'Page: 3106', '3106', '2'),
	('tTax07', 'LiProperty', '175520', '7040', NULL, 'Page: 3106', '3106', '1'),
	('tTax02', 'LiProperty', '123661', '5840', NULL, 'Page: 3106', '3106', '18'),
	('tTax03', 'BuildingAmenity', '249638', '5328', NULL, 'Page: 3106', '3106', '10'),
	('tTax04', 'BuildingAmenity', '241990', '5208', NULL, 'Page: 3106', '3106', '8'),
	('tTax02', 'PropertyCommercialFeature', '163074', '4096', NULL, 'Page: 3106', '3106', '13'),
	('tTax01', 'PropertyCommercialFeature', '151604', '4000', NULL, 'Page: 3106', '3106', '14'),
	('tTax03', 'PropertyCommercialFeature', '149336', '3872', NULL, 'Page: 3106', '3106', '13'),
	('tTax06', 'PropertyCommercialFeature', '159430', '3744', NULL, 'Page: 3106', '3106', '9'),
	('tTax08', 'vPropertyCntyCdStdSubdCd', '235008', '3736', NULL, 'Page: 3106', '3106', '36'),
	('tTax04', 'PropertyCommercialFeature', '135403', '3456', NULL, 'Page: 3106', '3106', '12'),
	('tTax05', 'PropertyCommercialFeature', '133969', '3296', NULL, 'Page: 3106', '3106', '11'),
	('tTax07', 'PropertyCommercialFeature', '145563', '3224', NULL, 'Page: 3106', '3106', '5'),
	('tTax03', 'LiProperty', '73928', '3216', NULL, 'Page: 3106', '3106', '6'),
	('tTax08', 'BuildingAmenity', '112853', '2408', NULL, 'Page: 3106', '3106', '4'),
	('tTax01', 'BuildingOtherImprovement', '85629', '1880', NULL, 'Page: 3106', '3106', '3'),
	('tTax02', 'BuildingOtherImprovement', '76163', '1592', NULL, 'Page: 3106', '3106', '2'),
	('tTax04', 'BuildingOtherImprovement', '68903', '1456', NULL, 'Page: 3106', '3106', '2'),
	('tTax03', 'BuildingOtherImprovement', '69154', '1448', NULL, 'Page: 3106', '3106', '2'),
	('tTax05', 'BuildingOtherImprovement', '68034', '1416', NULL, 'Page: 3106', '3106', '2'),
	('tTax07', 'BuildingOtherImprovement', '66005', '1392', NULL, 'Page: 3106', '3106', '2'),
	('tTax06', 'BuildingOtherImprovement', '66288', '1384', NULL, 'Page: 3106', '3106', '2'),
	('tTax06', 'LiProperty', '28513', '1248', NULL, 'Page: 3106', '3106', '1'),
	('tTax08', 'BuildingOtherImprovement', '54108', '1072', NULL, 'Page: 3106', '3106', '1'),
	('tTax04', 'LiProperty', '245', '40', NULL, 'Page: 3106', '3106', '1'),
	('tTax10', 'BuildingOtherStructure', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLot', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'LiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLot', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingOtherStructure', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'LiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'LiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'LiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLegalPartyOrigName', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingOtherImprovement', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLegalPartyParsed', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLegalPartyParsed', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'LiBuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingOtherRoom', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingOtherImprovement', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLegalPartyOrigName', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'LiBuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLegalPartyName', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'LiBuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiPropertyLot', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'vPropertyCntyCdStdSubdCd', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiPropertyLot', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'vPropertyCntyCdStdSubdCd', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingExtraFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLegalPartyName', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'LiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyTaxExemption', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingAmenity', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingAmenity', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyTaxExemption', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLegalParty', '0', '0', '0', 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyTaxGridDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyTaxGridDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingEquipment', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiPropertyLandDimensionDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiPropertyLandDimensionDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiBuildingFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiBuildingFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyResidentialFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyResidentialFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLandDimensionDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyLandDimensionDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyRateFactor', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyRateFactor', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'PropertyRateFactor', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax05', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiBuildingSquareFootageDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax04', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax03', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyLegalParty', '0', '0', '0', 'Page: 3106', '3106', '0'),
	('tTax09', 'Building', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'Building', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'PropertySchoolMetrics', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'FiBuildingSquareFootageDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'PropertyCommercialFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyCommercialFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyCommercialFeature', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyOtherTaxDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingSquareFootageDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyOtherTaxDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyPrevTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyPrevTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'PropertyJoinedFromPcl', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax01', 'PropertyRateFactor', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'PropertyJoinedFromPcl', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingSubArea', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingSubArea', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingSquareFootageDetail', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'Property', '0', '0', '0', 'Page: 3106', '3106', '0'),
	('tTax09', 'Property', '0', '0', '0', 'Page: 3106', '3106', '0'),
	('tTax07', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax07', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'LiProperty', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax06', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'BuildingPermit', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax08', 'PropertyNonAdvalTax', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax10', 'PropertyJoinedFromPcl', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax02', 'PropertyRateFactor', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'PropertyJoinedFromPcl', '0', '0', NULL, 'Page: 3106', '3106', '0'),
	('tTax09', 'FiBuilding', '0', '0', NULL, 'Page: 3106', '3106', '0'))
d ([SchemaName], [TableName], [Rows], [UsedKB], [UsedIndexKB], [DataComp], [PartitionCount], [PartitionHasRows])




Gokhan Varol


Viewing all articles
Browse latest Browse all 15694

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>