Click here to Skip to main content
15,895,142 members
Articles / Database Development / SQL Server / SQL Server 2008

A simple example of SQL server admin tools.

Rate me:
Please Sign up or sign in to vote.
4.90/5 (43 votes)
13 Sep 2009CPOL8 min read 110K   5K   115  
A simple example of SQL server admin tools.
<%@ Page Title="Help" Language="C#" MasterPageFile="~/SqlManager.Master" AutoEventWireup="true" CodeBehind="Help.aspx.cs" Inherits="GUInterface.Help" %>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolderMainBody" runat="server">
</asp:Content>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions