I have a database that has been transfered from another server and has the schema careinflg
. However my C#.net web application looks for objects with the schema dbo
. Without manually altering every statement in my application is there anyway to point at careinflg
by default?
I would prefer to do this in the C# layer if possible as the database is on a development server where it would be unwise to alter to the user properties themselves - but I can if there isn't another way.