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/SDK/Assemblies/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

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

$PELR5O!p ކ 0 @WX<ą  H.textf p `.rsrc@@.reloc@BHl	"IP cZ0:{,&@5{bɧ+ݮGZQ&7Wl,WpMWq4^8Lw|STŇq<G(̪ڷT
(_h꣮%=qsy!z?g5(
*(
*0Ts

+7Jo

-	3+	3-++,-	o
&%JXTJo
2o
*03-*s

X[](o
1
o
+*(
*0h{-( 

-*(}%,"rp(!
-r!p(!
-++{o"
2*{o#
*"}*($
*rEp*<?xml version="1.0" ?>
<EnumObject type="inc_urn" impl_type="SqlObject" min_major='7'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='3' expression="{0} + '/{2}[@Name=' + quotename({1},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="Name" />
				<link_field field="NType" />				
			</link_multiple>
		</property>
	</properties>
</EnumObject>-<?xml version="1.0" ?>
<EnumObject type="inc_urn" impl_type="SqlObject" min_major='7'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='4' expression="{0} + '/{3}[@Name=' + quotename({1},'''') + ' and @Schema=' + quotename({2},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="Name" />
				<link_field type='local' field="Schema" />
				<link_field field="NType" />				
			</link_multiple>
		</property>
	</properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="inc_ext_prop" impl_type="SqlObject" min_major='9'>
	<settings>
	</settings>
    <properties>
        <property name="ExtPropMajorID" type="int" hidden='true'>
            <link_multiple no='1' expression="{0}">
                <link_field type='local' field="ID" />
            </link_multiple>
        </property>
        <property name="ExtPropMinorID" type="int" hidden='true'>0</property>
	</properties>
</EnumObject>F<?xml version="1.0" ?>
<EnumObject type="inc_policy_health_state" impl_type="SqlObject" min_major='10'>
	<settings>
    <version min_major='10'>
      <prefix fields="#PolicyHealthState#">
        DECLARE @is_policy_automation_enabled bit
        SET @is_policy_automation_enabled  = (SELECT CONVERT(bit, current_value)
                                              FROM msdb.dbo.syspolicy_configuration
                                              WHERE name = 'Enabled')
      </prefix>
    </version>
  </settings>
	<properties>
    <version min_major='10'>
      <property name="UrnWithId" type="nvarchar" size="4000" hidden="true">
        <link_multiple no='3' expression="{0} + '/{2}\[@ID=' + convert(nvarchar(20),{1}) + '\]'">
          <link_field type='parent' field="UrnWithId" />
          <link_field type='local' field="ID" />
          <link_field field="NType" />
        </link_multiple>
      </property>
      <property name="PolicyHealthState" type="int" expensive ="true" report_type2="Microsoft.SqlServer.Management.Dmf.PolicyHealthState">
        <link_multiple no='3' expression="case when 1=@is_policy_automation_enabled and exists (select * from msdb.dbo.syspolicy_system_health_state where target_query_expression_with_id like {0}+ '/{2}\[@ID=' + convert(nvarchar(20),{1}) + '\]%' ESCAPE '\') then 1 else 0 end">
          <link_field type='parent' field="UrnWithId" />
          <link_field type='local' field="ID" />
          <link_field field="NType" />
        </link_multiple>
      </property>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="MessageType" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.service_message_types mt'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = mt.principal_id</property_link>
        <property_link fields='#ValidationXmlSchemaCollection#' left_join="sys.xml_schema_collections AS n">n.xml_collection_id = mt.xml_collection_id</property_link>
		<property_link fields='#ValidationXmlSchemaCollectionSchema#' left_join="sys.schemas AS ss">n.schema_id = ss.schema_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<include file='inc_ext_prop.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>MessageType</property>
		<property name="ID" type="int">mt.message_type_id</property>
		<property name="MessageTypeValidation" type="int" report_type = 'Broker.MessageTypeValidation'>
		case mt.validation when 'N ' then 0 
		when 'X'  then case when mt.xml_collection_id is null then 3 else 1 end
		when 'E' then 2 end</property>
		<property name="Name" type="sysname">mt.name</property>
		<property name="Owner" type="sysname">dp.name</property>
		<property name="ValidationXmlSchemaCollection" type="sysname">ISNULL(n.name,N'')</property>
		<property name="ValidationXmlSchemaCollectionSchema" type="sysname">ISNULL(ss.name,N'')</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->        
        <property name="IsSystemObject" type="bit" access='Read' cast='true' >case when mt.message_type_id &lt; 65536 then 1 else 0 end</property>
        <!-- extended properties support -->
        <property name="ExtPropClass" type="int" hidden='true'>15</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="MessageTypeMapping" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<parent_link>
			<link parent='ID' local = 'ServiceID'/>
		</parent_link>
		<property_link table = 'sys.service_contract_message_usages scmu'/>
		<property_link fields = '#Name#' table = 'sys.service_message_types mt'>
			mt.message_type_id = scmu.message_type_id
		</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>MessageTypeMapping</property>
		<property name="Name" type="sysname">mt.name</property>
		<property name="ServiceID" type="int" hidden='true'>scmu.service_contract_id</property>		
		<property name="MessageSource" type="int" report_type = 'Broker.MessageSource'>(case when scmu.is_sent_by_initiator=1 and is_sent_by_target=0 then  0
                                                                   																		     when scmu.is_sent_by_initiator=0 and is_sent_by_target=1  then  1
                                                                																			  when scmu.is_sent_by_initiator=1 and is_sent_by_target=1  then 2 end )</property>		
	</properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="ServiceBroker" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='1' expression="{0} + '/ServiceBroker'">
				<link_field type='parent' field="Urn" />
			</link_multiple>
		</property>
    <version min_major='10'>
      <property name="UrnWithId" type="nvarchar" size="4000" hidden="true">
        <link_multiple no='2' expression="{0} + '/{1}'">
          <link_field type='parent' field="UrnWithId" />
          <link_field field="NType" />
        </link_multiple>
      </property>
      <property name="PolicyHealthState" type="int" report_type2="Microsoft.SqlServer.Management.Dmf.PolicyHealthState">
        <link_multiple no='1' expression="case when 1=msdb.dbo.fn_syspolicy_is_automation_enabled() and exists (select * from msdb.dbo.syspolicy_system_health_state where target_query_expression_with_id like 'Server/Database[@Id=' + CONVERT(nvarchar(15), db_id()) + ']/{0}%' ESCAPE '\') then 1 else 0 end">
          <link_field field="NType" />
        </link_multiple>
      </property>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="ServiceContract" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.service_contracts sc'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = sc.principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>16</property>
        <property name="NType" type="sysname" access='Read' hidden='true'>ServiceContract</property>
		<property name="Name" type="sysname">sc.name</property>
		<property name="ID" type="int" access='Read'>sc.service_contract_id</property>		
		<property name="Owner" type="sysname">dp.name</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->
        <property name="IsSystemObject" type="bit" access='Read' cast='true'>case when sc.service_contract_id &lt; 65536 then 1 else 0 end</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="ServiceContractMapping" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<parent_link>
			<link parent='ID' local = 'ServiceID'/>
		</parent_link>
		<property_link table = 'sys.service_contract_usages scu'/>
        <property_link fields='#Name#' join="sys.service_contracts AS sc">sc.service_contract_id = scu.service_contract_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>ServiceContractMapping</property>
		<property name="ServiceID" type="int" hidden='true'>scu.service_id</property>		
        <property name="Name" type="sysname">sc.name</property>
	</properties>
</EnumObject>Z<?xml version="1.0" ?>
<EnumObject type="ServiceQueue" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
        <property_link table="sys.service_queues AS sq"/>
        <property_link table="sys.objects AS obj">obj.type='SQ' and sq.object_id=obj.object_id</property_link>
        <property_link fields='#ExecutionContextPrincipal#' left_join="sys.database_principals AS dp">dp.principal_id = sq.execute_as_principal_id</property_link>
        <property_link fields='#Schema#' join="sys.schemas AS ss">ss.schema_id = sq.schema_id</property_link>
        <property_link fields='#FileGroup#' join="sys.internal_tables AS it">sq.object_id = it.parent_object_id</property_link>
        <property_link fields='#FileGroup#' join="sys.indexes AS ind">ind.object_id = it.object_id and ind.index_id &lt; 2</property_link>
        <property_link fields='#FileGroup#' join="sys.filegroups AS fg">fg.data_space_id = ind.data_space_id</property_link>
        
		
        <post_process fields='#ProcedureDatabase#ProcedureSchema#ProcedureName#' class_name='Microsoft.SqlServer.Management.Smo.Broker.PostProcessSplitTriPartName'
			triggered_fields='#TriPartProcedureName#' />
	</settings>
	<properties>
		<include file='inc_urn_schema.xml' />
	        <include file='inc_ext_prop.xml' />
        	<property name="ExtPropClass" type="int" hidden='true'>1</property>

		<property name="Name" type="sysname" access='Read'>sq.name</property>
		<property name="ID" type="int" access='Read'>sq.object_id</property>
		<property name="CreateDate" type="datetime" access='Read'>obj.create_date</property>
		<property name="DateLastModified" type="datetime" access='Read'>obj.modify_date</property>
		<property name="ExecutionContextPrincipal" type="sysname">ISNULL(dp.name,N'')</property>
		<property name="ActivationExecutionContext" type="int" report_type="ActivationExecutionContext">(case when ISNULL(sq.execute_as_principal_id, -1) &lt; 0 then 2 else 3 end) </property>
		<property name="MaxReaders" type="smallint">sq.max_readers</property>
		<property name="ProcedureDatabase" type="sysname" usage="request">N''</property>
		<property name="ProcedureSchema" type="sysname" usage="request">N''</property>
		<property name="ProcedureName" type="sysname" usage="request">N''</property>
		<property name="TriPartProcedureName" type="sysname" hidden="true">ISNULL(sq.activation_procedure,N'')</property>
		<property name="Schema" type="sysname" access='Read'>ss.name</property>
		<property name="FileGroup" type="sysname">fg.name</property>
		<property name="RowCount" type="bigint" access='Read' expensive='true'>ISNULL((SELECT p.rows from sys.internal_tables as it
	join sys.indexes as i on i.object_id = it.object_id and i.index_id = 1 
	join sys.partitions as p on p.object_id = i.object_id and p.index_id = i.index_id
	where sq.object_id = it.parent_id and it.parent_minor_id = 0 and it.internal_type = 201 ), 0)</property>
		<property name="IsActivationEnabled" type="bit" cast='true'>sq.is_activation_enabled</property>
		<property name="IsEnqueueEnabled" type="bit" cast='true'>sq.is_enqueue_enabled</property>
		<property name="IsRetentionEnabled" type="bit" cast='true'>sq.is_retention_enabled</property>

        <property name="IsSystemObject" type="bit" access='Read' cast='true'>obj.is_ms_shipped</property>
    <version min_major='10' >
      <include file='inc_policy_health_state.xml'/>
    </version>
    <version min_major='10' min_minor='50'>
      <property name="IsPoisonMessageHandlingEnabled" type="bit" cast='true'>sq.is_poison_message_handling_enabled</property>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="BrokerPriority" impl_type="ServiceBrokerSqlObject" min_major='10'>
    <settings>
        <property_link table="sys.conversation_priorities AS bp"/>
        <property_link fields='#ContractName#' left_join="sys.service_contracts AS sc">bp.service_contract_id = sc.service_contract_id</property_link>
        <property_link fields='#LocalServiceName#' left_join="sys.services AS ss">ss.service_id = bp.local_service_id</property_link>
    </settings>
    <properties>
        <include file='inc_urn.xml' />
        <property name="Name" type="sysname" access='Read'>bp.name</property>
        <property name="ID" type="int" access='Read'>bp.priority_id</property>
        <property name="ContractName" type="sysname" >ISNULL(sc.name,N'')</property>
        <property name="LocalServiceName" type="sysname" >ISNULL(ss.name,N'')</property>
        <property name="RemoteServiceName" type="nvarchar" size="256" >ISNULL(bp.remote_service_name,N'')</property>
        <property name="PriorityLevel" type="tinyint" >bp.priority</property>
      <include file='inc_policy_health_state.xml'/>
    </properties>
</EnumObject>Y<?xml version="1.0" ?>
<EnumObject type="BrokerService" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.services s'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = s.principal_id</property_link>
        <property_link fields='#QueueName#' join="sys.objects AS so">so.object_id = s.service_queue_id</property_link>
        <property_link fields='#QueueSchema#' join="sys.objects AS sysob">sysob.object_id = s.service_queue_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>17</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>BrokerService</property>
		<property name="Name" type="nvarchar" size="300">s.name</property>
		<property name="ID" type="int" access='Read'>s.service_id</property>		
		<property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
		<property name="QueueName" type="sysname">so.name</property>
		<property name="QueueSchema" type="sysname">schema_name(sysob.schema_id)</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->        
        <property name="IsSystemObject" type="bit" access='Read' cast='true'>case when  s.service_id &lt; 65536 then 1 else 0 end</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="RemoteServiceBinding" impl_type="ServiceBrokerSqlObject" min_major='9' >
	<settings>
		<property_link table = 'sys.remote_service_bindings sb'/>
        <property_link fields='#Owner#' left_join="sys.database_principals AS dp">dp.principal_id = sb.principal_id</property_link>
        <property_link fields='#CertificateUser#' left_join="sys.database_principals AS dp2">dp2.principal_id = sb.remote_principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>18</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>RemoteServiceBinding</property>
		<property name="ID" type="int">sb.remote_service_binding_id</property>		
        <property name="Name" type="sysname" cast='true'>cast(sb.name as varbinary(256))</property>
        <property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
        <property name="RemoteService" type="sysname">sb.remote_service_name</property>
        <property name="IsAnonymous" type="bit">sb.is_anonymous_on</property>
        <property name="CertificateUser" type="sysname">dp2.name</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject><?xml version="1.0" ?>
<EnumObject type="ServiceRoute" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.routes sr'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = sr.principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>19</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>ServiceRoute</property>
		<property name="Name" type="sysname">sr.name</property>
		<property name="ID" type="int" access='Read' >sr.route_id</property>		
		<property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
		<property name="BrokerInstance" type="sysname">ISNULL(sr.broker_instance, N'')</property>
		<property name="ExpirationDate" type="datetime">sr.lifetime</property>
		<property name="Address" type="nvarchar" size="1024">sr.address</property>
		<property name="RemoteService" type="sysname">ISNULL(sr.remote_service_name, N'')</property>
		<property name="MirrorAddress" type="nvarchar" size="1024">ISNULL(sr.mirror_address, N'')</property>
		<version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>
BSJBv2.0.50727l$#~
#Strings8t#US#GUID#BlobW]	3 	4	$/
,	
F?M	
Y?
p^	

^
.^
G^
b^
{^
^
^
^
^

^
$^
A^
`^
y?

