G
Guest
Hi all,
I have a SQLCommand object that has been set with a Stored Proc & the
required parameters. I would like to somehow retrieve the sql text that is
sent to sql server as a result of execution of this command object. Is that
possible? So basically I want to extrapolate the text that ultimately looks
like this:
exec storedproc @param1=0, @param2=1.....
TIA!
I have a SQLCommand object that has been set with a Stored Proc & the
required parameters. I would like to somehow retrieve the sql text that is
sent to sql server as a result of execution of this command object. Is that
possible? So basically I want to extrapolate the text that ultimately looks
like this:
exec storedproc @param1=0, @param2=1.....
TIA!