Re: Debugging stored procedure in visual studio?
From: CMA (cmallawaarachchi_at_textcentric.lk)
Date: 07/28/04
- Next message: Hans Kesting: "Re: AutoPostback and validators"
- Previous message: brisers: "RE: Making FindControl find dynamic controls"
- In reply to: bredal Jensen: "Debugging stored procedure in visual studio?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 16:14:59 +0600
I just used "print 'line 5 executed'" kind of messages between some lines.
so I can get an idea, where it is failing...
OR if u used try.. catch.. for the calling code segment, u'll get the
descriptive message from the error.
regards,
CMA
"bredal Jensen" <bred.jen@mimosa.com> wrote in message
news:O4fzUEHdEHA.3916@TK2MSFTNGP11.phx.gbl...
>
>
> I have a stored procedure wich is inoked through my asp.net code.
>
> The stored procedure failed and it quit extensive.
>
> I 'm therefore wondering if there is a way to step through the stored
> procedure
> from visual studio.net or maybe from sql server 200 itself?
>
>
> Thanks in advance
>
>
- Next message: Hans Kesting: "Re: AutoPostback and validators"
- Previous message: brisers: "RE: Making FindControl find dynamic controls"
- In reply to: bredal Jensen: "Debugging stored procedure in visual studio?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|