⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 storedprocedures.aspx

📁 wrox c#高级编程
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="StoredProcedures.aspx.cs" AutoEventWireup="false" Inherits="SqlWebAdmin.Help.StoredProcedures" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpHeader" Src="HelpHeader.ascx" %>
<%@ Register TagPrefix="Toolbar" TagName="HelpFooter" Src="HelpFooter.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > 

<Toolbar:HelpHeader Topic="STORED PROCEDURES" runat="server" ID="Helpheader1" NAME="Helpheader1"></Toolbar:HelpHeader>

The <b>Stored Procedures</b> page, available from the left-side navigation manu when editing a database, displays a list of stored procedures in the selected database.  When creating a new database, this page initially displays no procedures. You may create a new stored procedure by clicking the "Create new stored procedure" link at the top of the page.  
<br><br>
The list of stored procedures includes the following information:
<br><br>
<table cellSpacing=1 cellPadding=4 width="100%" border=0>
    <tr class=tableHeader>
        <td>Property</td>
		<td>Description</td>
	</tr>
    <tr class=tableItems>
        <td>Name</td>
		<td>The name of the stored procedure</td>
	</tr>
	<tr class=tableItems>
        <td>Owner</td>
		<td>The SQL Server role or SQL Server user that owns the stored procedure</td>
	</tr>
	<tr class=tableItems>
        <td>Type</td>
		<td>The type of the stored procedure (User | System)</td>
	</tr>
	<tr class=tableItems>
        <td>Create Date</td>
		<td>The date and time when the stored procedure was created</td>
	</tr>
</table>
<br>
You may choose to show only User stored procedures or both User and System stored procedures using the Filter dropdown at the top of this page.  You can also edit or delete a stored procedure from this page by clicking the appropriate links.
<br><br>

<Toolbar:HelpFooter runat="server" ID="Helpfooter1" NAME="Helpfooter1"></Toolbar:HelpFooter>

⌨️ 快捷键说明

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