what are the limitations of parameters in a storedprocedure
Answer Posted / 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 View All Answers
How do I clean up sql server transaction log?
How to test subquery results with the exists operator?
Describe in brief authentication modes in sql server.
What is executereader?
When we should use @@error?
What is a user-defined function in the sql server and what is its advantage?
how you can move data or databases between servers and databases in sql server? : Sql server administration
What is sql injection? How to protect against sql injection attack?
What are click through reports?
How to delete multiple rows with one delete statement in ms sql server?
What is the difference between Clustered and Non-Clustered Index?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What is the difference between dataadapter and datareader?
What is the recommended total size of your memory optimized tables?
How can you insert values in multiple rows using one Insert statement?