I have a SQL Server 2012 database with filestream enabled. However, when I backup it and try to restore it on another SQL Server 2012 instance (on another machine), I simply
If you want to replace the existing database completely use the WITH REPLACE option:
RESTORE DATABASE FROM DISK='\.bak' WITH REPLACE