Change any database names that are reserved words.
-  Use sp_dboption to set the
                    database to single-user mode, then run sp_renamedb, specifying the new name.
 
- If other identifiers are reserved words, you can use:
 
- Run sp_checkreswords in master and
in each user database to display the names and locations of conflicting
identifiers.
 See Reference
Manual: Procedures for information about sp_dboption, sp_rename, and sp_checkreswords.