how you can get the list of largest tables in a database? : Sql server administration



how you can get the list of largest tables in a database? : Sql server administration..

Answer / Abhishek Srivastav

The list of largest tables in a database can be obtained using either the sys.partitions view or the DBCC IND function.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

What is table constraint?

1 Answers  


As a part of your job, what are the DBCC commands that you commonly use for database maintenance?

1 Answers   HCL,


How to perfor If the table running time is taking 2hours and table is having 10 rows in it?

1 Answers  


what is difference between NULL and ISNULL in SQL Server 2008?

1 Answers   MCN Solutions,


What is the differecne between equi-join and inner-join and natural join..Is there any difference or all are same?

8 Answers   Microsoft,


How do you delete duplicate rows in sql server?

1 Answers  


How to create a new login name in ms sql server?

1 Answers  


What is a trigger?

4 Answers  


What is in place upgrade in sql server?

0 Answers  


Explain about unique identifier data type in sql server?

1 Answers  


hi,i want t0 knom d syntax for a super key with an example

1 Answers  


What is join query?

1 Answers  


Categories