You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?


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

Post New Answer

More SQL Server Interview Questions

What is sql sandbox in sql server?

0 Answers  


Where is my database stored on the hard disk in ms sql server?

0 Answers  


What is the purpose of the master database?

0 Answers  


What is the use of tempdb? What values does it hold?

0 Answers   Abacus,


there is a table having two columns no and name and the data is 1 A 2 B 3 C write a query that will result a horizontal output A,B,C

9 Answers   tdfc, vsworx,






How to generate create procedure script on an existing stored procedure?

0 Answers  


How to receive output values from stored procedures?

0 Answers  


What does this statement do @@rowcount?

0 Answers  


What is sql injection and why is it a problem? : sql server security

0 Answers  


you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration

0 Answers  


Explain the disadvantages of cursors?

0 Answers  


How to receive returning result from a query?

0 Answers  


Categories