Tuesday, May 22, 2007

Rename a SQL Server Database

Had to do this today:
EXEC sp_renamedb 'old_db_name', 'new_db_name'

No comments: