CS404L Lab 2 Assignment
CS404L Lab 2 Assignment
Roll No : 2012064
20.
sp_indexes: Returns index information for the specified
remote table.
Stored Procedures are pre-compile objects which are compiled for first
time and its compiled format is saved which executes (compiled code)
whenever it is called. But Function is compiled and executed every time
when it is called. For more about stored procedure and function refer the
articles Different types of Stored Procedure and Different types of
Function.
Basic Difference
Advance Difference
can't go in Function.