Click to See Complete Forum and Search --> : Stored Procedure


chandru_244
June 20th, 2005, 04:21 AM
is there any limit in sql in the amount of data stored after execution.
Tx in advance

hspc
June 20th, 2005, 04:33 AM
the maximum number of parameters for a stored procedure (in SQL Server) is 1024..
I wish this helps.