1
Reply

What is a Stored Procedure?

Dinesh Beniwal

Dinesh Beniwal

18y
6.7k
0
Reply

    Its nothing but a set of T-SQL statements combined to perform a single task of several tasks. Its basically like a Macro so when you invoke the Stored procedure, you actually run a set of statements.