After moving my database and web site for another server I got the error Microsoft SQL Native Client error ‘80040e37’. The problem occurs in a query inside an asp file that do not have schema.tablename, only tablename. But I do not want to include ‘schema’ in all queries right now. All updates were installed and the default schema for my user is correct. SQL Server is configure to mixed mode and to accept both windows authentication and sql server authentication. Softwares: IIS 6, Sql Server 2005.
Share
Solved. The problem was ‘Orphaned’ logins. The solution was to run the stored procedure sp_help_revlogin, copy its results and run them in the new server.
Example Result: