endpointscripts.ssmssqlproj

来自「wrox出版社的另一套经典的VB2005数据库编程学习书籍,收集了书中源码,郑重」· SSMSSQLPROJ 代码 · 共 58 行

SSMSSQLPROJ
58
字号
<?xml version="1.0" encoding="utf-8"?>
<SqlWorkbenchSqlProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="EndPointScripts">
  <Items>
    <LogicalFolder Name="Connections" Type="2">
      <Items>
        <ConnectionNode Name="OAKLEAF-MS16:OAKLEAF\Administrator">
          <Created>2005-06-12T11:24:05.4445427-07:00</Created>
          <Type>SQL</Type>
          <Server>OAKLEAF-MS16</Server>
          <UserName />
          <Authentication>Windows Authentication</Authentication>
          <InitialDB />
          <LoginTimeout>15</LoginTimeout>
          <ExecutionTimeout>0</ExecutionTimeout>
          <ConnectionProtocol>NotSpecified</ConnectionProtocol>
          <ApplicationName>Microsoft SQL Server Management Studio - Query</ApplicationName>
        </ConnectionNode>
      </Items>
    </LogicalFolder>
    <LogicalFolder Name="Queries" Type="0">
      <Items>
        <FileNode Name="SQLQuery1.sql">
          <AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:OAKLEAF-MS16:True</AssociatedConnectionMoniker>
          <AssociatedConnSrvName>OAKLEAF-MS16</AssociatedConnSrvName>
          <AssociatedConnUserName />
          <FullPath>F:\TSQL2005\SqlNativeWebServices\SQLQuery1.sql</FullPath>
        </FileNode>
        <FileNode Name="SQLQuery2.sql">
          <AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:OAKLEAF-MS16:True</AssociatedConnectionMoniker>
          <AssociatedConnSrvName>OAKLEAF-MS16</AssociatedConnSrvName>
          <AssociatedConnUserName />
          <FullPath>D:\WROX\Projects\Chapter10\SqlNativeWebServices\SQLQuery2.sql</FullPath>
        </FileNode>
        <FileNode Name="SQLQuery3.sql">
          <AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:OAKLEAF-MS16:True</AssociatedConnectionMoniker>
          <AssociatedConnSrvName>OAKLEAF-MS16</AssociatedConnSrvName>
          <AssociatedConnUserName />
          <FullPath>D:\WROX\Projects\Chapter10\SqlNativeWebServices\SQLQuery3.sql</FullPath>
        </FileNode>
        <FileNode Name="SQLQuery4.sql">
          <AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:OAKLEAF-MS16:True</AssociatedConnectionMoniker>
          <AssociatedConnSrvName>OAKLEAF-MS16</AssociatedConnSrvName>
          <AssociatedConnUserName />
          <FullPath>D:\WROX\Projects\Chapter10\SqlNativeWebServices\SQLQuery4.sql</FullPath>
        </FileNode>
        <FileNode Name="CreateNwindEndpoint.sql">
          <AssociatedConnectionMoniker>8c91a03d-f9b4-46c0-a305-b5dcc79ff907:OAKLEAF-MS16:True</AssociatedConnectionMoniker>
          <AssociatedConnSrvName>OAKLEAF-MS16</AssociatedConnSrvName>
          <AssociatedConnUserName />
          <FullPath>D:\WROX\Projects\Chapter10\SqlNativeWebServices\CreateNwindEndpoint.sql</FullPath>
        </FileNode>
      </Items>
    </LogicalFolder>
    <LogicalFolder Name="Miscellaneous" Type="3">
      <Items />
    </LogicalFolder>
  </Items>
</SqlWorkbenchSqlProject>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?