How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?


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

Post New Answer

More SQL Server Interview Questions

How to loop through result set objects using odbc_fetch_row()?

0 Answers  


What are the Pre Requisites when you apply Srvice Packs?

1 Answers   IBM,


How to convert binary strings into integers in ms sql server?

0 Answers  


what is the Ticketing tool used in Wipro technologies at Bangalore...???

0 Answers   Liquid Hub,


What are rows and columns?

0 Answers  






Can anybody explain me cold backup and hot backup?

3 Answers   TCS,


How to create Clustered Primary Key to table?

2 Answers  


What are the properties of the transactions?

0 Answers  


What the different components of Replication and what is their use?

0 Answers  


check, not null,unique

2 Answers   IBM,


i have a table #temp1(id, Name groupname ) and record like this 1 R1 S 2 R3 S 3 R2 S 4 R4 D 5 R5 D 6 R6 K 7 R7 K 8 R8 L 9 R9 L 10 R10 L 11 R11 K and i want to display record based on user defind sorting order e.g. 1 R4 D 2 R5 D 3 R6 K 4 R7 K 5 R11 K 6 R1 S 7 R3 S 8 R2 S 9 R8 L 10 R9 L 11 R10 L

8 Answers  


how to delete duplicate rows from table

9 Answers   CSC,


Categories