Viewing 2 posts - 1 through 2 (of 2 total)
ok. I took a look at the T-SQL to attach and didn't see an option to specify the logical names, so I simply attached without the log file, allowing...
June 4, 2014 at 6:47 am
#1718804
I have a similar problem when attaching databases from SQL 2008R2 to SQL 2012.
SELECT name, physical_name
FROM sys.master_files
shows incorrect logical names for the log files, but correct physical path/filenames.
USE...
June 3, 2014 at 2:55 pm
#1718697