what are the limitations of parameters in a storedprocedure



what are the limitations of parameters in a storedprocedure..

Answer / karthik

According to MSDN, SQL Server limits the number of parameters per stored procedure to 2,100

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Which is better statement or preparedstatement?

0 Answers  


What is Cross Join and in which scenario do we use Cross Join?

0 Answers   QuestPond,


What is mapping schema?

0 Answers  


What are the differences between triggers and stored procedures?

0 Answers  


What are the recovery models for a database?

0 Answers  






What are the different types of replication? How are they used?

3 Answers  


Explain different backup plans?

0 Answers  


What is a cursor, index in sql?

0 Answers  


How to restart SQL Server in single user mode? How to start SQL Server in minimal configuration mode?

3 Answers   HCL,


How to truncate a table first before running a package?

1 Answers  


hi i am having .mdf file and .ldf file ..how can i get the all table in my .mdf..plz give solution

2 Answers  


Explain some stored procedure creating best practices or guidelines?

0 Answers  


Categories