Check if stored proc exists in ADO.Net?

Posted by HeavyWave on Stack Overflow See other posts from Stack Overflow or by HeavyWave
Published on 2010-04-28T02:55:34Z Indexed on 2010/04/28 3:03 UTC
Read the original article Hit count: 308

Filed under:
|

How do I check that a stored procedure exists using ADO.Net? Is there a specific way to do this (apart from executing SELECT OBJECT_ID() and checking the result)?

© Stack Overflow or respective owner

Related posts about ADO.NET

Related posts about sql-server