Im having a problem with SQL 2000 and asp.net. This question is actually me trying to understand SQL better to trace the problem. Here is the link to the entire problem.
Background:
I am trying to access a external SQL 2000 server using ASP.NET using Membership services. The "call" calls for access to "dbo.aspnet_SchemaVersion" stored procedure. It reports that it is unable to find it. I know the connection to the database is good.
What I need to know:
My connection string involves the user name being 'uid="dboxxxxxxxxx"' The x's are numbers. The database shows owner being the "dboxxxxxxxx". When it calls "dbo.aspnet_SchemaVersion" stored procedure, does it compare the owner of the database to the uid in the connection string or should it actually try and call "dboxxxxxxxxx.aspnet_SchemaVersion". Any help would be greatly appreciated.
Can't seem to find a wealth of information on the web using Membership services and SQL 2000.
Background:
I am trying to access a external SQL 2000 server using ASP.NET using Membership services. The "call" calls for access to "dbo.aspnet_SchemaVersion" stored procedure. It reports that it is unable to find it. I know the connection to the database is good.
What I need to know:
My connection string involves the user name being 'uid="dboxxxxxxxxx"' The x's are numbers. The database shows owner being the "dboxxxxxxxx". When it calls "dbo.aspnet_SchemaVersion" stored procedure, does it compare the owner of the database to the uid in the connection string or should it actually try and call "dboxxxxxxxxx.aspnet_SchemaVersion". Any help would be greatly appreciated.
Can't seem to find a wealth of information on the web using Membership services and SQL 2000.