![]() |
|
|
|
By: Jeremy Kadlec | Read Comments (6) | Related Tips: More > Tools |
Problem
I am working at an organization where I need to have access to my SQL Servers around the clock. I do not have a company laptop to check into the environment and troubleshoot issues directly so I am looking for alternatives to meet the need. We are on a tight budget so I wanted to find out what native tools are available. Do you have any suggestions for SQL Server tools to meet this 24X7 management need?
Solution
With SQL Server growing to support 24X7 needs in many organizations, supporting SQL Server based applications after hours is essential because the need is typically not that intense nor do most organizations have the budget to have a 24X7 staff. As such, as the DBA you have a number of options when it comes to determining how you want to manage the SQL Server environment. Here are a few of the options that are available:
Microsoft SQL Web Data Administrator - Installation and Configuration
Since you have the need to manage SQL Server remotely at a very low cost, then one of the first options to consider based on price is the Microsoft SQL Web Data Administrator. This is a web based application that can be installed on a web server in your environment to manage your SQL Servers over a browser. Let's jump into this tool to see if it will meet your needs:
|
Microsoft SQL Web Data Administrator - Installation and Configuration |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Microsoft SQL Web Data Administrator - Limitations
Based on analysis of the application, some of the functionality that is available with Enterprise Manager\Management Studio is not available with the Microsoft SQL Web Data Administrator to include:
Based on this information, it is recommended to test the Microsoft SQL Web Data Administrator application to validate it meets your needs from a performance and management perspective. Although it is a free tool, if the tool does not meet your needs then seek a solution that will do so.
Next Steps
| Monday, January 10, 2011 - 11:36:42 AM - wamberto de farias | Read The Tip |
|
I tried to install the web database admin, but i got an error: the setup requeries a Internet Information Server 4 or higher. I use the windows 7 with iis7. what should i do ??? thanks |
|
| Monday, January 10, 2011 - 8:38:35 PM - Jeremy Kadlec | Read The Tip |
|
Wamberto, Good question. Do you meet all of the requirements on this page? I did not see support for Windows 7. What version of SQL Server are you using? Thank you, |
|
| Tuesday, February 28, 2012 - 3:45:37 PM - Kelly Jones | Read The Tip |
|
Perfect post. Here’s a tool that lets youbuild your cloud database apps without codinghttp://www.caspio.com/ |
|
| Tuesday, July 03, 2012 - 2:31:08 AM - Karubum | Read The Tip |
|
Hi, I had an sql script in database by intruder. I import invaded database from "EXPORTDATABASE" in WEB Data Administrator and clean it. When I try to import clean database from "IMPORT DATABASE" in WEB Data Administrator, I am getting the error as follows: There was an error importing the database. The status of the import is unknown. Incorrect syntex near '>>'. I do not have such '>>' syntex in the coding-file. What should I do? |
|
| Wednesday, September 12, 2012 - 8:27:06 AM - Bala | Read The Tip |
|
I have installed the SQL webAdmin and try to connect to the server(SQL server 2008) I got the eror like Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.Please suggest what should I do? Did I missed anything or It wont work with SQL Server 2008 Please suggest. Thanks |
|
| Monday, May 13, 2013 - 6:24:16 PM - 3Essentials.com | Read The Tip |
|
The component you get the "missing component" error on is apparently related to SQLDMO.DLL, which is one of the components of “SQL Database Management Object”. The documentation for SQL Server 2008 indicated that support for SQL-DMO was going to be removed in the next version of SQL Server. It was actually removed from SQL Server 2008 too, they just maintained support for it through the SQL Server 2005 backwards compatibility components. So... for SQL 2008, you can get this component installed by searching for the download for the SQL Server 2005 backwards compatibility components and installing that package after you've got SQL 2008 on there. Then this solution works fine (we've used it for SQL 08 installs for several years). For SQL 2012, we're going to be out of luck. The documentation for SQL Server 2012 indicates that it has been removed completely and is no longer supported. So if you’re using SQL Server 2012, this web admin solution will not be an option. |
|
|
privacy | disclaimer | copyright | advertise | about authors | contribute | feedback | giveaways | user groups Some names and products listed are the registered trademarks of their respective owners. Edgewood Solutions LLC | MSSharePointTips.com | MSSQLTips.com |