DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files/Microsoft SQL Server/110/Shared/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files/Microsoft SQL Server/110/Shared//Microsoft.SqlServer.SqlSqmQueries.dll
MZ@	!L!This program cannot be run in DOS mode.

$PEL5O! ^ @  
"@KHX<d  H.textd  `.rsrcH@@.reloc@B@Hİ	X!iP /1C:-ԤTb{	X4@BK<p!ЂRPV|N3*ai:O!ȞU]I	[J)EVbiص$bf"{f	QvZ(*(
*(
*03~(
, rp(
o
s

~*~**V(rMp~o
*rip*elSystem.Resources.ResourceReader, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089#System.Resources.RuntimeResourceSetPADPADPH13!SqlSqmQueries<sqlsqm xmlns="http://schemas.microsoft.com/sqlserver/2008/sqmqueries">
  <settings>
    <EnableQueriesInCode>sql</EnableQueriesInCode>
  </settings>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT SERVERPROPERTY('Collation'),
			SERVERPROPERTY('EngineEdition'),
			SERVERPROPERTY('IsClustered'),
			SERVERPROPERTY('IsFullTextInstalled'),
			SERVERPROPERTY('IsIntegratedSecurityOnly'),
			SERVERPROPERTY('IsSingleUser'),
			CASE SERVERPROPERTY('LicenseType')
			WHEN 'PER_SEAT' THEN 1
			WHEN 'PER_PROCESSOR' THEN  2
			WHEN 'DISABLED' THEN 3
			ELSE 0
			END,
			IsNULL(SERVERPROPERTY('NumLicenses'),0),
			SERVERPROPERTY ('FileStreamEffectiveLevel')</CommandText>
    <datapoint id="466" type="STRING" />
    <datapoint id="464" type="DWORD" />
    <datapoint id="56" type="DWORD" />
    <datapoint id="61" type="DWORD" />
    <datapoint id="57" type="DWORD" />
    <datapoint id="465" type="DWORD" />
    <datapoint id="62" type="DWORD" />
    <datapoint id="511" type="DWORD" />
    <datapoint id="383" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
DECLARE @version VARCHAR(100) = CONVERT(VARCHAR(100),SERVERPROPERTY('PRODUCTVERSION'))
			DECLARE @ix_1st_dot INT = CHARINDEX('.',@version)
			DECLARE @remain_str VARCHAR(100) = SUBSTRING(@version, @ix_1st_dot+1, LEN(@version))
			DECLARE @ix_2nd_dot INT = CHARINDEX('.',@remain_str)
			DECLARE @remain_str_2 VARCHAR(100) = SUBSTRING(@remain_str, @ix_2nd_dot+1, LEN(@remain_str))
			DECLARE @ix_3rd_dot INT = CHARINDEX('.',@remain_str_2)
			SELECT
			CONVERT(INT, SUBSTRING(@version, 1, @ix_1st_dot-1)) as Major,
			CONVERT(INT, SUBSTRING(@remain_str, 1, @ix_2nd_dot-1)) as Minor,
			CONVERT(INT, SUBSTRING(@remain_str_2, 1, @ix_3rd_dot-1)) as Build

</CommandText>
    <datapoint id="71" type="DWORD" />
    <datapoint id="72" type="DWORD" />
    <datapoint id="73" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
DECLARE @i bigint
			SET @i = (SELECT CASE WHEN occurrence = 0 THEN NULL ELSE occurrence END FROM sys.dm_exec_query_optimizer_info WHERE COUNTer = N'optimizations')

			SELECT
			MAX(CASE COUNTer WHEN N'trivial plan' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'search 0' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'search 1' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'search 2' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'timeout' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'memory limit exceeded' THEN CONVERT(INT, 100000000 * (occurrence * 1.0) / @i) END),
			MAX(CASE COUNTer WHEN N'search 0 time' THEN CONVERT(INT, IsNull(value,0) * 10000) END),
			MAX(CASE COUNTer WHEN N'search 1 time' THEN CONVERT(INT, IsNull(value,0) * 10000) END),
			MAX(CASE COUNTer WHEN N'search 2 time' THEN CONVERT(INT, IsNull(value,0) * 10000) END),
			MAX(CASE COUNTer WHEN N'search 0 tasks' THEN CONVERT(INT, IsNull(value,0)) END),
			MAX(CASE COUNTer WHEN N'search 1 tasks' THEN CONVERT(INT, IsNull(value,0)) END),
			MAX(CASE COUNTer WHEN N'search 2 tasks' THEN CONVERT(INT, IsNull(value,0)) END),
			MAX(CASE COUNTer WHEN N'gain stage 0 to stage 1' THEN CONVERT(INT, IsNull(value,0) * 1000) END),
			MAX(CASE COUNTer WHEN N'gain stage 1 to stage 2' THEN CONVERT(INT, IsNull(value,0) * 1000) END)
			FROM sys.dm_exec_query_optimizer_info
</CommandText>
    <datapoint id="103" type="DWORD" />
    <datapoint id="104" type="DWORD" />
    <datapoint id="105" type="DWORD" />
    <datapoint id="106" type="DWORD" />
    <datapoint id="107" type="DWORD" />
    <datapoint id="108" type="DWORD" />
    <datapoint id="109" type="DWORD" />
    <datapoint id="110" type="DWORD" />
    <datapoint id="111" type="DWORD" />
    <datapoint id="112" type="DWORD" />
    <datapoint id="113" type="DWORD" />
    <datapoint id="114" type="DWORD" />
    <datapoint id="115" type="DWORD" />
    <datapoint id="116" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(folderid) FROM msdb.dbo.sysssispackagefolders

</CommandText>
    <datapoint id="122" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
WITH folders (folderid, parentfolderid, level) AS (
			SELECT folderid, parentfolderid, 0 AS level FROM msdb.dbo.sysssispackagefolders f WHERE parentfolderid is null
			UNION ALL
			SELECT s.folderid, s.parentfolderid, level+1
			FROM msdb.dbo.sysssispackagefolders s JOIN folders f on (s.parentfolderid=f.folderid))

			SELECT MAX(level), CONVERT(INT,AVG(level*1.0)*100) FROM folders l
			WHERE NOT EXISTS (SELECT * FROM folders n WHERE l.folderid=n.parentfolderid)
</CommandText>
    <datapoint id="123" type="DWORD" />
    <datapoint id="124" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
IF EXISTS (SELECT TOP(1) * FROM msdb.sys.objects WHERE name = 'MSdistpublishers' AND type = 'U')
			SELECT CASE WHEN COUNT(*) &gt; 0 THEN CONVERT(BIT,1) ELSE CONVERT(BIT,0) END FROM msdb.dbo.MSdistpublishers WHERE UPPER(publisher_type) LIKE 'ORACLE%'
			ELSE
			SELECT CONVERT(BIT,0)

</CommandText>
    <datapoint id="126" type="BOOL" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT protocol, COUNT(*) FROM master.sys.endpoints GROUP BY protocol
</CommandText>
    <stream id="63" numCols="2" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT DB_ID(), (SELECT COUNT(*) FROM sys.database_principals), (SELECT COUNT(*) FROM sys.dm_qn_subscriptions)
</CommandText>
    <stream id="65" numCols="3" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT
			DB_ID(),
			(SELECT COUNT(*) FROM sys.columns),
			(SELECT COUNT(*) FROM sys.columns WHERE system_type_id IN(34,35,99)),
			(SELECT COUNT(*) FROM sys.columns WHERE system_type_id IN(165,167,231) and max_length=-1),
			(SELECT COUNT(*) FROM sys.columns WHERE system_type_id =241), 
			(SELECT COUNT(*) FROM sys.columns WHERE is_filestream=1)</CommandText>
    <stream id="66" numCols="6" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT DB_ID(), 1, CASE WHEN COUNT(*) = 0 THEN NULL ELSE COUNT(*) END
			FROM sys.views v JOIN sys.indexes i ON (v.object_id=i.object_id)</CommandText>
    <stream id="67" numCols="3" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT DB_ID(), permission_set, COUNT(*)
			FROM sys.assemblies
			WHERE is_user_defined = 1
			GROUP BY permission_set
</CommandText>
    <stream id="68" numCols="3" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT DB_ID(), (SELECT COUNT(*) FROM sys.assemblies WHERE is_user_defined = 1), COUNT(*)
			FROM sys.assembly_types
			WHERE is_user_defined = 1
</CommandText>
    <stream id="69" numCols="3" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT DB_ID(),
			(SELECT COUNT(fulltext_catalog_id)
			FROM sys.fulltext_catalogs),
			(SELECT COUNT(distinct t.object_id)
			FROM sys.fulltext_indexes f JOIN sys.tables t
			ON (f.object_id=t.object_id) WHERE f.is_enabled=1)
</CommandText>
    <stream id="70" numCols="3" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT packagetype, COUNT(*) FROM msdb.dbo.sysssispackages GROUP BY packagetype

</CommandText>
    <stream id="125" numCols="2" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT
			CASE WHEN m.mirroring_state_desc IS NULL OR LEN(LTRIM(RTRIM(m.mirroring_state_desc))) = 0 THEN 0 ELSE 1 END,
			IsNULL (m.mirroring_safety_level, 0),
			CASE WHEN m.mirroring_witness_name IS NULL OR LEN(LTRIM(RTRIM(m.mirroring_state_desc))) = 0 THEN 0 ELSE 1 END,
			IsNULL (m.mirroring_role, 0),
			IsNULL (m.mirroring_role_sequence, 0),
			IsNULL (m.mirroring_safety_sequence, 0)
			FROM sys.databases d JOIN sys.database_mirroring m
			ON (d.database_id = m.database_id)
			WHERE name NOT IN ('pubs', 'northwind', 'HttpNorthwind', 'nwind', 'adventureworks', 'adventureworksdw')
</CommandText>
    <stream id="252" numCols="6" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.types t
			JOIN sys.parameters p ON t.system_type_id = p.system_type_id AND t.user_type_id=p.user_type_id
			JOIN sys.objects o ON o.object_id = p.object_id
			WHERE is_table_type = 1</CommandText>
    <datapoint id="420" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.columns c
			JOIN sys.objects o on o.object_id = c.object_id
			WHERE o.type = 'U'
			AND c.system_type_id = 240
			AND c.user_type_id = 128</CommandText>
    <datapoint id="385" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
WITH CTE AS (
	SELECT DISTINCT t.object_id, c.column_id -- several indexes could be on the same column don't COUNT(*)
	FROM sys.indexes i
	JOIN sys.tables t ON t.object_id = i.object_id -- user tables only
	JOIN sys.index_columns ic ON ic.object_id = t.object_id AND ic.index_id = i.index_id
	JOIN sys.columns c on c.object_id = t.object_id AND c.column_id = ic.column_id
	WHERE i.type IN (1, 2) -- Clustered or Non Clustered
	AND c.system_type_id = 240 and c.user_type_id = 128
	AND ic.is_included_column = 0) -- count key columns only
SELECT COUNT(*) FROM CTE</CommandText>
    <datapoint id="410" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select count(*) from (select objs.object_id, idxs.index_id
  from sys.indexes idxs join sys.objects objs on objs.object_id = idxs.object_id 
                        join sys.index_columns icols on icols.object_id = idxs.object_id and icols.index_id = idxs.index_id
                        join sys.columns cols on cols.object_id = icols.object_id and cols.column_id = icols.column_id
  where objs.type ='U' and idxs.type in (1, 2) and icols.is_included_column = 0 and (icols.index_column_id = 1 and cols.is_computed = 1 or icols.index_column_id = 2 and cols.system_type_id = 240 and cols.user_type_id = 128) and
    2 = (select count(*) from sys.index_columns icols2 where icols2.object_id = idxs.object_id and icols2.index_id = idxs.index_id and icols2.is_included_column = 0)
  group by objs.object_id, idxs.index_id) sq</CommandText>
    <datapoint id="409" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(DISTINCT cols.object_id)
			FROM sys.foreign_key_columns fkcols
			JOIN sys.objects objs on objs.object_id = fkcols.parent_object_id
			JOIN sys.columns cols on cols.object_id = fkcols.parent_object_id and cols.column_id = fkcols.parent_column_id
			WHERE objs.type = 'U' -- User tables
			AND cols.system_type_id = 240 AND cols.user_type_id = 128 -- hierarchyID</CommandText>
    <datapoint id="411" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(DISTINCT cols.object_id)
			FROM sys.foreign_key_columns fkcols
			JOIN sys.objects objs on objs.object_id = fkcols.referenced_object_id
			JOIN sys.columns cols on cols.object_id = fkcols.referenced_object_id and cols.column_id = fkcols.referenced_column_id
			WHERE objs.type = 'U' -- User tables
			AND cols.system_type_id = 240 AND cols.user_type_id = 128</CommandText>
    <datapoint id="412" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.columns
			WHERE is_sparse =1</CommandText>
    <datapoint id="386" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
	SELECT COUNT(*)
			FROM sys.types
			WHERE is_table_type = 1</CommandText>
    <datapoint id="384" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.columns c
			JOIN sys.tables t ON t.object_id = c.object_id
			WHERE is_column_set = 1</CommandText>
    <datapoint id="395" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.indexes
			WHERE has_filter =1</CommandText>
    <datapoint id="393" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			WITH CTE AS (
			SELECT DISTINCT i.object_id oid, i.index_id iid
			FROM sys.indexes i
			JOIN sys.index_columns ic ON i.object_id = ic.object_id
			JOIN sys.columns c ON ic.column_id = c.column_id AND c.object_id = i.object_id
			WHERE c.is_sparse = 1
			AND ic.key_ordinal != 0 -- only key columns
			AND i.has_filter = 1
			)
			SELECT COUNT(*)
			FROM CTE</CommandText>
    <datapoint id="394" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.stats where has_filter =1 and user_created =1</CommandText>
    <datapoint id="389" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.columns as C join sys.types as T on C.system_type_id = T.system_type_id where T.name = 'geometry'</CommandText>
    <datapoint id="387" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.columns as C join sys.types as T on C.system_type_id = T.system_type_id where T.name = 'geography'</CommandText>
    <datapoint id="388" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.tables</CommandText>
    <datapoint id="390" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.indexes where object_id in (select object_id from sys.columns as C join sys.types as T on C.system_type_id = T.system_type_id where T.name = 'geometry')</CommandText>
    <datapoint id="408" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.indexes where object_id in (select object_id from sys.columns as C join sys.types as T on C.system_type_id = T.system_type_id where T.name = 'geography')</CommandText>
    <datapoint id="407" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT AVG(cells_per_object) FROM sys.spatial_index_tessellations</CommandText>
    <datapoint id="403" type="AVG" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.partitions
			WHERE data_compression_desc = 'ROW'</CommandText>
    <datapoint id="405" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.partitions
			WHERE data_compression_desc = 'PAGE'</CommandText>
    <datapoint id="404" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.partitions where object_id in (select  object_id from sys.partitions where partition_number &gt; 1)</CommandText>
    <datapoint id="415" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
			SELECT CAST(
			( SUM(unallocated_extent_page_COUNT)
			+ SUM (user_object_reserved_page_COUNT)
			+ SUM (internal_object_reserved_page_COUNT)
			+ SUM (version_store_reserved_page_COUNT)
			+ SUM (mixed_extent_page_COUNT)
			) * 8.0 / 1024 AS int)
			FROM tempdb.sys.dm_db_file_space_usage</CommandText>
    <datapoint id="419" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select count(*) from sys.indexes where object_id &gt; 100 and index_id = 0</CommandText>
    <datapoint id="416" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
		<CommandText>
				select COUNT(*) from sys.indexes where type_desc like '%COLUMNSTORE%'
		</CommandText>
		<datapoint id="689" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.indexes as i
			WHERE type = 1 -- CLUSTERED INDEX
			and object_id IN (SELECT OBJECT_ID FROM sys.tables )</CommandText>
    <datapoint id="392" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select count (distinct object_id + index_id) from sys.partitions where partition_number &gt;1</CommandText>
    <datapoint id="414" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(*) FROM sys.databases WHERE is_auto_create_stats_on = 1</CommandText>
    <datapoint id="396" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(*) FROM sys.databases WHERE is_auto_update_stats_on = 1</CommandText>
    <datapoint id="398" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(*) FROM sys.databases WHERE is_auto_update_stats_async_on = 1</CommandText>
    <datapoint id="397" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select COUNT(*) from sys.columns as c join (Select * from sys.columns) as d on c.object_id = d.object_id where c.is_column_set =1 and d.is_sparse =1</CommandText>
    <datapoint id="391" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select latch_class, 
CAST (waiting_requests_count AS int), 
CAST (wait_time_ms AS int), 
CAST (max_wait_time_ms AS int)
from sys.dm_os_latch_stats where waiting_requests_count &gt; 0 or wait_time_ms &gt; 0 or max_wait_time_ms &gt; 0</CommandText>
    <stream id="475" numCols="4">
      <column type="STRING" />
      <column type="DWORD" />
      <column type="DWORD" />
      <column type="DWORD" />
    </stream>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
create table #OLEDBProv ( 
          Name sysname NOT NULL, 
          ParseName sysname NOT NULL,
          Description sysname NOT NULL )

insert #OLEDBProv EXECUTE master.dbo.xp_enum_oledb_providers

select 
        Name, 
        Description
from #OLEDBProv op
order by [Name] ASC

drop table #OLEDBProv</CommandText>
    <stream id="476" numCols="2">
      <column type="STRING" />
      <column type="STRING" />
    </stream>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select
	name, 
	value_in_use
from	sys.configurations 
where	name in (
	'Ad Hoc Distributed Queries',
	'Ole Automation Procedures',
	'remote access',
	'remote admin connections',
	'remote login timeout (s)',
	'remote proc trans',
	'remote query timeout (s)',
	'access check cache quota',
	'c2 audit mode',
        'common criteria compliance enable',
        'cross db ownership chaining',
        'EKM provider enabled',
        'xp_cmdshell'
)</CommandText>
    <stream id="477" numCols="2">
      <column type="STRING" />
      <column type="DWORD" />
    </stream>
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*)
FROM sys.tables
WHERE lock_escalation = 2</CommandText>
    <datapoint id="456" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*)
FROM sys.tables
WHERE lock_escalation = 0</CommandText>
    <datapoint id="457" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*) AS number_of_message_types
FROM sys.service_message_types 
WHERE message_type_id &gt; 65535</CommandText>
    <datapoint id="478" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_contracts
FROM sys.service_contracts 
WHERE service_contract_id &gt; 65535</CommandText>
    <datapoint id="479" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_queues 
FROM sys.service_queues 
WHERE is_ms_shipped != 1</CommandText>
    <datapoint id="480" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_enabled_queues
FROM sys.service_queues 
WHERE is_ms_shipped != 1 AND is_receive_enabled = 1 AND is_enqueue_enabled = 1</CommandText>
    <datapoint id="481" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_activated_queues
FROM sys.service_queues 
WHERE is_activation_enabled = 1</CommandText>
    <datapoint id="482" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_services
FROM sys.services 
WHERE service_id &gt; 65535</CommandText>
    <datapoint id="483" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*) AS number_of_routes 
FROM sys.routes</CommandText>
    <datapoint id="484" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (DISTINCT conversation_id) AS number_of_conversations 
FROM sys.conversation_endpoints</CommandText>
    <datapoint id="485" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(*) AS broker_enabled_databases 
FROM sys.databases 
WHERE is_broker_enabled = 1</CommandText>
    <datapoint id="486" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (DISTINCT conversation_id) AS number_of_encrypted_conversations 
FROM sys.conversation_endpoints
WHERE outbound_session_key_identifier &lt;&gt; '00000000-0000-0000-0000-000000000000' OR
inbound_session_key_identifier &lt;&gt; '00000000-0000-0000-0000-000000000000'</CommandText>
    <datapoint id="487" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT SUM(max_readers) AS number_of_queue_readers
FROM sys.service_queues</CommandText>
    <datapoint id="488" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT COUNT(*) AS number_of_forwarders
FROM sys.service_broker_endpoints 
WHERE is_message_forwarding_enabled = 1</CommandText>
    <datapoint id="489" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT (*) AS number_of_queues_with_retention
FROM sys.service_queues 
WHERE is_retention_enabled = 1</CommandText>
    <datapoint id="490" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select is_enabled from sys.resource_governor_configuration</CommandText>
    <datapoint id="491" type="BOOL" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select case classifier_function_id when 0 then 0 else 1 end from sys.dm_resource_governor_configuration</CommandText>
    <datapoint id="492" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_resource_pools</CommandText>
    <datapoint id="493" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups</CommandText>
    <datapoint id="494" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_resource_pools where max_cpu_percent != 100</CommandText>
    <datapoint id="495" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_resource_pools where max_memory_percent != 100</CommandText>
    <datapoint id="496" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_resource_pools where min_cpu_percent &gt; 0</CommandText>
    <datapoint id="497" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_resource_pools where min_memory_percent &gt; 0 </CommandText>
    <datapoint id="498" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select SUM(min_cpu_percent) from sys.dm_resource_governor_resource_pools</CommandText>
    <datapoint id="499" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select SUM(min_memory_percent) from sys.dm_resource_governor_resource_pools</CommandText>
    <datapoint id="500" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from (select COUNT(*) as GroupCount from sys.dm_resource_governor_workload_groups group by pool_id having COUNT(*) &gt; 1) as t where GroupCount &gt; 1</CommandText>
    <datapoint id="501" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where importance = 'HIGH'</CommandText>
    <datapoint id="502" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where request_max_memory_grant_percent != 25</CommandText>
    <datapoint id="503" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where request_memory_grant_timeout_sec != 0</CommandText>
    <datapoint id="504" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where request_max_cpu_time_sec != 0</CommandText>
    <datapoint id="505" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where group_max_requests != 0</CommandText>
    <datapoint id="506" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where max_dop != 0</CommandText>
    <datapoint id="507" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
WITH CTE AS (
SELECT DISTINCT i.object_id oid, i.index_id iid
FROM sys.indexes i
JOIN sys.index_columns ic ON i.object_id = ic.object_id
JOIN sys.columns c ON ic.column_id = c.column_id AND c.object_id = i.object_id
WHERE c.system_type_id = 40 AND c.user_type_id = 40 -- only date columns
AND ic.key_ordinal != 0 -- only key columns
)
SELECT COUNT(*)
FROM CTE</CommandText>
    <datapoint id="446" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*)
FROM sys.columns
WHERE system_type_id = 41 AND user_type_id = 41</CommandText>
    <datapoint id="447" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*)
