> You need to read his answer.
> Execute each of the sections (delimited with GO) individually--but without
[quoted text clipped - 44 lines]
>>>>
>>>> Rapha?l D?salbres
Ok, I'm paying attention now.
First, you don't have to (should not) drop the database before you restore
it.
However, to do so you need to have sufficient rights--the SA account has
those rights. See BOL for details.
So, to restore all you need is (assuming your connection string includes
"Database=master;")...
RESTORE DATABASE db_Accounting FROM DISK='D:\mydb.bak'
This also assumes there are no other connections that have the target
database open. In some versions you need to start the server in single-user
mode.

Signature
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
> Hello,
>
[quoted text clipped - 57 lines]
>>>>>
>>>>> Rapha?l D?salbres