Hi,
Is there any view (or table) like Oracle all_tab_columns
in SQL Server? Or is there an easy way to get all the
table names, the column names, and the column types for
one schema in SQL Server.
Thank you!
check out the view INFORMATION_SCHEMA.COLUMNS
regards,
Mark Baekdal
http://www.dbghost.com
http://www.innovartis.co.uk
+44 (0)208 241 1762
Database change management for SQL Server
"david" wrote:
> Hi,
> Is there any view (or table) like Oracle all_tab_columns
> in SQL Server? Or is there an easy way to get all the
> table names, the column names, and the column types for
> one schema in SQL Server.
> Thank you!
>
Showing posts with label all_tab_columnsin. Show all posts
Showing posts with label all_tab_columnsin. Show all posts
Monday, February 13, 2012
all_tab_columns in SQL Server
all_tab_columns in SQL Server
Hi,
Is there any view (or table) like Oracle all_tab_columns
in SQL Server? Or is there an easy way to get all the
table names, the column names, and the column types for
one schema in SQL Server.
Thank you!check out the view INFORMATION_SCHEMA.COLUMNS
regards,
Mark Baekdal
http://www.dbghost.com
http://www.innovartis.co.uk
+44 (0)208 241 1762
Database change management for SQL Server
"david" wrote:
> Hi,
> Is there any view (or table) like Oracle all_tab_columns
> in SQL Server? Or is there an easy way to get all the
> table names, the column names, and the column types for
> one schema in SQL Server.
> Thank you!
>
Is there any view (or table) like Oracle all_tab_columns
in SQL Server? Or is there an easy way to get all the
table names, the column names, and the column types for
one schema in SQL Server.
Thank you!check out the view INFORMATION_SCHEMA.COLUMNS
regards,
Mark Baekdal
http://www.dbghost.com
http://www.innovartis.co.uk
+44 (0)208 241 1762
Database change management for SQL Server
"david" wrote:
> Hi,
> Is there any view (or table) like Oracle all_tab_columns
> in SQL Server? Or is there an easy way to get all the
> table names, the column names, and the column types for
> one schema in SQL Server.
> Thank you!
>
Subscribe to:
Posts (Atom)