You cannot connect to your database BOQ
and then restore .bak
on top of it!
"Data Source=.; Initial Catalog=BOQ;Integrated Security=True"
****
You need to connect to the database master
and , then , you can restore the database BOQ
:
"Data Source=.; Initial Catalog=master;Integrated Security=True"
*******
source
share