How to do - MS SQL C# Excel Access
Wednesday, 10 June 2015
MSSQL - Check if stored procedure exists
Watch this example on YouTube:
IF EXISTS(Select * FROM sys.objects Where type = 'P' and name = 'NameOfYourStoredProcedure') print 'OK'
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment