Can a existing database on sql server 7.0 be renamed?
just lloking for yes or no reply. IF yes then how?
ne help is appreciated. thxLook up sp_renamedb in Books Online.
Be aware that this will invalidate any code that uses fully qualified database references (ie, includes the name of the database when referencing a table, view, or other object).
blindman
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment