I have an application that uses a database Microsoft SQL Server running on PC1.
I set up that application on another PC (PC2):
- I installed the application on PC2
- The application creates the database A on PC2 (the application works)
- I make a backup of the database A on both PCs
- I restored the backup of database A from PC1 to PC2.
- The application is not working. Can not connect.
- I restored PC2's backup of the database A back to PC2 (the application works)
The only thing I think would solve this is exporting the data into an SQL file, but I don't know how.
I am using Microsoft SQL Express 2005.