惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

宝玉的分享
宝玉的分享
NISL@THU
NISL@THU
E
Exploit-DB.com RSS Feed
L
LINUX DO - 热门话题
L
Lohrmann on Cybersecurity
K
Kaspersky official blog
Project Zero
Project Zero
Cisco Talos Blog
Cisco Talos Blog
T
The Exploit Database - CXSecurity.com
P
Palo Alto Networks Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threatpost
S
Schneier on Security
G
GRAHAM CLULEY
The Hacker News
The Hacker News
T
Threat Research - Cisco Blogs
Scott Helme
Scott Helme
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
P
Privacy & Cybersecurity Law Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
T
Tor Project blog
AWS News Blog
AWS News Blog
Simon Willison's Weblog
Simon Willison's Weblog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
爱范儿
爱范儿
P
Privacy International News Feed
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
S
Securelist
G
Google Developers Blog
The Last Watchdog
The Last Watchdog
Google Online Security Blog
Google Online Security Blog
美团技术团队
F
Fortinet All Blogs
小众软件
小众软件
Recorded Future
Recorded Future
V
Visual Studio Blog
B
Blog RSS Feed
H
Help Net Security
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
博客园 - 聂微东
Stack Overflow Blog
Stack Overflow Blog
Martin Fowler
Martin Fowler
Latest news
Latest news
Spread Privacy
Spread Privacy
H
Heimdal Security Blog

博客园 - 我爱写sql

不经保存,直接读取上传文件的内容 - 我爱写sql - 博客园 server2005系统表知多少 之sysusers server2005系统表知多少 之syspermissions server2005系统表知多少 之sysobjects server2005系统表知多少 之sysmembers server2005系统表知多少 之sysindexes server2005系统表知多少 之sysfiles server2005系统表知多少 之sysforeignkeys server2005系统表知多少 之sysfilegroups server2005系统表知多少 之sysconstraints server2005系统表知多少 之syscolumns server2005系统表知多少 之sysprocesses server2005系统表知多少 之sysremotelogins server2005系统表知多少 之sysoledbusers server2005系统表知多少 之syslogins - 我爱写sql server2005系统表知多少 之syslanguages server2005系统表知多少 之sysdatabases server2005系统表知多少 之sysconfigures server2005系统表知多少 之syscharsets
server2005系统表知多少 之systypes
我爱写sql · 2007-11-26 · via 博客园 - 我爱写sql

对于每种系统提供数据类型和用户定义数据类型,均包含一行信息。该表存储在每个数据库中。

这些是系统提供的数据类型及其 ID 号。

列名 数据类型 描述
name  sysname  数据类型名称。
xtype  tinyint  物理存储类型。
status  tinyint  仅限内部使用。
xusertype  smallint  扩展用户类型。
length  smallint  数据类型的物理长度。
xprec  tinyint  服务器所使用的内部精度。(不能在查询中使用。)
xscale  tinyint  服务器所使用的内部小数位数。(不能在查询中使用。)
tdefault  int  对此数据类型进行完整性检查的存储过程的 ID。
domain  int  对此数据类型进行完整性检查的存储过程的 ID。
uid  smallint  数据类型创建者的用户 ID。
reserved  smallint  仅限内部使用。
usertype  smallint  用户类型 ID。
variable  bit  可变长度数据类型为 1;否则为 0。
allownulls  bit  指出此数据类型的默认为空性。如果 CREATE 或 ALTER TABLE 指定了为空性,那么该值将替代此数据类型的默认为空性。
type  tinyint  物理存储数据类型。
printfmt  varchar(255)  保留。
prec  smallint  此数据类型的精度级别。
scale  tinyint  此数据类型的小数位数(根据精度)。