I have a database in SQL Server that i create backup file from it. Now i create a new database and i try to restore backup to this new database.
I try to restore a database from a .bak
file. When I restore it in SQL Server, I get a "successful" message, but all tables and stored procedures are not restored.
What is problem?