It is a web fontend from SQL Server. you can work with tables (create, delete, edit etc.), views and procedures and more. It has a good query builder. You can Attach/Detach, Backup/Restore, Export database also.
File List:
ASPMyAdmin/
0b
ASPMyAdmin/CONFIG.ASP
104b
ASPMyAdmin/DEFAULT.ASP
2Kb
ASPMyAdmin/INSTALL.ASP
4Kb
ASPMyAdmin/backup/
0b
ASPMyAdmin/database/
0b
ASPMyAdmin/db_Procedure.asp
4Kb
ASPMyAdmin/db_drop.asp
4Kb
ASPMyAdmin/db_info.asp
6Kb
ASPMyAdmin/db_sql.asp
5Kb
ASPMyAdmin/db_table.asp
4Kb
ASPMyAdmin/db_view.asp
4Kb
ASPMyAdmin/dbindex.asp
2Kb
ASPMyAdmin/functions/
0b
ASPMyAdmin/functions/function.asp
1Kb
ASPMyAdmin/functions/setPointer.js
5Kb
ASPMyAdmin/images/
0b
ASPMyAdmin/images/server.gif
1Kb
ASPMyAdmin/index.asp
2Kb
ASPMyAdmin/picture.asp
1Kb
ASPMyAdmin/pr_drop.asp
3Kb
ASPMyAdmin/pr_edit.asp
3Kb
ASPMyAdmin/pr_show.asp
2Kb
ASPMyAdmin/server_attach_db.asp
3Kb
ASPMyAdmin/server_create_db.asp
1Kb
ASPMyAdmin/server_database.asp
2Kb
ASPMyAdmin/server_databases.asp
3Kb
ASPMyAdmin/server_db_backup.asp
5Kb
ASPMyAdmin/server_db_restore.asp
3Kb
ASPMyAdmin/server_detach_db.asp
3Kb
ASPMyAdmin/server_export.asp
13Kb
ASPMyAdmin/server_info.asp
2Kb
ASPMyAdmin/style.css
1Kb
ASPMyAdmin/tbl_add_field.asp
6Kb
ASPMyAdmin/tbl_add_index.asp
5Kb
ASPMyAdmin/tbl_browse.asp
8Kb
ASPMyAdmin/tbl_browse_col.asp
1Kb
ASPMyAdmin/tbl_col_drop.asp
4Kb
ASPMyAdmin/tbl_col_modify.asp
5Kb
ASPMyAdmin/tbl_create.asp
7Kb
ASPMyAdmin/tbl_data_edit.asp
8Kb
ASPMyAdmin/tbl_data_insert.asp
7Kb
ASPMyAdmin/tbl_del.asp
5Kb
ASPMyAdmin/tbl_drop.asp
3Kb
ASPMyAdmin/tbl_drop_index.asp
1Kb
ASPMyAdmin/tbl_empty.asp
3Kb
ASPMyAdmin/tbl_foreign_key_add.asp
5Kb
ASPMyAdmin/tbl_img.asp
1Kb
ASPMyAdmin/tbl_primary_key_add.asp
1Kb
ASPMyAdmin/tbl_structure.asp
9Kb
ASPMyAdmin/vw_browse.asp
4Kb
ASPMyAdmin/vw_drop.asp
3Kb
ASPMyAdmin/vw_edit.asp
3Kb
ASPMyAdmin/vw_show.asp
2Kb
Similar code
SQLDMO DB Attach Detach
(Popularity: ) : Explore attaching and detaching databases. SQLDMO is a great resource for database management - however, there are many undocumented facts. Such as, in the attach argument... the path must be a short file name (dos 8.3) - I have used ... Backup SQL Database Using SQLDMO
(Popularity: ) : Using this utility the user could backup the entire database with some clicks, the backup is shown by a sleek progressbar. Vote for me if you like the submission A DTS (Data Transformation Service) Search Tool
(Popularity: ) : Search strings in DTS (Data Transformation Services) Microsoft don't provide such tool Allows, for instance, find what task/package contains certain table or field. Accepts a table name, field name or any text and returns the packages/tasks where the text is. ...