What do you mean by collation recursive stored procedure?



What do you mean by collation recursive stored procedure?..

Answer / Amar Pal Singh

A collation recursive stored procedure is a stored procedure that uses the RECURSIVE WITH UNION keyword to execute itself repeatedly while meeting certain conditions. Collation determines how SQL Server compares character data, and a collation recursive stored procedure can be used for iterative tasks such as traversing hierarchical data or performing deep recursion.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is function of CUBE ?

1 Answers   HCL,


What are the types of constraints?

1 Answers  


Explain where clause?

1 Answers  


What is catalog views?

1 Answers  


How data can be copied from one table to another table?

1 Answers  


What is apply operator in sql?

1 Answers  


What is the difference between having and where clause?

4 Answers  


What is the syntax for encrypting a column in SQL Server?

1 Answers   MindCracker,


what is Covering Index ?

3 Answers   Thomson Reuters,


What new changes are being made in SQL Server?

1 Answers   Blue Star,


What is the optimization being performed in oracle and SQL Server?

1 Answers   Cap Gemini,


Does a server store data?

1 Answers  


Categories