Hi team,
we are restoring one database backup.that restore database i forget the .Extends like(.mdf and .ldf) if there is any problem for this.
ex:
restore database test from disk='C:\test\test13.bak' with move 'test.mdf' to 'D:\data\test\test_data', move 'test.ldf' to 'D:\log\test\test_log'
here is any problem,if any problem is happen how to fix this issue?
Regards,
MSDN_12345