1.) Why we use indexing concepts in sql server ?
We can apply indexing features on a table's column for faster retrieval of data.
2.) What are the two types of indexing used in sql server ?
We can apply indexing features on a table's column for faster retrieval of data.
2.) What are the two types of indexing used in sql server ?
- Cluster Index
- Non Cluster Index
3.) Is Data Adopter always connected with database?
No,It establishes the connection with database when any operation (events) occurs with database.