FROM sys.columns
WHERE system_type_id = 42 AND user_type_id = 42</CommandText>
    <datapoint id="451" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
WITH CTE AS (
SELECT DISTINCT i.object_id oid, i.index_id iid
FROM sys.indexes i
JOIN sys.index_columns ic ON i.object_id = ic.object_id
JOIN sys.columns c ON ic.column_id = c.column_id AND c.object_id = i.object_id
WHERE c.system_type_id = 41 AND c.user_type_id = 41 -- only time columns
AND ic.key_ordinal != 0 -- only key columns
)
SELECT COUNT(*)
FROM CTE</CommandText>
    <datapoint id="448" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
WITH CTE AS (
SELECT DISTINCT i.object_id oid, i.index_id iid
FROM sys.indexes i
JOIN sys.index_columns ic ON i.object_id = ic.object_id
JOIN sys.columns c ON ic.column_id = c.column_id AND c.object_id = i.object_id
WHERE c.system_type_id = 42 AND c.user_type_id = 42 -- only datetime2 columns
AND ic.key_ordinal != 0 -- only key columns
)
SELECT COUNT(*)
FROM CTE</CommandText>
    <datapoint id="452" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*)
FROM sys.columns
WHERE system_type_id = 43 AND user_type_id = 43</CommandText>
    <datapoint id="449" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
