Explain the categories of stored procedure?



Explain the categories of stored procedure?..

Answer / Ankit Kumar Jain

In SQL Server, an Index is a database object that helps to speed up data retrieval operations by enabling faster navigation of large amounts of data. It works similar to an index in a book by providing more efficient access to the rows in a table without requiring a full table scan.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is the use of set nocount on/off statement?

1 Answers  


What do you mean by stored techniques? How would we use it?

1 Answers  


The Difference between 'Count' and 'Count(*)'

13 Answers  


Why would you use sql agent?

1 Answers  


what is the query and condition to delete datas in sql server.

2 Answers  


How to copy the tables, schema and views from one sql server to another?

1 Answers  


Why do we use non clustered index?

1 Answers  


Explain transaction server distributed transaction?

1 Answers  


What is measure group, measure? : sql server analysis services, ssas

1 Answers  


Alternative way to DetDate() function?

5 Answers  


What is 5nf in normalization form?

1 Answers  


What is the default server name for sql server?

1 Answers  


Categories