Hello,

I have a stored procedure that someone else created using dynamic SQL. I'm just curious, is there a way vb.net (2008) can read the stored procedure the same way SQL Server interprets it?

So in other words I'd only see the actual select statement instead of all the concatentation and stuff associated with dynamic SQL

Thanks,

Strick