Catch the Phillies Phever World Series 2008 Unique Collectibles and T's

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…