Saturday 8 May 2021

Execute Store procedure with command for SQL server

 Execute Store procedure with the command for SQL server

Syntax : 


exec procedure_name 'arg1','arg2','ar3',...'argN'

Example :


exec dbo.GetCommonTable 'Lecture','1'



No comments:

Post a Comment