sysobjects_sql
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
sysobjects_sql [2010/04/27 22:42] – created stephen | sysobjects_sql [2017/01/01 20:05] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
Code snippets that get useful information out of the sysobjects table. | Code snippets that get useful information out of the sysobjects table. | ||
- | ^ Sysobjects.type ^ Meaning ^ | + | ^ Sysobjects.type ^ Meaning |
- | | C | computed | + | | C | CHECK constraint | Computed |
- | | D | default | + | | D | Default or DEFAULT constraint | Default |
- | | F | SQLJ function | | + | | F | FOREIGN KEY constraint |
- | | L | log | | + | | FN | Scalar function | | |
- | | N | partition | + | | IF | Inlined table-function | | |
- | | P | Transact-SQL or SQLJ procedure | | + | | L | Log | Log | |
- | | PR | prepare | + | | N | | Partition |
- | | R | rule | | + | | P | Stored procedure |
- | | RI | referential | + | | PK | PRIMARY KEY constraint (type is K) | | |
- | | S | system | + | | PR | | Prepare |
- | | TR | trigger | + | | R | | Rule | |
- | | U | user table | | + | | RF | Replication filter stored procedure | | |
- | | V | view | | + | | RI | | Referential |
- | | XP | extended | + | | S | System |
- | + | | TF | Table function | | | |
- | Note: This is from Sybase reference info. | + | | TR | Trigger | Trigger |
+ | | U | User table | User table | | ||
+ | | V | View | View | | ||
+ | | X | Extended | ||
+ | | XP | | Extended stored procedure | | ||
===== All User Tables ===== | ===== All User Tables ===== |
sysobjects_sql.1272408162.txt.gz · Last modified: 2017/01/01 19:54 (external edit)