Rename SQL DB
To rename a MSSQL database, run this code in Web Analyzer::
sp_renamedb >oldname< , >newname<
remember you must first make the database accessible by ONLY -m “one user”
then you can run this SQL script…
To rename a MSSQL database, run this code in Web Analyzer::
sp_renamedb >oldname< , >newname<
remember you must first make the database accessible by ONLY -m “one user”
then you can run this SQL script…