Re: Unable to view system stored procedures from .NET IDE and unable to debug SQL
From: Andrew Gaskell (agaskelluk_at_yahoo.com)
Date: 07/16/04
- Next message: Douglas Laudenschlager [MS]: "Re: Scanned Doc to OCR to Indexed SQL DB"
- Previous message: Keith: "Re: Delete Filing"
- In reply to: Keith: "Re: Unable to view system stored procedures from .NET IDE and unable to debug SQL"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Jul 2004 10:56:20 -0700
Ah right, as easy as that! I was worried there was something wrong with
my MSDE setup.
But what is the reason for the debug problem I mentioned below? When I
try to step into a stored procedure in the Northwind database, I get the
error message:
"cannot debug stored procedures because the SQL Server database is not
set up correctly or user does not have permission to execute
master.sp_sdidebug. Run SQL server setup or contact database
adminstrator."
Thanks
Andrew
>The IDE does not allow you to view or edit the system >stored
procedures.
>Apparently, we might mess something up that way. ;-)
>You'll need another tool for that. I keep the SQL client >tools on my
>machine just in case.
"Andrew Gaskell" <agaskelluk@yahoo.com> wrote in message
news:63c811db.0407160055.686ebb2c@posting.google.com...
> Hi All
> I installed MSDE on my Win2K machine. I can see the system stored
> procedures just fine from a remote machine's SQL enterprise manager,
> but when I use the .NET IDE, although I can connect to the local MSDE
> databases, I can't see any system stored procedures in master. When I
> attempt to debug any SQL, I get the error message:
>
> cannot debug stored procedures because the SQL Server database is not
> set up correctly or user does not have permission to execute
> master.sp_sdidebug. Run SQL server setup or contact database
> adminstrator.
>
> ...which almost certainly has something to do with me not seeing any
> system stored procedures. I am a member of the local administrators
> group on the machine.
>
> Please help!
>
> Thanks
> Andrew
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: Douglas Laudenschlager [MS]: "Re: Scanned Doc to OCR to Indexed SQL DB"
- Previous message: Keith: "Re: Delete Filing"
- In reply to: Keith: "Re: Unable to view system stored procedures from .NET IDE and unable to debug SQL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|