Posted by ianforgroupuse on 04/02/07 12:10
I'm running Vista Business edition on 2005 Virtual PC.
Installed SQL Server 2005 Express latest download, with instance of
MSSQLSERVER and service accounts running under "NT AUTHORITY\SYSTEM".
Mixed mode authentication specified and sa password specified.
Used server manager to create user login with sysadmin role.
Login using windows authentication.
Run my application and database is created and populated with default
records.
However, my application executes the stored procedure "sp_helpdb"
which fails with "Invalid object name '#spdbdesc'" error.
If I run a query in server manager to execute same procedure logged
in
as the same person it runs ok and returns a table of information.
All this was working ok on XP with MSDE2000A previously.
I'm programming in .NET C# CLR2.0, any body know what's going wrong?
Navigation:
[Reply to this message]
|