ALTER DATABASE [ISRS] MODIFY FILE (NAME=N'ISRS_', NEWNAME=N'ISRS')Is there a know bug?I do a back up after this, and the logical file name is no ISROr do I have a problem with the server or master or?????Then I set it back to ISRS_ but when I doRESTORE FILELISTONLY FROM DISK = N'D:\Backups\NJROS1BBLD0304\DEV2K08\ISRS_2011-04-27_15-36-50.BAK' GO
And I see the logical file name as ISRSWhen I look at Properties I seeISRS_When I restore the back up to verify the backup..I HAVE top use ISRS..which works, but I know that's not the logical file nameRESTORE DATABASE ISRS_VERIFY FROM DISK = N'D:\Backups\NJROS1BBLD0304\DEV2K08\ISRS_2011-04-27_15-36-50.BAK' WITH MOVE 'ISRS' TO 'D:\Database\NJROS1BBLD0304\SQL2K8\ISRS\ISRS_VERIFY.MDF' , MOVE 'ISRS_LOG' TO 'D:\Database\NJROS1BBLD0304\SQL2K8\ISRS\ISRS_VERIFY.LDF' , REPLACEGO
And no, I have not been drinking at LunchAnyone see this before?Brett8-)Hint: Want your questions answered fast? Follow the direction in this linkhttp://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspxWant to help yourself?http://msdn.microsoft.com/en-us/library/ms130214.aspxhttp://weblogs.sqlteam.com/brettk/http://brettkaiser.blogspot.com/