There are instances where in we need to rename the files and below simple Alter command will do that for you : ALTER DATABASE <Database> MODIFY FILE (NAME = <Current Name> , NEWNAME = <New Name>)
There are instances where in we need to rename the files and below simple Alter command will do that for you : ALTER DATABASE <Database> MODIFY FILE (NAME = <Current Name> , NEWNAME = <New Name>)