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

Tell me what is difference between view and materialized view?

0 Answers  


Tell me the difference between clustered and non-clustered index?

0 Answers  


What happens if null values are involved in boolean operations?

0 Answers  


What is use of except clause? How it differs from not in clause?

0 Answers  


Explain indexes disadvantages?

0 Answers  






How many max. conditions can b written under the WHERE clause? Like select * from [tabnam] WHERE (cond1...or..cond2....or...cond3...and.....so on.....??? (upto how much extent))?????

3 Answers   SAP Labs,


How to get a list of columns using the "sp_help" stored procedure in ms sql server?

0 Answers  


what are candidate key, alternate key and composite key? : Sql server database administration

0 Answers  


Tell me what are the advantages of using stored procedures?

0 Answers  


explain the type of contraints

3 Answers  


Explain steps of normalization?

0 Answers  


please can anyone answer this query Table 1 has 2 columns: EmployeeId,Age Table 2 has 2 columns: EmployeeId, Region Write SQL to Find the region who has the oldest person

10 Answers  


Categories