WITH CTE AS (
SELECT DISTINCT i.object_id oid, i.index_id iid
FROM sys.indexes i
JOIN sys.index_columns ic ON i.object_id = ic.object_id
JOIN sys.columns c ON ic.column_id = c.column_id AND c.object_id = i.object_id
WHERE c.system_type_id = 43 AND c.user_type_id = 43 -- only datetimeoffset columns
AND ic.key_ordinal != 0 -- only key columns
)
SELECT COUNT(*)
FROM CTE</CommandText>
    <datapoint id="450" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
			SELECT COUNT(*)
			FROM sys.columns
			WHERE system_type_id = 40 AND user_type_id = 40</CommandText>
    <datapoint id="455" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT t.port, e.is_encryption_enabled,  e.encryption_algorithm
			FROM sys.database_mirroring_endpoints e JOIN sys.tcp_endpoints t
			ON (e.endpoint_id = t.endpoint_id)</CommandText>
    <stream id="251" numCols="3" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
        SELECT CONVERT(int, SUM(total_page_count * 8.0 / 1024))
        FROM sys.dm_db_file_space_usage
    </CommandText>
    <datapoint id="406" type="INCREMENT"/>
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
SELECT COUNT(*) FROM sys.columns c
			JOIN sys.objects o on c.object_id=o.object_id
			WHERE o.type = 'U'</CommandText>
    <datapoint id="399" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select COUNT(*) from sys.dm_resource_governor_workload_groups where importance = 'LOW'</CommandText>
    <datapoint id="508" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
