• Are you trying to restore on a top of database which already exists?

    If yes then use:-

    Alter database <DBNAme> set offline with rollback immediate

    go

    alter database <DBNAme>set online

    go

    restore command