91-9990449935 0120-4256464 |
SQL RENAME DatabaseSometimes you need to change the name of your databasebecause of the original name was not more relevant to the data. Or, you just want to give a temporary name to that data. SQL RENAME DATABASE statement is used to change the name of a database. Let's see how to rename MySql and SQL Server databases. Rename MySQL databaseTo rename the mysql database, you need to follow the following syntax: Rename SQL server database using T-SQLThis command is useful for SQL server 2005, 2008, 2008R2 and 2012. If you are using SQL server 2000, you can also use this command to rename the database. But, Microsoft phased out it.
Next TopicSql SELECT Database
|