A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | AA | AB | AC | AD | AE | AF | AG | AH | AI | AJ | AK | AL | AM | AN | AO | AP | AQ | AR | AS | AT | AU | AV | AW | AX | AY | AZ | BA | BB | BC | BD | BE | BF | BG | BH | BI | BJ | BK | BL | BM | BN | BO | BP | BQ | BR | BS | BT | BU | BV | BW | BX | BY | BZ | CA | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | QueryText | event_interval | total_duration_ms | average_duration_ms | stdev_duration_ms | min_duration_ms | max_duration_ms | duration_50th | duration_75th | duration_90th | duration_95th | duration_99th | total_cpu_time_ms | average_cpu_time_ms | stdev_cpu_time_ms | min_cpu_time_ms | max_cpu_time_ms | cpu_time_50th | cpu_time_75th | cpu_time_90th | cpu_time_95th | cpu_time_99th | total_physical_reads | average_physical_reads | stdev_physical_reads | min_physical_reads | max_physical_reads | physical_reads_50th | physical_reads_75th | physical_reads_90th | physical_reads_95th | physical_reads_99th | total_logical_reads | average_logical_reads | stdev_logical_reads | min_logical_reads | max_logical_reads | logical_reads_50th | logical_reads_75th | logical_reads_90th | logical_reads_95th | logical_reads_99th | total_writes | average_writes | stdev_writes | min_writes | max_writes | writes_50th | writes_75th | writes_90th | writes_95th | writes_99th | |||||||||||||||||||||||||||
2 | INSERT INTO [Production].[TransactionHistory] ([ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,[TransactionDate] ,[TransactionType] ,[Quantity] ,[ActualCost]) select [ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,DATEADD(hh,26,[TransactionDate]) ,[TransactionType] ,[Quantity] ,[ActualCost] FROM [Production].[TransactionHistory] | 3/26/2014 14:28:00 | 8449904 | 8449904 | 0 | 8449904 | 8449904 | 6129634 | 7289769 | 7985850 | 8217877 | 8403498.6 | 6203000 | 6203000 | 0 | 6203000 | 6203000 | 4703000 | 5453000 | 5903000 | 6053000 | 6173000 | 4664 | 4664 | 0 | 4664 | 4664 | 3308.5 | 3986.25 | 4392.9 | 4528.45 | 4636.89 | 6194148 | 6194148 | 0 | 6194148 | 6194148 | 4598925.5 | 5396536.75 | 5875103.5 | 6034625.75 | 6162243.55 | 16232 | 16232 | 0 | 16232 | 16232 | 12166.5 | 14199.25 | 15418.9 | 15825.45 | 16150.69 | |||||||||||||||||||||||||||
3 | INSERT INTO [Production].[TransactionHistory] ([ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,[TransactionDate] ,[TransactionType] ,[Quantity] ,[ActualCost]) select [ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,DATEADD(yy,3,[TransactionDate]) ,[TransactionType] ,[Quantity] ,[ActualCost] FROM [Production].[TransactionHistory] | 3/26/2014 14:28:00 | 3809364 | 3809364 | 0 | 3809364 | 3809364 | 6129634 | 7289769 | 7985850 | 8217877 | 8403498.6 | 3203000 | 3203000 | 0 | 3203000 | 3203000 | 4703000 | 5453000 | 5903000 | 6053000 | 6173000 | 1953 | 1953 | 0 | 1953 | 1953 | 3308.5 | 3986.25 | 4392.9 | 4528.45 | 4636.89 | 3003703 | 3003703 | 0 | 3003703 | 3003703 | 4598925.5 | 5396536.75 | 5875103.5 | 6034625.75 | 6162243.55 | 8101 | 8101 | 0 | 8101 | 8101 | 12166.5 | 14199.25 | 15418.9 | 15825.45 | 16150.69 | |||||||||||||||||||||||||||
4 | INSERT INTO [Production].[TransactionHistory] ([ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,[TransactionDate] ,[TransactionType] ,[Quantity] ,[ActualCost]) select [ProductID] ,[ReferenceOrderID] ,[ReferenceOrderLineID] ,DATEADD(yy,2,[TransactionDate]) ,[TransactionType] ,[Quantity] ,[ActualCost] FROM [Production].[TransactionHistory] | 3/26/2014 14:28:00 | 1931655 | 1931655 | 0 | 1931655 | 1931655 | 1931655 | 1931655 | 1931655 | 1931655 | 1931655 | 1594000 | 1594000 | 0 | 1594000 | 1594000 | 1594000 | 1594000 | 1594000 | 1594000 | 1594000 | 660 | 660 | 0 | 660 | 660 | 660 | 660 | 660 | 660 | 660 | 1408929 | 1408929 | 0 | 1408929 | 1408929 | 1408929 | 1408929 | 1408929 | 1408929 | 1408929 | 2595 | 2595 | 0 | 2595 | 2595 | 2595 | 2595 | 2595 | 2595 | 2595 | |||||||||||||||||||||||||||
5 | SELECT clmns.column_id AS [ID], clmns.name AS [Name], clmns.is_nullable AS [Nullable], CAST(ISNULL(cik.index_column_id, 0) AS bit) AS [InPrimaryKey], clmns.is_identity AS [Identity], usrt.name AS [DataType], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND clmns.max_length -1 THEN clmns.max_length/2 ELSE clmns.max_length END AS int) AS [Length], CAST(clmns.precision AS int) AS [NumericPrecision], CAST(clmns.scale AS int) AS [NumericScale], ISNULL(xscclmns.name, N'') AS [XmlSchemaNamespace], ISNULL(s2clmns.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case clmns.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], s1clmns.name AS [DataTypeSchema] FROM sys.tables AS tbl INNER JOIN sys.all_columns AS clmns ON clmns.object_id=tbl.object_id LEFT OUTER JOIN sys.indexes AS ik ON ik.object_id = clmns.object_id and 1=ik.is_primary_key LEFT OUTER JOIN sys.index_columns AS cik ON cik.index_id = ik.index_id and cik.column_id = clmns.column_id and cik.object_id = clmns.object_id and 0 = cik.is_included_column LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = clmns.user_type_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = clmns.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = clmns.system_type_id) and (baset.user_type_id = clmns.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscclmns ON xscclmns.xml_collection_id = clmns.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2clmns ON s2clmns.schema_id = xscclmns.schema_id LEFT OUTER JOIN sys.schemas AS s1clmns ON s1clmns.schema_id = usrt.schema_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [ID] ASC | 3/26/2014 14:28:00 | 46561 | 15520 | 15352.14677 | 6215 | 33240 | 7106 | 20173 | 28013.2 | 30626.6 | 32717.32 | 31000 | 10333 | 8962.88644 | 0 | 16000 | 15000 | 15500 | 15800 | 15900 | 15980 | 72 | 24 | 34.87119155 | 0 | 64 | 8 | 36 | 52.8 | 58.4 | 62.88 | 9469 | 3156 | 22.12088003 | 3133 | 3177 | 3159 | 3168 | 3173.4 | 3175.2 | 3176.64 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
6 | select count(*) from [Production].[TransactionHistory] | 3/26/2014 14:28:00 | 44368 | 44368 | 0 | 44368 | 44368 | 44368 | 44368 | 44368 | 44368 | 44368 | 47000 | 47000 | 0 | 47000 | 47000 | 47000 | 47000 | 47000 | 47000 | 47000 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2030 | 2030 | 0 | 2030 | 2030 | 2030 | 2030 | 2030 | 2030 | 2030 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
7 | SELECT clmns.name AS [Name], clmns.column_id AS [ID], clmns.is_nullable AS [Nullable], clmns.is_computed AS [Computed], CAST(ISNULL(cik.index_column_id, 0) AS bit) AS [InPrimaryKey], clmns.is_ansi_padded AS [AnsiPaddingStatus], CAST(clmns.is_rowguidcol AS bit) AS [RowGuidCol], CAST(ISNULL(COLUMNPROPERTY(clmns.object_id, clmns.name, N'IsDeterministic'),0) AS bit) AS [IsDeterministic], CAST(ISNULL(COLUMNPROPERTY(clmns.object_id, clmns.name, N'IsPrecise'),0) AS bit) AS [IsPrecise], CAST(ISNULL(cc.is_persisted, 0) AS bit) AS [IsPersisted], ISNULL(clmns.collation_name, N'') AS [Collation], CAST(ISNULL((select TOP 1 1 from sys.foreign_key_columns AS colfk where colfk.parent_column_id = clmns.column_id and colfk.parent_object_id = clmns.object_id), 0) AS bit) AS [IsForeignKey], clmns.is_identity AS [Identity], CAST(ISNULL(ic.seed_value,0) AS bigint) AS [IdentitySeed], CAST(ISNULL(ic.increment_value,0) AS bigint) AS [IdentityIncrement], (case when clmns.default_object_id = 0 then N'' when d.parent_object_id >0 then N'' else d.name end) AS [Default], (case when clmns.default_object_id = 0 then N'' when d.parent_object_id >0 then N'' else schema_name(d.schema_id) end) AS [DefaultSchema], (case when clmns.rule_object_id = 0 then N'' else r.name end) AS [Rule], (case when clmns.rule_object_id = 0 then N'' else schema_name(r.schema_id) end) AS [RuleSchema], ISNULL(ic.is_not_for_replication, 0) AS [NotForReplication], CAST(COLUMNPROPERTY(clmns.object_id, clmns.name, N'IsFulltextIndexed') AS bit) AS [IsFullTextIndexed], CAST(COLUMNPROPERTY(clmns.object_id, clmns.name, N'StatisticalSemantics') AS int) AS [StatisticalSemantics], CAST(clmns.is_filestream AS bit) AS [IsFileStream], CAST(clmns.is_sparse AS bit) AS [IsSparse], CAST(clmns.is_column_set AS bit) AS [IsColumnSet], usrt.name AS [DataType], s1clmns.name AS [DataTypeSchema], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND clmns.max_length -1 THEN clmns.max_length/2 ELSE clmns.max_length END AS int) AS [Length], CAST(clmns.precision AS int) AS [NumericPrecision], CAST(clmns.scale AS int) AS [NumericScale], ISNULL(xscclmns.name, N'') AS [XmlSchemaNamespace], ISNULL(s2clmns.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case clmns.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], CASE WHEN usrt.is_table_type = 1 THEN N'structured' ELSE N'' END AS [UserType] FROM sys.tables AS tbl INNER JOIN sys.all_columns AS clmns ON clmns.object_id=tbl.object_id LEFT OUTER JOIN sys.indexes AS ik ON ik.object_id = clmns.object_id and 1=ik.is_primary_key LEFT OUTER JOIN sys.index_columns AS cik ON cik.index_id = ik.index_id and cik.column_id = clmns.column_id and cik.object_id = clmns.object_id and 0 = cik.is_included_column LEFT OUTER JOIN sys.computed_columns AS cc ON cc.object_id = clmns.object_id and cc.column_id = clmns.column_id LEFT OUTER JOIN sys.identity_columns AS ic ON ic.object_id = clmns.object_id and ic.column_id = clmns.column_id LEFT OUTER JOIN sys.objects AS d ON d.object_id = clmns.default_object_id LEFT OUTER JOIN sys.objects AS r ON r.object_id = clmns.rule_object_id LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = clmns.user_type_id LEFT OUTER JOIN sys.schemas AS s1clmns ON s1clmns.schema_id = usrt.schema_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = clmns.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = clmns.system_type_id) and (baset.user_type_id = clmns.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscclmns ON xscclmns.xml_collection_id = clmns.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2clmns ON s2clmns.schema_id = xscclmns.schema_id WHERE (clmns.name=@_msparam_0)and((tbl.name=@_msparam_1 and SCHEMA_NAME(tbl.schema_id)=@_msparam_2)) | 3/26/2014 14:28:00 | 30027 | 1072 | 3320.286114 | 263 | 17861 | 317 | 375.25 | 877.3 | 2049.45 | 13617.68 | 16000 | 571 | 3023.715784 | 0 | 16000 | 0 | 0 | 0 | 0 | 11680 | 72 | 2 | 10.67856479 | 0 | 56 | 0 | 0 | 2.4 | 8 | 43.04 | 1491 | 53 | 23.55706232 | 45 | 121 | 45 | 45 | 68.6 | 119.65 | 120.73 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
8 | SELECT tr.name AS [Name], tr.object_id AS [ID], CASE WHEN tr.type = N'TR' THEN 1 WHEN tr.type = N'TA' THEN 2 ELSE 1 END AS [ImplementationType], CAST( tr.is_ms_shipped AS bit) AS [IsSystemObject], CAST(CASE WHEN ISNULL(smtr.definition, ssmtr.definition) IS NULL THEN 1 ELSE 0 END AS bit) AS [IsEncrypted], CAST(ISNULL(tei.object_id,0) AS bit) AS [Insert], CAST(ISNULL(ted.object_id,0) AS bit) AS [Delete], CAST(ISNULL(teu.object_id,0) AS bit) AS [Update] FROM sys.tables AS tbl INNER JOIN sys.objects AS tr ON (tr.type in (@_msparam_0, @_msparam_1)) AND (tr.parent_object_id=tbl.object_id) LEFT OUTER JOIN sys.assembly_modules AS mod ON mod.object_id = tr.object_id LEFT OUTER JOIN sys.sql_modules AS smtr ON smtr.object_id = tr.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmtr ON ssmtr.object_id = tr.object_id LEFT OUTER JOIN sys.trigger_events AS tei ON tei.object_id = tr.object_id and tei.type=@_msparam_2 LEFT OUTER JOIN sys.trigger_events AS ted ON ted.object_id = tr.object_id and ted.type=@_msparam_3 LEFT OUTER JOIN sys.trigger_events AS teu ON teu.object_id = tr.object_id and teu.type=@_msparam_4 WHERE (tbl.name=@_msparam_5 and SCHEMA_NAME(tbl.schema_id)=@_msparam_6) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 24431 | 24431 | 0 | 24431 | 24431 | 24431 | 24431 | 24431 | 24431 | 24431 | 31000 | 31000 | 0 | 31000 | 31000 | 31000 | 31000 | 31000 | 31000 | 31000 | 70 | 70 | 0 | 70 | 70 | 70 | 70 | 70 | 70 | 70 | 132 | 132 | 0 | 132 | 132 | 132 | 132 | 132 | 132 | 132 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
9 | SELECT tbl.name AS [Name], tbl.object_id AS [ID], tbl.create_date AS [CreateDate], tbl.modify_date AS [DateLastModified], ISNULL(stbl.name, N'') AS [Owner], CAST(case when tbl.principal_id is null then 1 else 0 end AS bit) AS [IsSchemaOwned], SCHEMA_NAME(tbl.schema_id) AS [Schema], CAST( case when tbl.is_ms_shipped = 1 then 1 when ( select major_id from sys.extended_properties where major_id = tbl.object_id and minor_id = 0 and class = 1 and name = N'microsoft_database_tools_support') is not null then 1 else 0 end AS bit) AS [IsSystemObject], CAST(OBJECTPROPERTY(tbl.object_id, N'HasAfterTrigger') AS bit) AS [HasAfterTrigger], CAST(OBJECTPROPERTY(tbl.object_id, N'HasInsertTrigger') AS bit) AS [HasInsertTrigger], CAST(OBJECTPROPERTY(tbl.object_id, N'HasDeleteTrigger') AS bit) AS [HasDeleteTrigger], CAST(OBJECTPROPERTY(tbl.object_id, N'HasInsteadOfTrigger') AS bit) AS [HasInsteadOfTrigger], CAST(OBJECTPROPERTY(tbl.object_id, N'HasUpdateTrigger') AS bit) AS [HasUpdateTrigger], CAST(OBJECTPROPERTY(tbl.object_id, N'IsIndexed') AS bit) AS [HasIndex], CAST(OBJECTPROPERTY(tbl.object_id, N'IsIndexable') AS bit) AS [IsIndexable], CAST(CASE idx.index_id WHEN 1 THEN 1 ELSE 0 END AS bit) AS [HasClusteredIndex], tbl.uses_ansi_nulls AS [AnsiNullsStatus], CAST(OBJECTPROPERTY(tbl.object_id,N'IsQuotedIdentOn') AS bit) AS [QuotedIdentifierStatus], CAST(0 AS bit) AS [FakeSystemTable], ISNULL(dstext.name,N'') AS [TextFileGroup], tbl.is_replicated AS [Replicated], tbl.lock_escalation AS [LockEscalation], CAST(case when ctt.object_id is null then 0 else 1 end AS bit) AS [ChangeTrackingEnabled], CAST(ISNULL(ctt.is_track_columns_updated_on,0) AS bit) AS [TrackColumnsUpdatedEnabled], tbl.is_filetable AS [IsFileTable], ISNULL(ft.directory_name,N'') AS [FileTableDirectoryName], ISNULL(ft.filename_collation_name,N'') AS [FileTableNameColumnCollation], CAST(ISNULL(ft.is_enabled,0) AS bit) AS [FileTableNamespaceEnabled], CAST(tbl.is_memory_optimized AS bit) AS [IsMemoryOptimized], case when (tbl.durability=1) then 0 else 1 end AS [Durability], CASE WHEN 'FG'=dsidx.type THEN dsidx.name ELSE N'' END AS [FileGroup], CASE WHEN 'PS'=dsidx.type THEN dsidx.name ELSE N'' END AS [PartitionScheme], CAST(CASE WHEN 'PS'=dsidx.type THEN 1 ELSE 0 END AS bit) AS [IsPartitioned], CASE WHEN 'FD'=dstbl.type THEN dstbl.name ELSE N'' END AS [FileStreamFileGroup], CASE WHEN 'PS'=dstbl.type THEN dstbl.name ELSE N'' END AS [FileStreamPartitionScheme], CAST(CASE idx.type WHEN 5 THEN 1 ELSE 0 END AS bit) AS [HasClusteredColumnStoreIndex] FROM sys.tables AS tbl LEFT OUTER JOIN sys.database_principals AS stbl ON stbl.principal_id = ISNULL(tbl.principal_id, (OBJECTPROPERTY(tbl.object_id, 'OwnerId'))) INNER JOIN sys.indexes AS idx ON idx.object_id = tbl.object_id and (idx.index_id< @_msparam_0 or (tbl.is_memory_optimized = 1 and idx.index_id< 3)) LEFT OUTER JOIN sys.data_spaces AS dstext ON tbl.lob_data_space_id = dstext.data_space_id LEFT OUTER JOIN sys.change_tracking_tables AS ctt ON ctt.object_id = tbl.object_id LEFT OUTER JOIN sys.filetables AS ft ON ft.object_id = tbl.object_id LEFT OUTER JOIN sys.data_spaces AS dsidx ON dsidx.data_space_id = idx.data_space_id LEFT OUTER JOIN sys.tables AS t ON t.object_id = idx.object_id LEFT OUTER JOIN sys.data_spaces AS dstbl ON dstbl.data_space_id = t.Filestream_data_space_id and (idx.index_id< 2 or (idx.type = 7 and idx.index_id< 3)) WHERE (tbl.name=@_msparam_1 and SCHEMA_NAME(tbl.schema_id)=@_msparam_2) | 3/26/2014 14:28:00 | 13438 | 13438 | 0 | 13438 | 13438 | 13438 | 13438 | 13438 | 13438 | 13438 | 15000 | 15000 | 0 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 40 | 40 | 0 | 40 | 40 | 40 | 40 | 40 | 40 | 40 | 601 | 601 | 0 | 601 | 601 | 601 | 601 | 601 | 601 | 601 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
10 | SELECT udf.name AS [Name], udf.object_id AS [ID], udf.create_date AS [CreateDate], udf.modify_date AS [DateLastModified], ISNULL(sudf.name, N'') AS [Owner], CAST(case when udf.principal_id is null then 1 else 0 end AS bit) AS [IsSchemaOwned], SCHEMA_NAME(udf.schema_id) AS [Schema], CAST( case when udf.is_ms_shipped = 1 then 1 when ( select major_id from sys.extended_properties where major_id = udf.object_id and minor_id = 0 and class = 1 and name = N'microsoft_database_tools_support') is not null then 1 else 0 end AS bit) AS [IsSystemObject], usrt.name AS [DataType], s1ret_param.name AS [DataTypeSchema], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND ret_param.max_length -1 THEN ret_param.max_length/2 ELSE ret_param.max_length END AS int) AS [Length], CAST(ret_param.precision AS int) AS [NumericPrecision], CAST(ret_param.scale AS int) AS [NumericScale], ISNULL(xscret_param.name, N'') AS [XmlSchemaNamespace], ISNULL(s2ret_param.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case ret_param.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], CASE WHEN usrt.is_table_type = 1 THEN N'structured' ELSE N'' END AS [UserType], CAST(ISNULL(OBJECTPROPERTYEX(udf.object_id,N'ExecIsAnsiNullsOn'),0) AS bit) AS [AnsiNullsStatus], CAST(ISNULL(OBJECTPROPERTYEX(udf.object_id, N'IsSchemaBound'),0) AS bit) AS [IsSchemaBound], CAST(CASE WHEN ISNULL(smudf.definition, ssmudf.definition) IS NULL THEN 1 ELSE 0 END AS bit) AS [IsEncrypted], case when amudf.object_id is null then N'' else asmbludf.name end AS [AssemblyName], case when amudf.object_id is null then N'' else amudf.assembly_class end AS [ClassName], case when amudf.object_id is null then N'' else amudf.assembly_method end AS [MethodName], CAST(case when amudf.object_id is null then CAST(smudf.null_on_null_input AS bit) else amudf.null_on_null_input end AS bit) AS [ReturnsNullOnNullInput], case when amudf.object_id is null then case isnull(smudf.execute_as_principal_id, -1) when -1 then 1 when -2 then 2 else 3 end else case isnull(amudf.execute_as_principal_id, -1) when -1 then 1 when -2 then 2 else 3 end end AS [ExecutionContext], case when amudf.object_id is null then ISNULL(user_name(smudf.execute_as_principal_id),N'') else user_name(amudf.execute_as_principal_id) end AS [ExecutionContextPrincipal], CAST(OBJECTPROPERTYEX(udf.object_id, N'IsDeterministic') AS bit) AS [IsDeterministic], (case when 'FN' = udf.type then 1 when 'FS' = udf.type then 1 when 'IF' = udf.type then 3 when 'TF' = udf.type then 2 when 'FT' = udf.type then 2 else 0 end) AS [FunctionType], CASE WHEN udf.type IN ('FN','IF','TF') THEN 1 WHEN udf.type IN ('FS','FT') THEN 2 ELSE 1 END AS [ImplementationType], CAST(ISNULL(OBJECTPROPERTYEX(udf.object_id,N'ExecIsQuotedIdentOn'),0) AS bit) AS [QuotedIdentifierStatus], ret_param.name AS [TableVariableName], ISNULL(smudf.definition, ssmudf.definition) AS [Definition] FROM sys.all_objects AS udf LEFT OUTER JOIN sys.database_principals AS sudf ON sudf.principal_id = ISNULL(udf.principal_id, (OBJECTPROPERTY(udf.object_id, 'OwnerId'))) LEFT OUTER JOIN sys.all_parameters AS ret_param ON ret_param.object_id = udf.object_id and ret_param.is_output = @_msparam_0 LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = ret_param.user_type_id LEFT OUTER JOIN sys.schemas AS s1ret_param ON s1ret_param.schema_id = usrt.schema_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = ret_param.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = ret_param.system_type_id) and (baset.user_type_id = ret_param.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscret_param ON xscret_param.xml_collection_id = ret_param.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2ret_param ON s2ret_param.schema_id = xscret_param.schema_id LEFT OUTER JOIN sys.sql_modules AS smudf ON smudf.object_id = udf.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmudf ON ssmudf.object_id = udf.object_id LEFT OUTER JOIN sys.assembly_modules AS amudf ON amudf.object_id = udf.object_id LEFT OUTER JOIN sys.assemblies AS asmbludf ON asmbludf.assembly_id = amudf.assembly_id WHERE (udf.type in ('TF', 'FN', 'IF', 'FS', 'FT'))and(udf.name=@_msparam_1 and SCHEMA_NAME(udf.schema_id)=@_msparam_2) | 3/26/2014 14:28:00 | 11801 | 5900 | 2044.245704 | 4455 | 7346 | 5900.5 | 6623.25 | 7056.9 | 7201.45 | 7317.09 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 24 | 12 | 5.656854249 | 8 | 16 | 12 | 14 | 15.2 | 15.6 | 15.92 | 620 | 310 | 2.828427125 | 308 | 312 | 310 | 311 | 311.6 | 311.8 | 311.96 | 2 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | |||||||||||||||||||||||||||
11 | select count(*) from [Sales].[SalesOrderDetail] | 3/26/2014 14:28:00 | 10111 | 10111 | 0 | 10111 | 10111 | 10111 | 10111 | 10111 | 10111 | 10111 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 289 | 289 | 0 | 289 | 289 | 289 | 289 | 289 | 289 | 289 | 276 | 276 | 0 | 276 | 276 | 276 | 276 | 276 | 276 | 276 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
12 | select count(*) from [Production].[TransactionHistoryArchive] | 3/26/2014 14:28:00 | 6626 | 6626 | 0 | 6626 | 6626 | 6626 | 6626 | 6626 | 6626 | 6626 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 173 | 173 | 0 | 173 | 173 | 173 | 173 | 173 | 173 | 173 | 160 | 160 | 0 | 160 | 160 | 160 | 160 | 160 | 160 | 160 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
13 | SELECT param.parameter_id AS [ID], param.name AS [Name], param.default_value AS [DefaultValue], param.is_output AS [IsOutputParameter], param.is_readonly AS [IsReadOnly], usrt.name AS [DataType], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND param.max_length -1 THEN param.max_length/2 ELSE param.max_length END AS int) AS [Length], CAST(param.precision AS int) AS [NumericPrecision], CAST(param.scale AS int) AS [NumericScale], ISNULL(xscparam.name, N'') AS [XmlSchemaNamespace], ISNULL(s2param.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case param.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], s1param.name AS [DataTypeSchema], sp.object_id AS [IDText], db_name() AS [DatabaseName], param.name AS [ParamName], CAST( case when sp.is_ms_shipped = 1 then 1 when ( select major_id from sys.extended_properties where major_id = sp.object_id and minor_id = 0 and class = 1 and name = N'microsoft_database_tools_support') is not null then 1 else 0 end AS bit) AS [ParentSysObj], 1 AS [Number] FROM sys.all_objects AS sp INNER JOIN sys.all_parameters AS param ON param.object_id=sp.object_id LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = param.user_type_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = param.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = param.system_type_id) and (baset.user_type_id = param.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscparam ON xscparam.xml_collection_id = param.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2param ON s2param.schema_id = xscparam.schema_id LEFT OUTER JOIN sys.schemas AS s1param ON s1param.schema_id = usrt.schema_id WHERE (sp.type = @_msparam_0 OR sp.type = @_msparam_1 OR sp.type=@_msparam_2)and(sp.name=@_msparam_3 and SCHEMA_NAME(sp.schema_id)=@_msparam_4) ORDER BY [ID] ASC | 3/26/2014 14:28:00 | 5934 | 2967 | 731.1484117 | 2450 | 3484 | 2967 | 3225.5 | 3380.6 | 3432.3 | 3473.66 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 26 | 13 | 7.071067812 | 8 | 18 | 13 | 15.5 | 17 | 17.5 | 17.9 | 674 | 337 | 15.55634919 | 326 | 348 | 337 | 342.5 | 345.8 | 346.9 | 347.78 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
14 | select count(*) from [Production].[WorkOrderRouting] | 3/26/2014 14:28:00 | 5245 | 5245 | 0 | 5245 | 5245 | 5245 | 5245 | 5245 | 5245 | 5245 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 154 | 154 | 0 | 154 | 154 | 154 | 154 | 154 | 154 | 154 | 137 | 137 | 0 | 137 | 137 | 137 | 137 | 137 | 137 | 137 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
15 | SELECT i.name AS [Name], i.is_primary_key + 2*i.is_unique_constraint AS [IndexKeyType], CAST(case when i.type=4 then 1 else 0 end AS bit) AS [IsSpatialIndex], CAST(case when i.type=3 then 1 else 0 end AS bit) AS [IsXmlIndex] FROM sys.tables AS tbl INNER JOIN sys.indexes AS i ON (i.index_id >@_msparam_0 and i.is_hypothetical = @_msparam_1) AND (i.object_id=tbl.object_id) WHERE (tbl.name=@_msparam_2 and SCHEMA_NAME(tbl.schema_id)=@_msparam_3) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 4682 | 1560 | 2158.052903 | 201 | 4049 | 432 | 2240.5 | 3325.6 | 3687.3 | 3976.66 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 2 | 4.618802154 | 0 | 8 | 0 | 4 | 6.4 | 7.2 | 7.84 | 96 | 32 | 6.92820323 | 24 | 36 | 36 | 36 | 36 | 36 | 36 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
16 | select count(*) from [Person].[EmailAddress] | 3/26/2014 14:28:00 | 4638 | 4638 | 0 | 4638 | 4638 | 4638 | 4638 | 4638 | 4638 | 4638 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 190 | 190 | 0 | 190 | 190 | 190 | 190 | 190 | 190 | 190 | 186 | 186 | 0 | 186 | 186 | 186 | 186 | 186 | 186 | 186 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
17 | select count(*) from [Production].[WorkOrder] | 3/26/2014 14:28:00 | 4612 | 4612 | 0 | 4612 | 4612 | 4612 | 4612 | 4612 | 4612 | 4612 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 116 | 116 | 0 | 116 | 116 | 116 | 116 | 116 | 116 | 116 | 110 | 110 | 0 | 110 | 110 | 110 | 110 | 110 | 110 | 110 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
18 | select count(*) from [Person].[BusinessEntityContact] | 3/26/2014 14:28:00 | 3843 | 3843 | 0 | 3843 | 3843 | 3843 | 3843 | 3843 | 3843 | 3843 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 5 | 5 | 0 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
19 | select count(*) from [Person].[Password] | 3/26/2014 14:28:00 | 2995 | 2995 | 0 | 2995 | 2995 | 2995 | 2995 | 2995 | 2995 | 2995 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 243 | 243 | 0 | 243 | 243 | 243 | 243 | 243 | 243 | 243 | 237 | 237 | 0 | 237 | 237 | 237 | 237 | 237 | 237 | 237 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
20 | select count(*) from [Sales].[SalesOrderHeader] | 3/26/2014 14:28:00 | 2937 | 2937 | 0 | 2937 | 2937 | 2937 | 2937 | 2937 | 2937 | 2937 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 63 | 63 | 0 | 63 | 63 | 63 | 63 | 63 | 63 | 63 | 57 | 57 | 0 | 57 | 57 | 57 | 57 | 57 | 57 | 57 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
21 | select count(*) from [Production].[UnitMeasure] | 3/26/2014 14:28:00 | 2760 | 2760 | 0 | 2760 | 2760 | 2760 | 2760 | 2760 | 2760 | 2760 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
22 | SELECT NULL AS [Text], ISNULL(smsp.definition, ssmsp.definition) AS [Definition] FROM sys.all_objects AS sp LEFT OUTER JOIN sys.sql_modules AS smsp ON smsp.object_id = sp.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmsp ON ssmsp.object_id = sp.object_id WHERE (sp.type = @_msparam_0 OR sp.type = @_msparam_1 OR sp.type=@_msparam_2)and(sp.name=@_msparam_3 and SCHEMA_NAME(sp.schema_id)=@_msparam_4) | 3/26/2014 14:28:00 | 2366 | 1183 | 1170.96883 | 355 | 2011 | 302 | 769 | 1514.2 | 1762.6 | 1961.32 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 4 | 5.656854249 | 0 | 8 | 0 | 2 | 5.6 | 6.8 | 7.76 | 22 | 11 | 0 | 11 | 11 | 10.5 | 11 | 11 | 11 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
23 | SELECT NULL AS [Text], ISNULL(smsp.definition, ssmsp.definition) AS [Definition] FROM sys.all_objects AS sp LEFT OUTER JOIN sys.sql_modules AS smsp ON smsp.object_id = sp.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmsp ON ssmsp.object_id = sp.object_id WHERE (sp.type = @_msparam_0 OR sp.type = @_msparam_1 OR sp.type=@_msparam_2)and(sp.name=@_msparam_3 and SCHEMA_NAME(sp.schema_id)=@_msparam_4) | 3/26/2014 14:28:00 | 2366 | 1183 | 1170.96883 | 355 | 2011 | 302 | 769 | 1514.2 | 1762.6 | 1961.32 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 4 | 5.656854249 | 0 | 8 | 0 | 2 | 5.6 | 6.8 | 7.76 | 22 | 11 | 0 | 11 | 11 | 10.5 | 11 | 11 | 11 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
24 | select count(*) from [Sales].[SalesOrderHeaderSalesReason] | 3/26/2014 14:28:00 | 2362 | 2362 | 0 | 2362 | 2362 | 2362 | 2362 | 2362 | 2362 | 2362 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 94 | 94 | 0 | 94 | 94 | 94 | 94 | 94 | 94 | 94 | 88 | 88 | 0 | 88 | 88 | 88 | 88 | 88 | 88 | 88 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
25 | select count(*) from [Person].[PersonPhone] | 3/26/2014 14:28:00 | 2287 | 2287 | 0 | 2287 | 2287 | 2287 | 2287 | 2287 | 2287 | 2287 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 128 | 128 | 0 | 128 | 128 | 128 | 128 | 128 | 128 | 128 | 122 | 122 | 0 | 122 | 122 | 122 | 122 | 122 | 122 | 122 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
26 | select count(*) from [Person].[BusinessEntity] | 3/26/2014 14:28:00 | 2285 | 2285 | 0 | 2285 | 2285 | 2285 | 2285 | 2285 | 2285 | 2285 | 15000 | 15000 | 0 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 75 | 75 | 0 | 75 | 75 | 75 | 75 | 75 | 75 | 75 | 69 | 69 | 0 | 69 | 69 | 69 | 69 | 69 | 69 | 69 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
27 | select count(*) from [Sales].[PersonCreditCard] | 3/26/2014 14:28:00 | 2076 | 2076 | 0 | 2076 | 2076 | 2076 | 2076 | 2076 | 2076 | 2076 | 15000 | 15000 | 0 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 15000 | 68 | 68 | 0 | 68 | 68 | 68 | 68 | 68 | 68 | 68 | 62 | 62 | 0 | 62 | 62 | 62 | 62 | 62 | 62 | 62 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
28 | select count(*) from [Sales].[CreditCard] | 3/26/2014 14:28:00 | 2020 | 2020 | 0 | 2020 | 2020 | 2020 | 2020 | 2020 | 2020 | 2020 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 108 | 108 | 0 | 108 | 108 | 108 | 108 | 108 | 108 | 108 | 102 | 102 | 0 | 102 | 102 | 102 | 102 | 102 | 102 | 102 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
29 | select count(*) from [Sales].[Customer] | 3/26/2014 14:28:00 | 1923 | 1923 | 0 | 1923 | 1923 | 1923 | 1923 | 1923 | 1923 | 1923 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 43 | 43 | 0 | 43 | 43 | 43 | 43 | 43 | 43 | 43 | 37 | 37 | 0 | 37 | 37 | 37 | 37 | 37 | 37 | 37 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
30 | SELECT param.name AS [Name], param.parameter_id AS [ID], param.default_value AS [DefaultValue], param.has_default_value AS [HasDefaultValue], usrt.name AS [DataType], s1param.name AS [DataTypeSchema], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND param.max_length -1 THEN param.max_length/2 ELSE param.max_length END AS int) AS [Length], CAST(param.precision AS int) AS [NumericPrecision], CAST(param.scale AS int) AS [NumericScale], ISNULL(xscparam.name, N'') AS [XmlSchemaNamespace], ISNULL(s2param.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case param.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], CASE WHEN usrt.is_table_type = 1 THEN N'structured' ELSE N'' END AS [UserType], param.is_output AS [IsOutputParameter], param.is_cursor_ref AS [IsCursorParameter], param.is_readonly AS [IsReadOnly], sp.object_id AS [IDText], db_name() AS [DatabaseName], param.name AS [ParamName], CAST( case when sp.is_ms_shipped = 1 then 1 when ( select major_id from sys.extended_properties where major_id = sp.object_id and minor_id = 0 and class = 1 and name = N'microsoft_database_tools_support') is not null then 1 else 0 end AS bit) AS [ParentSysObj], 1 AS [Number] FROM sys.all_objects AS sp INNER JOIN sys.all_parameters AS param ON param.object_id=sp.object_id LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = param.user_type_id LEFT OUTER JOIN sys.schemas AS s1param ON s1param.schema_id = usrt.schema_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = param.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = param.system_type_id) and (baset.user_type_id = param.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscparam ON xscparam.xml_collection_id = param.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2param ON s2param.schema_id = xscparam.schema_id WHERE (param.name=@_msparam_0)and((sp.type = @_msparam_1 OR sp.type = @_msparam_2 OR sp.type=@_msparam_3)and(sp.name=@_msparam_4 and SCHEMA_NAME(sp.schema_id)=@_msparam_5)) | 3/26/2014 14:28:00 | 1844 | 1844 | 0 | 1844 | 1844 | 1844 | 1844 | 1844 | 1844 | 1844 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 43 | 43 | 0 | 43 | 43 | 43 | 43 | 43 | 43 | 43 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
31 | -- Encrypted text | 3/26/2014 14:28:00 | 1817 | 1817 | 0 | 1817 | 1817 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 28 | 28 | 0 | 28 | 28 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
32 | -- Encrypted text | 3/26/2014 14:28:00 | 1817 | 1817 | 0 | 1817 | 1817 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 28 | 28 | 0 | 28 | 28 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
33 | -- Encrypted text | 3/26/2014 14:28:00 | 1817 | 1817 | 0 | 1817 | 1817 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 28 | 28 | 0 | 28 | 28 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
34 | select count(*) from [Sales].[CurrencyRate] | 3/26/2014 14:28:00 | 1804 | 1804 | 0 | 1804 | 1804 | 1804 | 1804 | 1804 | 1804 | 1804 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 59 | 59 | 0 | 59 | 59 | 59 | 59 | 59 | 59 | 59 | 53 | 53 | 0 | 53 | 53 | 53 | 53 | 53 | 53 | 53 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
35 | select count(*) from [Person].[BusinessEntityAddress] | 3/26/2014 14:28:00 | 1795 | 1795 | 0 | 1795 | 1795 | 1795 | 1795 | 1795 | 1795 | 1795 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 52 | 52 | 0 | 52 | 52 | 52 | 52 | 52 | 52 | 52 | 46 | 46 | 0 | 46 | 46 | 46 | 46 | 46 | 46 | 46 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
36 | SELECT cstr.name AS [Name] FROM sys.tables AS tbl INNER JOIN sys.foreign_keys AS cstr ON cstr.parent_object_id=tbl.object_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 1680 | 1680 | 0 | 1680 | 1680 | 1643 | 1661.5 | 1672.6 | 1676.3 | 1679.26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 279 | 279 | 0 | 279 | 279 | 274 | 276.5 | 278 | 278.5 | 278.9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
37 | SELECT cstr.name AS [Name] FROM sys.tables AS tbl INNER JOIN sys.foreign_keys AS cstr ON cstr.parent_object_id=tbl.object_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 1680 | 1680 | 0 | 1680 | 1680 | 1643 | 1661.5 | 1672.6 | 1676.3 | 1679.26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 279 | 279 | 0 | 279 | 279 | 274 | 276.5 | 278 | 278.5 | 278.9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
38 | SELECT cstr.name AS [Name] FROM sys.tables AS tbl INNER JOIN sys.check_constraints AS cstr ON cstr.parent_object_id=tbl.object_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 1606 | 1606 | 0 | 1606 | 1606 | 1643 | 1661.5 | 1672.6 | 1676.3 | 1679.26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 269 | 269 | 0 | 269 | 269 | 274 | 276.5 | 278 | 278.5 | 278.9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
39 | SELECT cstr.name AS [Name] FROM sys.tables AS tbl INNER JOIN sys.check_constraints AS cstr ON cstr.parent_object_id=tbl.object_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 1606 | 1606 | 0 | 1606 | 1606 | 1643 | 1661.5 | 1672.6 | 1676.3 | 1679.26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 269 | 269 | 0 | 269 | 269 | 274 | 276.5 | 278 | 278.5 | 278.9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
40 | SELECT cstr.name AS [Name], cstr.object_id AS [ID], cstr.create_date AS [CreateDate], cstr.modify_date AS [DateLastModified], CAST(cstr.is_system_named AS bit) AS [IsSystemNamed], ~cstr.is_not_trusted AS [IsChecked], ~cstr.is_disabled AS [IsEnabled], cstr.is_not_for_replication AS [NotForReplication], ki.name AS [ReferencedKey], rtbl.name AS [ReferencedTable], schema_name(rtbl.schema_id) AS [ReferencedTableSchema], cstr.delete_referential_action AS [DeleteAction], cstr.update_referential_action AS [UpdateAction], CAST(CASE WHEN filetableobj.object_id IS NULL THEN 0 ELSE 1 END AS bit) AS [IsFileTableDefined] FROM sys.tables AS tbl INNER JOIN sys.foreign_keys AS cstr ON cstr.parent_object_id=tbl.object_id LEFT OUTER JOIN sys.indexes AS ki ON ki.index_id = cstr.key_index_id and ki.object_id = cstr.referenced_object_id INNER JOIN sys.tables rtbl ON rtbl.object_id = cstr.referenced_object_id LEFT OUTER JOIN sys.filetable_system_defined_objects AS filetableobj ON filetableobj.object_id = cstr.object_id WHERE (cstr.name=@_msparam_0)and((tbl.name=@_msparam_1 and SCHEMA_NAME(tbl.schema_id)=@_msparam_2)) | 3/26/2014 14:28:00 | 1363 | 170 | 69.51246034 | 117 | 333 | 148 | 174.5 | 227.3 | 280.15 | 322.43 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 192 | 24 | 0 | 24 | 24 | 24 | 24 | 24 | 24 | 24 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
41 | -- Encrypted text | 3/26/2014 14:28:00 | 1260 | 1260 | 0 | 1260 | 1260 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
42 | -- Encrypted text | 3/26/2014 14:28:00 | 1260 | 1260 | 0 | 1260 | 1260 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
43 | -- Encrypted text | 3/26/2014 14:28:00 | 1260 | 1260 | 0 | 1260 | 1260 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
44 | -- Encrypted text | 3/26/2014 14:28:00 | 1205 | 1205 | 0 | 1205 | 1205 | 1205 | 1205 | 1205 | 1205 | 1205 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 5 | 0 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 33 | 33 | 0 | 33 | 33 | 33 | 33 | 33 | 33 | 33 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
45 | SELECT sp.name AS [Name], sp.object_id AS [ID], sp.create_date AS [CreateDate], sp.modify_date AS [DateLastModified], ISNULL(ssp.name, N'') AS [Owner], CAST(case when sp.principal_id is null then 1 else 0 end AS bit) AS [IsSchemaOwned], SCHEMA_NAME(sp.schema_id) AS [Schema], CAST( case when sp.is_ms_shipped = 1 then 1 when ( select major_id from sys.extended_properties where major_id = sp.object_id and minor_id = 0 and class = 1 and name = N'microsoft_database_tools_support') is not null then 1 else 0 end AS bit) AS [IsSystemObject], CAST(ISNULL(OBJECTPROPERTYEX(sp.object_id,N'ExecIsAnsiNullsOn'),0) AS bit) AS [AnsiNullsStatus], CAST(ISNULL(OBJECTPROPERTYEX(sp.object_id,N'ExecIsQuotedIdentOn'),0) AS bit) AS [QuotedIdentifierStatus], CAST(ISNULL(OBJECTPROPERTYEX(sp.object_id, N'IsSchemaBound'),0) AS bit) AS [IsSchemaBound], CAST(CASE WHEN ISNULL(smsp.definition, ssmsp.definition) IS NULL THEN 1 ELSE 0 END AS bit) AS [IsEncrypted], CAST(ISNULL(smsp.is_recompiled, ssmsp.is_recompiled) AS bit) AS [Recompile], case when amsp.object_id is null then N'' else asmblsp.name end AS [AssemblyName], case when amsp.object_id is null then N'' else amsp.assembly_class end AS [ClassName], case when amsp.object_id is null then N'' else amsp.assembly_method end AS [MethodName], case when amsp.object_id is null then case isnull(smsp.execute_as_principal_id, -1) when -1 then 1 when -2 then 2 else 3 end else case isnull(amsp.execute_as_principal_id, -1) when -1 then 1 when -2 then 2 else 3 end end AS [ExecutionContext], case when amsp.object_id is null then ISNULL(user_name(smsp.execute_as_principal_id),N'') else user_name(amsp.execute_as_principal_id) end AS [ExecutionContextPrincipal], CAST(ISNULL(spp.is_auto_executed,0) AS bit) AS [Startup], CASE WHEN sp.type = N'P' THEN 1 WHEN sp.type = N'PC' THEN 2 ELSE 1 END AS [ImplementationType], CAST(CASE sp.type WHEN N'RF' THEN 1 ELSE 0 END AS bit) AS [ForReplication], ISNULL(sm.uses_native_compilation,0) AS [IsNativelyCompiled] FROM sys.all_objects AS sp LEFT OUTER JOIN sys.database_principals AS ssp ON ssp.principal_id = ISNULL(sp.principal_id, (OBJECTPROPERTY(sp.object_id, 'OwnerId'))) LEFT OUTER JOIN sys.sql_modules AS smsp ON smsp.object_id = sp.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmsp ON ssmsp.object_id = sp.object_id LEFT OUTER JOIN sys.assembly_modules AS amsp ON amsp.object_id = sp.object_id LEFT OUTER JOIN sys.assemblies AS asmblsp ON asmblsp.assembly_id = amsp.assembly_id LEFT OUTER JOIN sys.procedures AS spp ON spp.object_id = sp.object_id LEFT OUTER JOIN sys.all_sql_modules AS sm ON sm.object_id = sp.object_id WHERE (sp.type = @_msparam_0 OR sp.type = @_msparam_1 OR sp.type=@_msparam_2)and(sp.name=@_msparam_3 and SCHEMA_NAME(sp.schema_id)=@_msparam_4) | 3/26/2014 14:28:00 | 1135 | 567 | 262.3366158 | 382 | 753 | 567.5 | 660.25 | 715.9 | 734.45 | 749.29 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 72 | 36 | 0 | 36 | 36 | 36 | 36 | 36 | 36 | 36 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
46 | -- Encrypted text | 3/26/2014 14:28:00 | 1126 | 1126 | 0 | 1126 | 1126 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
47 | -- Encrypted text | 3/26/2014 14:28:00 | 1126 | 1126 | 0 | 1126 | 1126 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
48 | -- Encrypted text | 3/26/2014 14:28:00 | 1126 | 1126 | 0 | 1126 | 1126 | 1260 | 1538.5 | 1705.6 | 1761.3 | 1805.86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 14 | 22.4 | 25.2 | 27.44 | 45 | 45 | 0 | 45 | 45 | 45 | 45 | 45 | 45 | 45 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
49 | select @q1 = qchar from #qtemp where qnum = 1 | 3/26/2014 14:28:00 | 1112 | 15 | 6.462957443 | 10 | 54 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
50 | select count(*) from [Person].[Person] | 3/26/2014 14:28:00 | 1032 | 1032 | 0 | 1032 | 1032 | 1032 | 1032 | 1032 | 1032 | 1032 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 94 | 94 | 0 | 94 | 94 | 94 | 94 | 94 | 94 | 94 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
51 | select count(*) from [Person].[Address] | 3/26/2014 14:28:00 | 945 | 945 | 0 | 945 | 945 | 945 | 945 | 945 | 945 | 945 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 37 | 37 | 0 | 37 | 37 | 37 | 37 | 37 | 37 | 37 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
52 | declare hCForEachTable cursor global for select '[' + REPLACE(schema_name(syso.schema_id), N']', N']]') + ']' + '.' + '[' + REPLACE(object_name(o.id), N']', N']]') + ']' from dbo.sysobjects o join sys.all_objects syso on o.id = syso.object_id where OBJECTPROPERTY(o.id, N'IsUserTable') = 1 and o.category & 2 = 0 | 3/26/2014 14:28:00 | 809 | 809 | 0 | 809 | 809 | 809 | 809 | 809 | 809 | 809 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
53 | select count(*) from [Production].[ProductPhoto] | 3/26/2014 14:28:00 | 804 | 804 | 0 | 804 | 804 | 804 | 804 | 804 | 804 | 804 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 50 | 50 | 0 | 50 | 50 | 50 | 50 | 50 | 50 | 50 | 52 | 52 | 0 | 52 | 52 | 52 | 52 | 52 | 52 | 52 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
54 | select count(*) from [HumanResources].[EmployeePayHistory] | 3/26/2014 14:28:00 | 719 | 719 | 0 | 719 | 719 | 719 | 719 | 719 | 719 | 719 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 16 | 0 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
55 | select count(*) from [Production].[BillOfMaterials] | 3/26/2014 14:28:00 | 689 | 689 | 0 | 689 | 689 | 689 | 689 | 689 | 689 | 689 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 12 | 0 | 12 | 12 | 12 | 12 | 12 | 12 | 12 | 11 | 11 | 0 | 11 | 11 | 11 | 11 | 11 | 11 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
56 | -- Encrypted text | 3/26/2014 14:28:00 | 681 | 681 | 0 | 681 | 681 | 681 | 681 | 681 | 681 | 681 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 20 | 20 | 0 | 20 | 20 | 20 | 20 | 20 | 20 | 20 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
57 | select count(*) from [Purchasing].[PurchaseOrderDetail] | 3/26/2014 14:28:00 | 640 | 640 | 0 | 640 | 640 | 640 | 640 | 640 | 640 | 640 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 17 | 17 | 0 | 17 | 17 | 17 | 17 | 17 | 17 | 17 | 22 | 22 | 0 | 22 | 22 | 22 | 22 | 22 | 22 | 22 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
58 | select count(*) from [Purchasing].[PurchaseOrderHeader] | 3/26/2014 14:28:00 | 636 | 636 | 0 | 636 | 636 | 636 | 636 | 636 | 636 | 636 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 9 | 9 | 0 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
59 | select count(*) from [Production].[ProductModelProductDescriptionCulture] | 3/26/2014 14:28:00 | 634 | 634 | 0 | 634 | 634 | 634 | 634 | 634 | 634 | 634 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 16 | 0 | 16 | 16 | 16 | 16 | 16 | 16 | 16 | 6 | 6 | 0 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
60 | SELECT st.name AS [Name] FROM sys.tables AS tbl INNER JOIN sys.stats st ON st.object_id=tbl.object_id WHERE (tbl.name=@_msparam_0 and SCHEMA_NAME(tbl.schema_id)=@_msparam_1) ORDER BY [Name] ASC | 3/26/2014 14:28:00 | 630 | 630 | 0 | 630 | 630 | 630 | 630 | 630 | 630 | 630 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 86 | 86 | 0 | 86 | 86 | 86 | 86 | 86 | 86 | 86 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
61 | select @q2 = qchar from #qtemp where qnum = 2 | 3/26/2014 14:28:00 | 495 | 6 | 3.521249092 | 5 | 26 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
62 | select count(*) from [Production].[ProductCategory] | 3/26/2014 14:28:00 | 488 | 488 | 0 | 488 | 488 | 488 | 488 | 488 | 488 | 488 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
63 | SELECT param.parameter_id AS [ID], param.name AS [Name], usrt.name AS [DataType], ISNULL(baset.name, N'') AS [SystemType], CAST(CASE WHEN baset.name IN (N'nchar', N'nvarchar') AND param.max_length -1 THEN param.max_length/2 ELSE param.max_length END AS int) AS [Length], CAST(param.precision AS int) AS [NumericPrecision], CAST(param.scale AS int) AS [NumericScale], ISNULL(xscparam.name, N'') AS [XmlSchemaNamespace], ISNULL(s2param.name, N'') AS [XmlSchemaNamespaceSchema], ISNULL( (case param.is_xml_document when 1 then 2 else 1 end), 0) AS [XmlDocumentConstraint], s1param.name AS [DataTypeSchema] FROM sys.all_objects AS udf INNER JOIN sys.all_parameters AS param ON (param.is_output = 0) AND (param.object_id=udf.object_id) LEFT OUTER JOIN sys.types AS usrt ON usrt.user_type_id = param.user_type_id LEFT OUTER JOIN sys.types AS baset ON (baset.user_type_id = param.system_type_id and baset.user_type_id = baset.system_type_id) or ((baset.system_type_id = param.system_type_id) and (baset.user_type_id = param.user_type_id) and (baset.is_user_defined = 0) and (baset.is_assembly_type = 1)) LEFT OUTER JOIN sys.xml_schema_collections AS xscparam ON xscparam.xml_collection_id = param.xml_collection_id LEFT OUTER JOIN sys.schemas AS s2param ON s2param.schema_id = xscparam.schema_id LEFT OUTER JOIN sys.schemas AS s1param ON s1param.schema_id = usrt.schema_id WHERE (udf.type in ('TF', 'FN', 'IF', 'FS', 'FT'))and(udf.name=@_msparam_0 and SCHEMA_NAME(udf.schema_id)=@_msparam_1) ORDER BY [ID] ASC | 3/26/2014 14:28:00 | 483 | 241 | 152.027958 | 134 | 349 | 241.5 | 295.25 | 327.5 | 338.25 | 346.85 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 16 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
64 | SELECT NULL AS [Text], ISNULL(smudf.definition, ssmudf.definition) AS [Definition] FROM sys.all_objects AS udf LEFT OUTER JOIN sys.sql_modules AS smudf ON smudf.object_id = udf.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmudf ON ssmudf.object_id = udf.object_id WHERE (udf.type in ('TF', 'FN', 'IF', 'FS', 'FT'))and(udf.name=@_msparam_0 and SCHEMA_NAME(udf.schema_id)=@_msparam_1) | 3/26/2014 14:28:00 | 483 | 241 | 10.60660172 | 234 | 249 | 302 | 769 | 1514.2 | 1762.6 | 1961.32 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 5.6 | 6.8 | 7.76 | 20 | 10 | 0 | 10 | 10 | 10.5 | 11 | 11 | 11 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
65 | SELECT NULL AS [Text], ISNULL(smudf.definition, ssmudf.definition) AS [Definition] FROM sys.all_objects AS udf LEFT OUTER JOIN sys.sql_modules AS smudf ON smudf.object_id = udf.object_id LEFT OUTER JOIN sys.system_sql_modules AS ssmudf ON ssmudf.object_id = udf.object_id WHERE (udf.type in ('TF', 'FN', 'IF', 'FS', 'FT'))and(udf.name=@_msparam_0 and SCHEMA_NAME(udf.schema_id)=@_msparam_1) | 3/26/2014 14:28:00 | 483 | 241 | 10.60660172 | 234 | 249 | 302 | 769 | 1514.2 | 1762.6 | 1961.32 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 5.6 | 6.8 | 7.76 | 20 | 10 | 0 | 10 | 10 | 10.5 | 11 | 11 | 11 | 11 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
66 | select count(*) from [dbo].[DatabaseLog] | 3/26/2014 14:28:00 | 471 | 471 | 0 | 471 | 471 | 471 | 471 | 471 | 471 | 471 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 13 | 0 | 13 | 13 | 13 | 13 | 13 | 13 | 13 | 6 | 6 | 0 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
67 | select count(*) from [Production].[ProductDescription] | 3/26/2014 14:28:00 | 453 | 453 | 0 | 453 | 453 | 453 | 453 | 453 | 453 | 453 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 5 | 5 | 0 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
68 | select count(*) from [Production].[ProductDocument] | 3/26/2014 14:28:00 | 445 | 445 | 0 | 445 | 445 | 445 | 445 | 445 | 445 | 445 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 3 | 3 | 0 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
69 | select count(*) from [Production].[Document] | 3/26/2014 14:28:00 | 439 | 439 | 0 | 439 | 439 | 439 | 439 | 439 | 439 | 439 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 3 | 3 | 0 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
70 | select count(*) from [Production].[ScrapReason] | 3/26/2014 14:28:00 | 421 | 421 | 0 | 421 | 421 | 421 | 421 | 421 | 421 | 421 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
71 | select count(*) from [Production].[ProductInventory] | 3/26/2014 14:28:00 | 419 | 419 | 0 | 419 | 419 | 419 | 419 | 419 | 419 | 419 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 9 | 9 | 0 | 9 | 9 | 9 | 9 | 9 | 9 | 9 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
72 | select @q4 = qchar from #qtemp where qnum = 4 | 3/26/2014 14:28:00 | 417 | 5 | 2.912679559 | 4 | 26 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
73 | select @configcount = count(*) from sys.configurations where lower(name collate Latin1_General_CI_AS) like '%' + @configname + '%' and (is_advanced = 0 or @show_advance = 1) | 3/26/2014 14:28:00 | 413 | 206 | 23.33452378 | 190 | 223 | 206.5 | 214.75 | 219.7 | 221.35 | 222.67 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
74 | select @q5 = qchar from #qtemp where qnum = 5 | 3/26/2014 14:28:00 | 410 | 5 | 2.788738492 | 4 | 25 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
75 | select @q3 = qchar from #qtemp where qnum = 3 | 3/26/2014 14:28:00 | 397 | 5 | 2.670352918 | 4 | 26 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
76 | IF (SELECT COUNT(*) FROM sys.schemas WHERE name='bou') = 0 | 3/26/2014 14:28:00 | 394 | 43 | 5.04424865 | 38 | 53 | 43 | 46 | 49.8 | 51.4 | 52.68 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 18 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
77 | select @q9 = qchar from #qtemp where qnum = 9 | 3/26/2014 14:28:00 | 390 | 5 | 3.64446053 | 4 | 26 | 6 | 6 | 11 | 16.55 | 26 | 16000 | 225 | 1898.850653 | 0 | 16000 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
78 | select count(*) from [Person].[CountryRegion] | 3/26/2014 14:28:00 | 389 | 389 | 0 | 389 | 389 | 389 | 389 | 389 | 389 | 389 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
79 | select @q10 = qchar from #qtemp where qnum = 10 | 3/26/2014 14:28:00 | 387 | 5 | 2.887355351 | 4 | 26 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
80 | select @q7 = qchar from #qtemp where qnum = 7 | 3/26/2014 14:28:00 | 387 | 5 | 2.545521178 | 4 | 25 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
81 | select @q6 = qchar from #qtemp where qnum = 6 | 3/26/2014 14:28:00 | 383 | 5 | 2.648335721 | 4 | 25 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
82 | select @configname = name from sys.configurations where lower(name collate Latin1_General_CI_AS) like '%' + @configname + '%' and (is_advanced = 0 or @show_advance = 1) | 3/26/2014 14:28:00 | 376 | 188 | 22.627417 | 172 | 204 | 188 | 196 | 200.8 | 202.4 | 203.68 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
83 | select @q8 = qchar from #qtemp where qnum = 8 | 3/26/2014 14:28:00 | 375 | 5 | 2.668242325 | 4 | 26 | 6 | 6 | 11 | 16.55 | 26 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
84 | select count(*) from [Person].[StateProvince] | 3/26/2014 14:28:00 | 346 | 346 | 0 | 346 | 346 | 346 | 346 | 346 | 346 | 346 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
85 | select count(*) from [Sales].[SpecialOffer] | 3/26/2014 14:28:00 | 338 | 338 | 0 | 338 | 338 | 338 | 338 | 338 | 338 | 338 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
86 | select count(*) from [Production].[ProductListPriceHistory] | 3/26/2014 14:28:00 | 331 | 331 | 0 | 331 | 331 | 331 | 331 | 331 | 331 | 331 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 5 | 5 | 0 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
87 | select count(*) from [Sales].[SalesPersonQuotaHistory] | 3/26/2014 14:28:00 | 316 | 316 | 0 | 316 | 316 | 316 | 316 | 316 | 316 | 316 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 3 | 0 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
88 | select count(*) from [Production].[ProductSubcategory] | 3/26/2014 14:28:00 | 316 | 316 | 0 | 316 | 316 | 316 | 316 | 316 | 316 | 316 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
89 | select count(*) from [Production].[Illustration] | 3/26/2014 14:28:00 | 311 | 311 | 0 | 311 | 311 | 311 | 311 | 311 | 311 | 311 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 3 | 3 | 0 | 3 | 3 | 3 | 3 | 3 | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
90 | select count(*) from [Sales].[SalesTaxRate] | 3/26/2014 14:28:00 | 305 | 305 | 0 | 305 | 305 | 305 | 305 | 305 | 305 | 305 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 8 | 8 | 0 | 8 | 8 | 8 | 8 | 8 | 8 | 8 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
91 | select count(*) from [Sales].[SalesPerson] | 3/26/2014 14:28:00 | 285 | 285 | 0 | 285 | 285 | 285 | 285 | 285 | 285 | 285 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 6 | 6 | 0 | 6 | 6 | 6 | 6 | 6 | 6 | 6 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
92 | select @confignum = configuration_id, @prevvalue = convert(int, isnull(value, value_in_use)) from sys.configurations where (@configvalue = 0 or convert(sql_variant, @configvalue) between minimum and maximum) and (name collate Latin1_General_CI_AS) = @configname and (is_advanced = 0 or @show_advance = 1) | 3/26/2014 14:28:00 | 189 | 94 | 19.09188309 | 81 | 108 | 94.5 | 101.25 | 105.3 | 106.65 | 107.73 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
93 | select count(*) from [HumanResources].[Employee] | 3/26/2014 14:28:00 | 99 | 99 | 0 | 99 | 99 | 99 | 99 | 99 | 99 | 99 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
94 | if (select value_in_use from sys.configurations where configuration_id = 518) = 1 | 3/26/2014 14:28:00 | 86 | 43 | 1.414213562 | 42 | 44 | 43 | 43.5 | 43.8 | 43.9 | 43.98 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
95 | select count(*) from [Sales].[Store] | 3/26/2014 14:28:00 | 68 | 68 | 0 | 68 | 68 | 68 | 68 | 68 | 68 | 68 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
96 | select count(*) from [Purchasing].[ProductVendor] | 3/26/2014 14:28:00 | 63 | 63 | 0 | 63 | 63 | 63 | 63 | 63 | 63 | 63 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
97 | select count(*) from [Production].[Product] | 3/26/2014 14:28:00 | 58 | 58 | 0 | 58 | 58 | 58 | 58 | 58 | 58 | 58 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
98 | select count(*) from [Production].[ProductProductPhoto] | 3/26/2014 14:28:00 | 56 | 56 | 0 | 56 | 56 | 56 | 56 | 56 | 56 | 56 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 4 | 4 | 0 | 4 | 4 | 4 | 4 | 4 | 4 | 4 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
99 | select count(*) from [Production].[ProductCostHistory] | 3/26/2014 14:28:00 | 52 | 52 | 0 | 52 | 52 | 52 | 52 | 52 | 52 | 52 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 5 | 5 | 0 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |||||||||||||||||||||||||||
100 | select count(*) from [Sales].[SpecialOfferProduct] | 3/26/2014 14:28:00 | 50 | 50 | 0 | 50 | 50 | 50 | 50 | 50 | 50 | 50 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 2 | 0 | 2 | 2 | 2 | 2 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |