Query related to SQL Server database -


What is an easy way to find the structure and size of multiple tables in a database, such as names, number of columns, one Number of rows in the statement?

Not sure about the rows, can be found through the rest

< Select pre-> table_name, information as numbers in the form of COUNT (column_name) number INFOMATION.SCHEMA.COLUMNS to table_catalog = @DBName group Table_Name
< / Html>

Comments

Popular posts from this blog

c# - Reactive Extensions ControlScheduler -

c# - Updated Castle to 3.2.1 from 3.0.0 now I cant use FirstNonGenericCoreInterface -

ios - How to determine if NSLayoutConstraint is horizontal or vertical? -