; with groupsPerPool as
(
	select 
		grpPerPool = COUNT(*)
	from sys.dm_resource_governor_workload_groups 
	group by pool_id
)
select MAX(grpPerPool)
from groupsPerPool</CommandText>
    <datapoint id="509" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
; with groupsPerPool as
(
	select 
		grpPerPool = COUNT(*)*100 from sys.dm_resource_governor_workload_groups 
	group by pool_id
)
select AVG(grpPerPool)
from groupsPerPool</CommandText>
    <datapoint id="510" type="DWORD" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select case
	when count(*)&gt;0 then 1
	else 0
end
from sys.spatial_index_tessellations</CommandText>
    <datapoint id="512" type="INCREMENT" />
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
select distinct SUBSTRING(ra.clr_name, 1, CHARINDEX(',', ra.clr_name)-1) as Unsupported_FX_Assembly
from sys.assemblies as a inner join sys.assembly_references as r
on a.assembly_id = r.assembly_id
inner join sys.assemblies as ra 
on r.referenced_assembly_id = ra.assembly_id
where (ra.clr_name like '%publickeytoken=b03f5f7f11d50a3a,%' or ra.clr_name like '%publickeytoken=b77a5c561934e089,%')
and (a.clr_name not like '%publickeytoken=b03f5f7f11d50a3a,%' and a.clr_name not like '%publickeytoken=b77a5c561934e089,%')
order by Unsupported_FX_Assembly
</CommandText>
    <stream id="531" numCols="1">
      <column type="STRING" />
    </stream>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
