Viewing post 1 (of 1 total)
Even i faced the same problem, and i dropped the database name then restored again. And it worked for me.
USE MASTER
GO
DROP DATABASE <dbname>
--- then restore the database again.
September 3, 2010 at 8:59 am
#1216215