Blog Pages

Change The Logical Name of SQL Server DB file

ALTER DATABASE DBName 
MODIFY FILE (NAME=N'Current_Logic_Name', NEWNAME=N'New_Logic_Name')

No comments:

Post a Comment