Sys.columns contains a row for each column of an object that has columns, such as tables and views. : sys.columns « System Tables Views « SQL Server / T-SQL Tutorial

SQL Server / T-SQL Tutorial
1. Query
2. Insert Delete Update
3. Table
4. Table Join
5. Data Types
6. Set Operations
7. Constraints
8. Subquery
9. Aggregate Functions
10. Date Functions
11. Math Functions
12. String Functions
13. Data Convert Functions
14. Analytical Functions
15. Sequence Indentity
16. View
17. Index
18. Cursor
19. Database
20. Transact SQL
21. Procedure Function
22. Trigger
23. Transaction
24. XML
25. System Functions
26. System Settings
27. System Tables Views
28. User Role
29. CLR
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
SQL Server / T-SQL Tutorial » System Tables Views » sys.columns 
27. 1. 1. Sys.columns contains a row for each column of an object that has columns, such as tables and views.
6>
7select from Sys.columns;
8> GO
object_id   name                                                                                                                             column_id   system_type_id user_type_id max_length precisio
n scale collation_name                                                                                                                   is_nullable is_ansi_padded is_rowguidcol is_identity is_compute
d is_filestream is_replicated is_non_sql_subscribed is_merge_published is_dts_replicated is_xml_document xml_collection_id default_object_id rule_object_id
----------- -------------------------------------------------------------------------------------------------------------------------------- ----------- -------------- ------------ ---------- --------
- ----- -------------------------------------------------------------------------------------------------------------------------------- ----------- -------------- ------------- ----------- ----------
- ------------- ------------- --------------------- ------------------ ----------------- --------------- ----------------- ----------------- --------------
          rowsetid                                                                                                                                   1            127          127          8        1
9     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
          rowsetcolid                                                                                                                                2             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
          hobtcolid                                                                                                                                  3             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
          status                                                                                                                                     4             56           56          4        1
0             0             0                     0                  0                 0               0                 0        1131151075              0
 1135343109 pub_id                                                                                                                                     1            175          175          4
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               0              1             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1135343109 pub_name                                                                                                                                   2            167          167         40
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               1              1             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1135343109 city                                                                                                                                       3            167          167         20
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               1              1             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1135343109 state                                                                                                                                      4            175          175          2
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               1              1             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1135343109 country                                                                                                                                    5            167          167         30
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               1              1             0           0
0             0             0                     0                  0                 0               0                 0        1183343280              0
 1147151132 optname                                                                                                                                    1            231          256        256
0     0 SQL_Latin1_General_CP1_CI_AS                                                                                                               0              1             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1147151132 value                                                                                                                                      2            104          104          1
1     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1147151132 major_version                                                                                                                              3             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1147151132 minor_version                                                                                                                              4             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1147151132 revision                                                                                                                                   5             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 1147151132 install_failures                                                                                                                           6             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 2025774274 AccountNum                                                                                                                                 1             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 2025774274 Amount                                                                                                                                     2             60           60          8        1
9     4 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 2041774331 AcountNum                                                                                                                                  1             56           56          4        1
0     0 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0
 2041774331 Amount                                                                                                                                     2             60           60          8        1
9     4 NULL                                                                                                                                       0              0             0           0
0             0             0                     0                  0                 0               0                 0                 0              0

(580 rows affected)
1>
27. 1. sys.columns
27. 1. 1. Sys.columns contains a row for each column of an object that has columns, such as tables and views.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.