All articles(网络文学目录) All Pictures(图片目录) All Softwares(软件目录)

 
列出SQL,SERVER中的表_mssql学习_编程技术

Writer: delv Article type: Programming skills(编程技巧) Time: 2013/12/30 4:42:46 Browse times: 414 Comment times: 0

列出SQL,SERVER中的表_mssql学习_编程技术


Head photo

Go homepage
Upload pictures
Write articles

列出SQL SERVER中的表_mssql学习_编程技术-你的首页-uuhomepage.com在查询分析器中输入: use dbname(你所要访问的数据库名称) GO(缺少这个go,就会报错。我也不知道是为什么) sp_help(显示出dbname中所有的表名,报错系统表和用户表) select name from sysobjects where type='U'(使用这个语句,就会屏蔽系统表,只显示出用户表的表名)




There are 0 records,
Comment:
Must be registered users to comment(必须是注册用户才能发表评论)

Disclaimer Privacy Policy About us Site Map
Copyright ©2011-
uuhomepage.com, Inc. All rights reserved.