^
6
XEol
{
{
 		
.	?4KuK	zK
K	K		K
	K			0#<V+?V0?V9?VB?VN?VX?#<VcaVoaV~a#<VjVjVjVj#<VsVsVsVwV<V<V<V	<VwV&wV8wV\wVvwVwVwVwVwVwVwV.wVAwVWwVlwVwVwVwVwVVVwVwV*wVGwV`w y  !@!*!!4!	"	
"y	AIQYaiqy)	5	?	F	Q	11Z	a	t	1	1	CHMRW \(e,C0H8e<C@HDnLePCTHXz\`edhelptxa|a\z		e...#.+A.3\.;.C.K.S.[.c.k.{.%..0.9.Ba		
6
?
				P		

X",
P%G
3Y
P8l
>~
hD
<Module>Microsoft.SqlServer.ServiceBrokerEnum.dllServiceBrokerSqlObjectMicrosoft.SqlServer.Management.Smo.BrokerUtilPostProcessSplitTriPartNameDialogEndPointStateDialogTypeMessageTypeValidationMessageSourceAssemblyVersionInfoMicrosoft.SqlServer.SqlEnumMicrosoft.SqlServer.Management.SmoSqlObjectmscorlibSystemObjectPostProcessEnumSystem.ReflectionAssemblyget_ResourceAssembly.ctorResourceAssemblyUnEscapeStringSystem.Collections.SpecializedStringCollectionSplitNamesm_listNamesDataProviderGetColumnDataCleanRowDatavalue__OpenOpenWaitDisabledClosingWaitErrorWaitClosedWaitRegular2WayMonologPublishMonologReceiveNoneXmlSchemaCollectionEmptyXmlInitiatorTargetInitiatorAndTargetVersionStringMajorVersionMinorVersionBuildVersionSPLevelProductVersionStringProductNameStringSqlEngineUsageMetricsRoleGuidStringProductNameBrandingStringLongProductNameBrandingStringProductNameShortcutBrandingStringVersionLocationStringProductVersionLocationStringVersionHelpKeywordPrefixVersionHelpSettingsTokenSetupSupportFolderProductLicenseFileProductUpdateCategorySqlProductFamilyCodeProductDiscoveryIdSqlInstanceIDPrefixAsInstanceIDPrefixRsInstanceIDPrefixMaxMaintenanceVersionevalTimeBombValuecurrentReleaseTimeBombValueWerEventNameSetupMsiWerEventNameSetupConfigASUsageMetricsRoleGuidStringVersionBIDSHelpNamespaceVisualStudioShellVersionget_VersionHelpNamespaceVersionHelpNamespaceescapedValuestartEscapeCharescapeCharindexnamedatadpSystem.Runtime.InteropServicesComVisibleAttributeAssemblyVersionAttributeAssemblyProductAttributeAssemblyCopyrightAttributeAssemblyCompanyAttributeAssemblyFileVersionAttributeAssemblyInformationalVersionAttributeAssemblyKeyFileAttributeAssemblyDelaySignAttributeAssemblyTrademarkAttributeAssemblyTitleAttributeAssemblyDescriptionAttributeAssemblyConfigurationAttributeAssemblyCultureAttributeCLSCompliantAttributeSystem.ResourcesNeutralResourcesLanguageAttributeAssemblyKeyNameAttributeSystem.DataSystem.Data.SqlClientSqlClientPermissionAttributeSystem.Security.PermissionsSecurityActionSystem.DiagnosticsDebuggableAttributeDebuggingModesSystem.Runtime.CompilerServicesCompilationRelaxationsAttributeRuntimeCompatibilityAttributeMicrosoft.SqlServer.ServiceBrokerEnumGetExecutingAssemblySystem.TextStringBuilderStringget_CharsAppendget_LengthToStringInsertGetTriggeredStringop_Equalityget_Countget_Iteminc_urn.xmlinc_urn_schema.xmlinc_ext_prop.xmlinc_policy_health_state.xmlMessageType.xmlMessageTypeMapping.xmlServiceBroker.xmlServiceContract.xmlServiceContractMapping.xmlServiceQueues.xmlBrokerPriority.xmlBrokerService.xmlRemoteServiceBinding.xmlServiceRoute.xmlProcedureSchema#ProcedureDatabase-ms-help://MS.SQLCC.v11x5OQ?z]̀̑z\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   i q $$RSA1''6n_1:fl/y2}/R4H<=\]Ǽ(k,Q\$+Au2IRmRo{l؂O1
ˢ#V{-Pb왹J|};(  }  }   Microsoft 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.
en-USTWrapNonExceptionThrows.System.Data.SqlClient.SqlClientPermissionAttribute, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089TUnrestrictedR5OBuRSDSȅhIФ5~Microsoft.SqlServer.ServiceBrokerEnum.pdbΆ _CorDllMainmscoree.dll% 00HX4VS_VERSION_INFO<4<4?DVarFileInfo$TranslationStringFileInfo000004b0LCompanyNameMicrosoft Corporation,FileDescription p(FileVersion11.0.2100.60 ((SQL11_RTM).120210-1917 )t*InternalNameMicrosoft.SqlServer.ServiceBrokerEnum.dllp%LegalCopyrightMicrosoft Corp. All rights reserved.ILegalTrademarksMicrosoft SQL Server is a registered trademark of Microsoft Corporation.|*OriginalFilenameMicrosoft.SqlServer.ServiceBrokerEnum.dllLProductNameMicrosoft SQL Server@
ProductVersion11.0.2100.60<	Assembly Version11.0.0.06X<0<H	*H
<90<510	+0L
+7>0<0
+70	0!0	+h~ZW)ƙ
Mw00
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
a0
	*H
0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0
110725204219Z
121025204219Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:9E78-864B-039D1%0#UMicrosoft Time-Stamp Service0"0
	*H
0
;SDzMVqSw7~>Sѱ"unav;
CSb83+={EW c4bFٞ9Uw5\HOCX8lKzn`[?:? }m/X}ʊ89h-X#*Z їE7
|ӶSx#!bZjipS4%1UL5[ɫS)_,%d'u	00Uy#
U,h)bg68Z0U#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
Gv[1o<zl~P,DVϽ!dmaCDﭶ\mKC'axT|
tĪ-P}}N'(߱"yam̄ߣ[Tbl'cK߅eiSqd&f\b=KB
8&Z*Kj8sΌP$?xT]%fA(IĴRdMK)?<3ʿ"`\;
m<:ObAv00
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
	1A}ͬ$gU3~0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
BCztwʑU=;Wr98ɄCr8?94vr1`C墋<aKɦ^/cה|>42,zDi"|-Y(i
IT˿Uwit~1WAG5d(!GsϐEZŠE)„CIɉ3ԬT4ڢ.x%@E'g>m(K
U!Uf~V2htJjZy#u0	*H
	1
000w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA
a0+]0	*H
	1	*H
0	*H
	1
120211164619Z0#	*H
	12oq%g뚚A
6iM80
	*H
mY|rxDle}JAGFz@hQc0Yq	օqěc18C~>43|&*ꓜZ[?N`r~6žV(bqa
INTh7kKpP;n!	B)bryJ1
I>#Bhrs2+/ɕ@@Fv,["_R(hUBj_7q񒅀١=0(Y&;]	<4еs#[_0!T
+71!D0!@	*H
!10!-10
	`He0\
+7N0L0
+70	010
	`He wg߱4ĺѩsY!400
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" O[K
h=N@A	—4G3>ASwO0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
x.&2Cl{;^u]r
Ir
^tKq|Ȗ:$*Ԫ=</3Xw}y(V\4&zl(^f;	6ƼMco0V9/HT
ldywN9d`28FnԵ_i8J(7VC˄F몆-CT*(RHaWI-3Sx Z.\^(#F[VZɡ0
+710	*H
010	+0**H
	0
+Y
0!0	+*'ꇝ.w|_*O1&"%20120211164621.124Z0010	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[|F1vHv41Q}'R0*H
	1000^$3+b xc
ցs00~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 2010
aN	0ZǕ.
Ԥ@0
	*H
	F+Sέ_%14ERFEn2Bsk!+Qxs{ IlBm~A3[|ʈfq6}_"`/Vr+n/5z+6ڗɟaVi:ѕWƕ8^-Y1=@'>ALAy
ŇO>8e0`|WHg%~HU:a!BTu&"pOtEި

Anon7 - 2022
AnonSec Team