|
-
Jun 26th, 2003, 12:36 AM
#1
Thread Starter
Junior Member
Renaming Name of DBase in SQl Server 2000
Is there way to rename Database of SQL Server 2000??
Help Me!!!!!!!!!!!!
-
Jun 26th, 2003, 09:57 AM
#2
Is this a Reporting question or should it belong in the Database forum.
There is a stored procedure called sp_renamedB.
Example from msdn
This example changes the name of the accounting database to financial.
EXEC sp_renamedb 'accounting', 'financial'
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|