select CAST(case when value_in_use = -1 then 1 else 0 end as bit) as is_value_used_default_value ,
       CAST(case when value_in_use = -1 then 0 else value_in_use end as int) as value_in_use
from sys.configurations 
where name = 'cursor threshold'</CommandText>
    <datapoint id="530" type="BOOL" />
    <datapoint id="529" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
SELECT virtual_machine_type from sys.dm_os_sys_info
    </CommandText>
    <datapoint id="559" type="dword"/>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
      select
      count(is_encrypted)as encrypted_databases
      from sys.databases where is_encrypted=1
    </CommandText>
    <datapoint id="658" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
      select
      type_desc,
      on_failure_desc,
      queue_delay
      from sys.server_audits
    </CommandText>
    <stream id="659" numCols="3">
      <column type="STRING" />
      <column type="STRING" />
      <column type="DWORD" />
    </stream>
  </tsql>
  <tsql cardinality="perdb">
    <CommandText>
      select distinct audit_action_name from sys.database_audit_specification_details
    </CommandText>
    <stream id="660" numCols="1">
      <column type="STRING" />
    </stream>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
      select distinct audit_action_name from sys.server_audit_specification_details
    </CommandText>
    <stream id="661" numCols="1">
      <column type="STRING" />
    </stream>
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select count(*) from sys.availability_groups
	</CommandText>
    <datapoint id="702" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select count(*) from sys.dm_hadr_database_replica_states where group_id in
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1) and is_local = 1 group by group_id
	</CommandText>
    <datapoint id="703" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select count(*) from sys.dm_hadr_availability_replica_states where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1) group by group_id
	</CommandText>
    <datapoint id="704" type="DWORD" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select automated_backup_preference from sys.availability_groups where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="705" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select 
	case 
	   when (listener_id IS NOT NULL) then 1 
	   else 0
	end 
	from sys.availability_group_listeners where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="708" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select failure_condition_level from sys.availability_groups where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="707" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select health_check_timeout from sys.availability_groups where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="706" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select availability_mode from sys.availability_replicas where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="709" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select failover_mode from sys.availability_replicas where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="710" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select primary_role_allow_connections from sys.availability_replicas where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="711" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select secondary_role_allow_connections from sys.availability_replicas where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="712" numCols="1" />
  </tsql>
  <tsql cardinality="perinstance">
    <CommandText>
	select session_timeout from sys.availability_replicas where group_id in 
		(select group_id from sys.dm_hadr_availability_replica_states where is_local = 1 and role = 1)
	</CommandText>
    <stream id="713" numCols="1" />
  </tsql>
