Hi all,
I'm trying to move a SQL Server Express database from a server (ASERVER) to a workstation (MYWORKSTATION).
This database is used from a software installed on a second server (BSERVER) with a hardware key.
On the ASERVER there are also archives used from the software on the BSERVER.
What I've done:
- I've backed up the database on ASERVER
- I've imported the databse on MYWORKSTATION
- I've opened the firewall ports on both machines and configured the TCP/IP connection for the SQL Server on MYWORKSTATION
- I've created a SQL Server user with db_owner role
At this point I need to create a System DSN entry.
When I try to create it I see the new SQL Server machine during the setup, I set the SQL Login and also the Test data source is ok but at the end I recieve a login error (as if I were trying to login with the MYWORKSTATION\Guest account).
Actually...