Free Newsletters:
DatabaseDaily  
Database Journal
Search Database Journal:
 
MS SQL Oracle DB2 Access MySQL PostgreSQL Sybase PHP SQL Etc SQL Scripts & Samples Links Database Forum

» Database Journal Home
» Database Articles
» Database Tutorials
MS SQL
Oracle
DB2
MS Access
MySQL
» RESOURCES
Database Tools
SQL Scripts & Samples
Links
» Database Forum
» DBA Jobs
» Sitemap

News Via RSS Feed


follow us on Twitter





Brocade Doubles Down on 16 Gbps Fibre Channel

Microsoft Wants iOS Apps to Run on WP7

Avaya Debuts New Virtual Services Switch
Database Journal |DBA Support |SQLCourse |SQLCourse2







Technical Specialist – Pre-sales (MA)
Next Step Systems
US-MA-Littleton

Justtechjobs.com Post A Job | Post A Resume

Featured Database Articles

MS SQL

February 25, 2005

The SQL Server Web Data Administrator

By Steven Warren

Do you need the ability to manage your SQL Server data wherever you are? Microsoft released a Web interface that can help you manage your SQL Server databases. With this tool, called the SQL Server Web Data Administrator, you can:

  • Perform ad-hoc queries against databases and save them to your file system.
  • Create/edit databases in SQL Server 2000 or MSDE 2000.
  • View, create, and edit stored procedures.
  • Export and import database schema and data.
  • Manage users and roles.

Where do I download?

You can download the SQL Server Web Data Administrator from Microsofts Web site. Before installing it, you must meet the following requirements:

Note: These are the requirements of the machine that the product is being installed on.

Installing the Web Data Administrator

Once you have downloaded the tool, click the Setup.msi and the welcome screen is displayed. Click Next. The following two Windows ask you to accept the license agreement and select your Installation folder. After you choose an installation location, click Next to start the installation. Once the installation is complete, click Close.

Working with the Web Data Administrator

Before you can begin working with this tool, you must first know how you can access it via IIS. To configure the Web Data Administrator to work with IIS, click Start | Programs | Microsoft SQL Web Data Administration | SQL Web Data Administrator. You are presented with a Window to either start IIS or choose Cassini Personal Web Server (Figure A).


Figure A

Cassini is a sample Web server written using .Net framework that demonstrates ASP.NET. You can download Cassini from Microsoft. For the purposes of this article, we are going to choose IIS and click Start. You can also access the tool directly by typing the following link in IE:

http://your_webserver_name/webadmin/default.aspx

After clicking Start or typing the link manually, the welcome screen for the Web Data Administrator appears as shown in Figure B. You can log in to SQL Server via Windows Integrated authentication or SQL Server authentication.


Figure B

Now that you have logged into your SQL Server via IIS, you will see the screen in Figure C. You can perform one of the following:

  • Create new databases
  • Edit, query, or delete existing databases
  • Import databases
  • Export databases
  • Create and edit logins
  • Create and edit server roles


Figure C

At this point, you can begin to see the power of the Web Data Administrator. Let's dig a little deeper into each of these areas to show you how you can effectively manage your SQL Server.

Tools:
Add databasejournal.com to your favorites
Add databasejournal.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x
Receive news via our XML/RSS feed

MS SQL Archives

Comment and Contribute

 


(Maximum characters: 1200). You have characters left.

 

 



Latest Forum Threads
MS SQL Forum
Topic By Replies Updated
SQL 2005: SSIS: Script Component: Working with BLOB 0010 4 January 27th, 03:03 PM
Will an MS SQL db table trigger affect the value returned by scope_identity? wreade 2 December 19th, 04:48 PM
BULK UPDATE error benedec 1 December 14th, 08:39 AM
Toggling problem in Matrix report ssrs 2008 dev_ritesh 0 December 2nd, 02:17 PM