Hello guys,
I'm newbie with SQL Server, and I've got an issue and I don't understand why is doing the things in this manner.
This is the scenario:
1. Computer with Visual Studio 2005 and SSMS2005 and a sql database, running fine. The application in C# is fine.
2. A new computer, more powerful, with Visual Studio Community 2015, and SSMS2016
In the second computer, I restore a backup from the first computer, and the database appears fine.
I modify the source code and recompile, doing changes for working with the database located in the second computer, not in the first computer.
In ODBC (second computer), System, I added a connection with the database in the second computer and it connected fine.
Issue is when I run the new application in the second computer, and made an 'insert'.... it appears in the database in the firsrt computer.
Jordi Maicas