Stored Procedure - SP_RENAMEDB

Here SP stands for Stored Procedure. This stored procedure is used to change the name of the existing database.

Syntax:

SP_RENAMEDB 'MK','MKR'

The above statement renames (changes the database name) MK to MKR
Share/Bookmark

No comments: