Hi,
I am in a situations of restoring an application server to a new machine.
The application is having a MS SQL database. I have restored the SQL database on the new server, and installed the application etc.
But When I connect the client application to login, it give Login Failed error.
I can see the Database have some users, and they are not available on the newly installed sql server's security options.
I have also the created similar usernames and granted the similar permissions on the SQL server, but I dont have the password for the user id listed in the database.
How can I retrieve the password from the Database, or How can I add the user id from the Database to the server; I mean restore the user credential from the database.
Totally losted with this Login failed error.