Explain what are the different index configurations a table can have?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How to connect ms access to sql servers through odbc?

0 Answers  


How many jobs will create for Mirroring, Log Shipping, and Transactional Replication?

4 Answers   IBM,


How to drop an existing table with "drop table" statements in ms sql server?

0 Answers  


What is the fastest way to permanently delete a 1 million row table named customers?

0 Answers  


How to insert a new row into a table with "insert into" statements in ms sql server?

0 Answers  






What is a transaction and what are ACID properties?

14 Answers   Config Systems, IBM, TCS, Virtusa,


What is the difference between count () and rowcount ()?

0 Answers  


How to find the last update record in SQL Server?

4 Answers  


What is a cursor in SQL Server 2000 and their types?

8 Answers  


What is cdc in sql server?

0 Answers  


1. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format

2 Answers  


When you use @@error and try-catch?

0 Answers  


Categories