Web-based Administration for SQL Server and MSDE

    Home     Contact Us     Source Code     Documents     To Do List

Demo Alpha Release 0.5.0 (VB Release) - Do not use to modify production databases.

Server Address:

Username:

Password:


 Contact ASP.Net Enterprise Manager     

Want to help?


I look forward to any help that anyone would like to provide. Whether it is new code, updates to current code, recommendations of better ways to do thing, any help is greatly appreciated.

If you have some expertise, or just want to figure it out, in any of the things on the "Things to Do" list below and would like to write that component for the project, email me and I will be glad to have that part assigned to you and credit you as the contributor of that piece once complete.


Bugs or Suggestions for features?


To post suggestions or bugs, please use the Source-Forge Tracker.


Things to Do


The following list are things that I know can be done using TSQL and ADO, and hope to have included in the project soon
  1. Adding ability to edit rows from the browse view
  2. Applying options on databases when creating (ie Size, Growth, Max Size, Data and Transaction Log locations etc)
  3. Changing options on databases after creation
  4. Managing permissions for Database Objects
    • Managing Column permissions - maybe
  5. Managing Indexes for Tables
  6. Managing Triggers for tables
  7. Creating and Editing Database Roles
  8. Creating Rules for Databases
  9. Creating Defaults on Database
  10. Creating User Defined Data Types
  11. Importing Data (From another SQL Database or Uploading an Access database and importing from that)
  12. Basic database maintenance such as shrinking/truncating logs
  13. Creating SQL Scripts for databases


Things that need to be done to improve current code
  1. Clean up and improve tables_design.aspx - this page is used for creating a new table as well as modifying a current table. May be less confusing if creating and editing are broken apart.
    • When modifying a table, a new table is created as tablename_temp, the data is copied from the old table to the new table then th original table is droped and the temp table is renamed to the original table name. Need to make sure that permissions that are set for the origianl table are carried to the newly created table.
  2. Javascript to put multiple result sets from simultaneous queries on the query page in tabs like Query Analyzer
  3. Structure code as good .Net code using code behinds and classes, the current code is .Net Syntax with old ASP structure.
  4. Redo Data Class and make sure that errors are handled and the connection is closed on all pages so that the Max Pool Size is never reached.
These things are other things that I think can be done, but I have not fully researched them and don't know for sure.
  1. Setting up Replication
  2. Backing up and restoring a database
  3. Working with log files


THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.

This website and web application is in no way assosiated with, or endorsed by, Microsoft Corporation.

The Enterprise Manager Application, the Enterprise Manager name, all of the graphics used inside the ASP Enterprise Manager Application, ASP, .Net, SQLServer, and MSDE are all trademarks of Microsoft Corporation, and are included in the Client Tools of SQL Server.

 Vote For Us!     
Vote for us on
O'Reilly's OSDir.com

 Open Source WYSIWYG     
Open Source Browser-based HTML Editor in C# .Net
This is based on the YAHE code, with better image support and Table Support.

 SQL Server Sites     


 ASP.Net Info