Hi
I am doing some development on an existing classic ASP website that uses a SQL Server 2005 database running in 2000 compatibility mode. I have downloaded a backup of the remote db and restored it to my local SQL Express instance.
When I run the site locally I get the error:
Microsoft OLE DB Provider for SQL Server error '80040e37'
Invalid object name 'nf_content'.
The schema for all user tables is "northface". I would prefer to use Windows authentication when connecting to the local db from the local web app. I have tried everything I can think of to get the Windows authenticated user to have "northface" as its default schema but nothing seems to work. I have also tried using SQL Server authentication but got the same error and still couldn't seem to assign the required default schema.
I would guess that this issue comes up a lot when people get handed a remote db and need to install it locally for development.
Many thanks in advance for all advice!
Start Free Trial