The complete (meta) data about SQL
using below query you can rename the database
ALTER DATABASE <FromDBName> RENAME TO <ToDBName>
Note: Apart from this connection need to close other open connection to the database to close the connection refer close existing connections
No comments:
Post a Comment