</sqlsqm>
BSJBv2.0.50727l#~0h#Strings#US0
#GUID@
`#BlobW	3!
@!fTTTTTTT(TCT^T{?
I1`{}T

 0?[?eVH8VVLVcLVpLV}LV8V8V8V8V8V8V*8V@8V]8Vv8V8V8V8V8V8V8V8V8V-8VCVUVq8V8V8V8V8 
   '!(#.!4(6!
L!
!)19AIQYaiqy	m	;OTYT ^$g(,*0I4*8|<|@DHLPT%Xr\`dh;	l	pTtx|.+7.3R.sA.C.k8..#
.;..K.S.[.cIccsci.@3	y5<Module>Microsoft.SqlServer.SqlSqmQueries.dllResourcesProxyMicrosoft.SqlServer.SqlSqm2ResourcesAssemblyVersionInfomscorlibSystemObjectget_SqlSqmQueries.ctorSqlSqmQueriesSystem.ResourcesResourceManagerresourceManSystem.GlobalizationCultureInforesourceCultureget_ResourceManagerget_Cultureset_CultureCultureVersionStringMajorVersionMinorVersionBuildVersionSPLevelProductVersionStringProductNameStringSqlEngineUsageMetricsRoleGuidStringProductNameBrandingStringLongProductNameBrandingStringProductNameShortcutBrandingStringVersionLocationStringProductVersionLocationStringVersionHelpKeywordPrefixVersionHelpSettingsTokenSetupSupportFolderProductLicenseFileProductUpdateCategorySqlProductFamilyCodeProductDiscoveryIdSqlInstanceIDPrefixAsInstanceIDPrefixRsInstanceIDPrefixMaxMaintenanceVersionevalTimeBombValuecurrentReleaseTimeBombValueWerEventNameSetupMsiWerEventNameSetupConfigASUsageMetricsRoleGuidStringVersionBIDSHelpNamespaceVisualStudioShellVersionget_VersionHelpNamespaceVersionHelpNamespacevalueSystem.Runtime.InteropServicesComVisibleAttributeSystem.ReflectionAssemblyVersionAttributeAssemblyProductAttributeAssemblyCopyrightAttributeAssemblyCompanyAttributeAssemblyFileVersionAttributeAssemblyInformationalVersionAttributeAssemblyKeyFileAttributeAssemblyDelaySignAttributeAssemblyTrademarkAttributeAssemblyDescriptionAttributeSystem.DiagnosticsDebuggableAttributeDebuggingModesSystem.Runtime.CompilerServicesCompilationRelaxationsAttributeRuntimeCompatibilityAttributeMicrosoft.SqlServer.SqlSqmQueriesSystem.CodeDom.CompilerGeneratedCodeAttributeDebuggerNonUserCodeAttributeCompilerGeneratedAttributeReferenceEqualsTypeRuntimeTypeHandleGetTypeFromHandleAssemblyget_AssemblyGetStringSystem.ComponentModelEditorBrowsableAttributeEditorBrowsableStateMicrosoft.SqlServer.SqlSqm2.Resources.resourcesKMicrosoft.SqlServer.SqlSqm2.ResourcesSqlSqmQueries-ms-help://MS.SQLCC.v116lՄACxz\V4 	
	

	
11.0.0.0411.0(Microsoft SQL Server{0xbd7f7c0d, 0x7c36, 0x4721, {0xaf, 0xa8, 0xb, 0xa7, 0x0, 0xe2, 0x6d, 0x9e}}SQL Server 20122Microsoft SQL Server 2012110
sql112SQLServerBooksOnline.11.0SQLServer2012H7fe4630a-0330-4b01-a5e6-a77c7ad34eb0L{7f121c35-f095-47aa-bc04-d214bc04727a}SQL2011MSSQL11MSAS11MSRS11	SQL110MSISQL110Exception{0x2414bc1b, 0x1572, 0x4cd9, {0x9c, 0xa5, 0x65, 0x16, 0x6d, 0x8d, 0xef, 0x3d}}*ms-help://MS.VSCC.v9010.0   A $$RSA1''6n_1:fl/y2}/R4H<=\]Ǽ(k,Q\$+Au2IRmRo{l؂O1
ˢ#V{-Pb왹J|};( @3System.Resources.Tools.StronglyTypedResourceBuilder2.0.0.0Y] a a	 
 iMicrosoft SQL Server)$Microsoft Corp. All rights reserved.Microsoft Corporation,'11.0.2100.60 ((SQL11_RTM).120210-1917 )11.0.2100.6050e:\sql11_main_t\\sql\Common\SNK\SQL2003SNKEY.snkMHMicrosoft SQL Server is a registered trademark of Microsoft Corporation."Sql Server SQM Queries ModuleTWrapNonExceptionThrows5O>RSDSep%M/rDMicrosoft.SqlServer.SqlSqmQueries.pdb8N @_CorDllMainmscoree.dll% @0HX4VS_VERSION_INFO<4<4?DVarFileInfo$TranslationLStringFileInfo(000004b0TCommentsSql Server SQM Queries ModuleLCompanyNameMicrosoft Corporation,FileDescription p(FileVersion11.0.2100.60 ((SQL11_RTM).120210-1917 )l&InternalNameMicrosoft.SqlServer.SqlSqmQueries.dllp%LegalCopyrightMicrosoft Corp. All rights reserved.ILegalTrademarksMicrosoft SQL Server is a registered trademark of Microsoft Corporation.t&OriginalFilenameMicrosoft.SqlServer.SqlSqmQueries.dllLProductNameMicrosoft SQL Server@
ProductVersion11.0.2100.60<	Assembly Version11.0.0.0`5X<0<H	*H
<90<510	+0L
+7>0<0
+70	0!0	+څ#|=o[200
aj0
	*H
0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0
111101223917Z
130201224917Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR10UMicrosoft Corporation0"0
	*H
0
é|#1%uyϓKa%wKZmI17t`N%X N-:e.[]u4P!}9D#fe 6`*dȇE(WY&Jl)2?%
oj-:mf16p@v.G+e+_hExkP5[qa! EeI~7Z߸v Q*P:c܁G00U%0
+0UqÏv,
J(0U0U#0WEt]CT-2H0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicCodSigPCA_08-31-2010.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicCodSigPCA_08-31-2010.crt0
	*H
yiȏk`|>8Rϙ-=au8NY?C|Sb֨vuYl?/~9T'X5aymQWcrf9*35
^15E
]Ǘ*:IHE26m	nvUU4y]n̗h}i{U}M0b{젒*W)HͶ!	b
5_kԱwRw?lV\6N^z  1ynr_0W|UplxC 500
a60
	*H
0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0
110725204217Z
121025204217Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:159C-A3F7-25701%0#UMicrosoft Time-Stamp Service0"0
	*H
0
4	)cuW}Adxw殸PN q9rr	Aa%kQCaB,{sv+۔aUm.z$hyz]~.j</Ք"Q˩U!ZA9UN%+cr<|rɵ
_r
]
@}.Ы}ѾUkX,6?Cx,)|lܭ<:}b=	00U ޅh7at0U#0#4RFp
@v+50TUM0K0IGEChttp://crl.microsoft.com/pki/crl/products/MicrosoftTimeStampPCA.crl0X+L0J0H+0<http://www.microsoft.com/pki/certs/MicrosoftTimeStampPCA.crt0U%0
+0
	*H
b
OkRyU3ӤH{oz(OзѦ̑V;82/k٘BXRk@Կ&HBDfB^#H[Al6?ߘLIJ_CB"ȓɥgG]vrv<6F~:HI3cWVn>d]Pcр24W@m~.Z^2	2qƯfٞ_#wM(rP00
ah40
	*H
0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate Authority0
070403125309Z
210403130309Z0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0"0
	*H
0
lH*|k.řQ#PN$ѧLt0 TIB\0&k{3$g,{N#SʍE	^аBlg(FS(F.'OUR,j0nY0~֗!~SmREHJGf')fJG	UxP0F#F-TxA1w̛;a
"KT 00U00U#4RFp
@v+50U0	+70U#0`@V'%*
SY䤡ca0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate AuthorityyJLsX.e0PUI0G0ECA?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+08http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0U%0
+0
	*H
\D6鴭wyQM.tq[mξ{.mbWN Pz@WXx;⾏
ȍHSOjՀ/*$"px.
pNk
r9g-Qb\? ?21Jv1=+rp=

a׸N5+^}B{Sr!0ʻxe\[
<fX-/QVpl9Lyzb))4wb=m,C}㤨t5Nq#&v<RqZFCMgȟBy!0fB^Ȟ"!C+H,2L&*H$_ZVޙ:o'tv!'Tj=vanGo2lQȌ#fd=-Y!嵰cxTA.Pxuْu"/2n[%!OɚIeo}in꧗1)[\M/?.Uk00i
a'0
	*H
0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate Authority0
060125232232Z
170125233232Z0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0"0
	*H
0
߅7Vf6N
6#X:
$^>3kir|_%D5(Րap-o,ݹ0qxȩg
z	¼W?i00&Ԟ{	IERu{".VϩN<
:ŭj"#l'~2y%B❅WY/-&)ųׅ`Z{{^4Km'Тѐ}|4lJDyh("
,Ha#00	+70UWEt]CT-2H0U0U00U#0`@V'%*
SY䤡ca0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate AuthorityyJLsX.e0PUI0G0ECA?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+08http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0vU o0m0k	+7/0^0\+0PNCopyright  2006 Microsoft Corporation.0U%0
+0
	*H
0 b9&a=ܬƙІ.2e^">ֆ趟ʋ;u>LdtIglfF:FBȑ7$AwO_R/>V[uSTie$%MPO"Y"tE{YL`xѺk~D@ҽKnU8HUz }۔/{kdO,4)]8/ V1i΅
֮8nOL))
\\V#W
&6Do阵sx<t^l!g엝r4/j9-[М|St9J9}BJ;7=J{'NJT8j#7jHB
I$.oEM`Y؀`4{ \	
(M~ex1_fB Ee2.Mkޤ
ؘY ,Rid࣫|aCe6U+g,M0L1%0%00y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA
aj0	+0	*H
	1
+70
+710
+70#	*H
	1(RNX!]-r?d0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
b6G>dbB[!0K8GfCqŐ*`+)(qZ3ղ;y𙣃xYsw\OԲ㿅SK4!9tRYY3`jH|bɔ02~$de͇y:B5+."	-up1?3t>9袀k_ [+css_3HAe8;{!#u0	*H
	1
000w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA
a60+]0	*H
	1	*H
0	*H
	1
120211164619Z0#	*H
	1_?N2-T0
	*H
Bz)S-ҏ *C\$/q?y&V06W-r +@4P2NV
gPnWݽ1	"߶tAQG+juȔ=s:Z#zZuWYn{;N"xbUK?
_bpmN3\R?&ZQأ7JJ
X'4@Oo Cg;l%
	ytX‚ZS}gm~:H8qJqLfAW0!T
+71!D0!@	*H
!10!-10
	`He0\
+7N0L0
+70	010
	`He oG .FONq@>5Hzc00
aIU0
	*H
0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20100
111010204524Z
130110205524Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR10UMicrosoft Corporation0"0
	*H
0
Ϥ01QU4`E)_++rC\;*Yqrx ,8[b}ԯaD9βTK&DOW#Jjة6w4O{_u9}aRƲ~:xȔ=G'rpW0'ca(лbd@"+^wrN|U~\~@6tdW$XkUgZ.i;%00U%0
+0Ui1bqXxa0U#0_{"XrN!t#20VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicCodSigPCA_2010-07-06.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicCodSigPCA_2010-07-06.crt0U00
	*H
x[Zm#}u	j'EӒNħe݅JSxA
0 T'Yh8.?iLLx
P:M?+R=Mk&Z\j@K1(|Tp?vY0nm.$X9MRlj[AS{T1
DA~Ri?c2KW8X—@c-mk|+;B+9@"QpA
`&ǩc؅0p0X
aRL0
	*H
010	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
100706204017Z
250706205017Z0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20100"0
	*H
0
dPyg	LVhDXOv|mE9eҏDe,U}.+A+KnILk‰q͵K̈k:&?4W]I*.ՅY?+t+;FFIfTUbWrg% 4]^(ղcӲȊ&
Y5LR[HwօGj-\`ƴ*[#_Eo73jMjfcx0ϕ00	+70U_{"XrN!t#20	+7
SubCA0U0U00U#0Vˏ\bh=[Κ0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0U 00	+7.00=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*H
tWO){xP"	4*,Ͽ4ہ5oywNaZ#bQEg?<09@!)奡i"tGCS0i% moar,iv=Qۦ9H7amS˧a¿⃫k}(QJQlȷJi~IprGc֢DciFz?!{#-A˿Lﱜ"KInv[Sy=s5<TRGjҎڙg^27uZW¿
-'ӵ^i$gsMOVzRMwOB	
v#Vx"&6ʱnG3bɑ3_q@e"B!%-`7A*a<h`RG@w>SP8f3'9x6N_=GSa=*ג,7Z>@B1V$]Qjy{%qDj#u1000~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 2010
aIU0
	`He0
*H
	10	*H
	1
+70
+710
+70/	*H
	1" c?qC ?;qyOD>Ee/x0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
Rrrfi)w)8DG;FXCnX/Qq/\\
KPTFoY,:ѻms
Khk
-F7.qٱO.Uo]n;]KRx[zλ%wsYPj
P0ڒ'@e
w<`	iHdWCs[	tIതR
|މ}HL:o{iDf?{^8j\SF\gVŎWmuIh:0
+710	*H
010	+0**H
	0
+Y
0!0	+=U-V
|#O1&"%20120211164621.059Z0010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service0q0Y
a	*0
	*H
010	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
100701213655Z
250701214655Z0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100"0
	*H
0

w: iktTե
|hK,_av>f+[S'1A	|a0Y0D`TCM8Bݓs0W&E
GͿ$`2X`FXG2tag_TϓLĦ]an(aF'$gr!KdPb]w=WuBM@Q>gfD~Knʱz*
1N5x</Dd 	xD]^O"M00	+70Uc:\1C{|F3hZmU0	+7
SubCA0U0U00U#0Vˏ\bh=[Κ0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0U 00	+7.00=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*H
Q
?q=!o1Wm0fjxǨ%kTW+QDS`v@@A\\^5$VKtBȯ7}Z?yJR8/ye٩kzoK0D$"<Y)p2J'U/3b_W@ΙfjbJ&9Jqc{!mÜ<}jxm8ؔƥ
B"8 %d~cY%z.9Wvqa˚Gͧ};q	]t"aڰPo1:eGxHr~akow˧	9؂r*T9[
Uzs;-3.)/T'!ȬN(ۖBAM*f0ӻt2Kc{/!YD<PqסUiW0M
]O8/X.
P5	'ճ~56_tI00
aN	0
	*H
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
111215031031Z
130315032031Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service0"0
	*H
0
ؾc0HS<!%5x~B ?+#^ˀÄRU9U?T<>ǘP5Gj+ἃdPeMsؾHu84YR䇉
;G+	TH9Hkd~"AH6/S4J&)IaʱX&_"
wguaS+ƶwp/%B:2AOTlE{@PFWƀb00U?9v5#[LW70U#0c:\1C{|F3hZmU0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicTimStaPCA_2010-07-01.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicTimStaPCA_2010-07-01.crt0U00U%0
+0
	*H
O)KSQ\\s*8hO9KC54Ud"
`΃;@|D[ifa?ann!ҲgR*ru1>QI̐Ԉ!kbب"pQØ9X=pD.mLsT&cYNOg~u:TePbɂ%=e?cbӉ_ɩVK@TA%X,O㣏)}Wrxnj] PLv0^0㡁010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service%
0	+^$3+b xc
ցs적0010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher NTS ESN:B027-C6F8-1D881+0)U"Microsoft Time Source Master Clock0
	*H
ϣ0"20120211112939Z20120212112939Z0t0:
+Y
1,0*0
ϣ000
!#06
+Y
1(0&0
+Y

0 
0 0
	*H
*Aܚ}kpEK)pin_f\P0a:>uѣ{77yX&2pR"V>zi]s^FxB>c3n*dQ9ΤMpEh	Dh-ak8I65΢kvg};du;OJ-(N!vm
cPU\d6F!nkBD$>r;,!D]_H7ı!^"z#|RS5]1000|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 2010
aN	0	+0	*H
	1
*H
	0#	*H
	1#R?ѷ&p-tc80*H
	1000^$3+b xc
ցs00~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 2010
aN	0ZǕ.
Ԥ@0
	*H
뵾zB;i QDBqh%
~ٻL-H]:>:J@|Y,IogFm<x3
{`n0:InN&ЪF'[u}4ii6i2DzJ\<C1?R>O<#j9pX›צvrO-J@Tթ4P4(yi__̑mM<=r$F0'Gk

Anon7 - 2022
AnonSec Team