Modify Database
This command opens the Database Designer to let you interactively change the structure of a database (DBC).
Usage |
MODIFY DATABASE [ Name | ? ] [ NOWAIT ] [ NOEDIT ] |
When you use NOEDIT, you shouldn't be able to edit the stored procedures for the database, and you can't if you choose Edit Stored Procedures from the Database or shortcut menus (the code editor window is read-only). However, if you bring up the Properties window for the database and double-click on one of the database events in the list, the code editor window that comes up isn't read-only and will allow you to save any changes you make. |
Example |
MODIFY DATABASE MyData |
See Also |