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
‹
›
Home
View web version
No comments:
Post a Comment