SQL Server queries all table names and rows of data

Source: Internet
Author: User

1 //Query all indicateSelectName fromsysobjectswhereXtype='u'2 3 Select *  fromsys.tables4  //Querying all table names and rows in the database5 6 SELECTA.name, B.rows7 8  fromsysobjects asAINNER JOINsysindexes asB ona.ID=b.id9 Ten WHERE(A.type= 'u') and(B.indidinch(0,1)) One  A ORDER  byA.name,b.rowsDESC -  -  //query all indication and space consumption \ line number the  - Select -  - object_name(ID) tablename, +  - 8*Reserved/1024x768reserved, +  A RTrim(8*Dpages)+'KB'used, at  - 8*(Reserved-Dpages)/1024x768Unused, -  - 8*Dpages/1024x768-Rows/1024x768*Minlen/1024x768Free , -  - rows in  - --,* to  +  fromsysindexes -  the whereIndid=1 *  $ Order  byTablename,reserveddesc
View Code

SQL Server queries all table names and rows of data

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.