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
What are the differences between having and where clause.
What is difference between view and materialized view?
What is data compression?
List out a number of the wants to setup a SQL Server failover cluster?
What is sql azure database?
Explain about SQLOS?
what is a self join? : Sql server database administration
How to create nested stored procedure?
What is temporal table?
What do you understand by physical_only option in dbcc checkdb?
What will happen if a column containing char type data is changed to the nchar data type?
How to return the date part only from a sql server datetime datatype?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to find Duplicate Records In table?
What is the use of toad or sqldbx.?