maintaining databases.Database administrators create stored procedures to
automate time consuming tasks that are too complicated for standard SQL
statements.
Stored procedures can be used to do the following tasks:
- Check the status of a target database before loading data into it.
- Determine if enough space exists in a database.
- Perform a specialised calculation.
- Drop and recreate indexes.
No comments:
Post a Comment