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

推荐订阅源

V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
Latest news
Latest news
T
The Exploit Database - CXSecurity.com
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
L
Lohrmann on Cybersecurity
aimingoo的专栏
aimingoo的专栏
B
Blog
T
Threat Research - Cisco Blogs
罗磊的独立博客
Application and Cybersecurity Blog
Application and Cybersecurity Blog
P
Proofpoint News Feed
P
Palo Alto Networks Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
宝玉的分享
宝玉的分享
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
Blog — PlanetScale
Blog — PlanetScale
T
Tor Project blog
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
Martin Fowler
Martin Fowler
酷 壳 – CoolShell
酷 壳 – CoolShell
Recorded Future
Recorded Future
D
DataBreaches.Net
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
B
Blog RSS Feed
Scott Helme
Scott Helme
P
Proofpoint News Feed
V
Vulnerabilities – Threatpost
A
Arctic Wolf
Help Net Security
Help Net Security
L
LINUX DO - 最新话题
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Vercel News
Vercel News
AWS News Blog
AWS News Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
S
Schneier on Security
Hacker News: Ask HN
Hacker News: Ask HN
N
Netflix TechBlog - Medium
L
LangChain Blog
博客园 - 叶小钗
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
M
MIT News - Artificial intelligence
N
News and Events Feed by Topic
Webroot Blog
Webroot Blog
W
WeLiveSecurity

博客园 - zzh5945

桌面上IE图标不见了怎么办? Microsoft JET Database Engine 错误 '80004005' 完整解决办法 NTLDR - zzh5945 - 博客园 如何在企业管理器里面把非NULL值改为NULL值 虚拟机网络连接方式和网络设置 Excel中按方向不能移动单位格 禁止master扩展存储过程xp_cmdshell命令 关于HttpWebRequest发生服务器协议冲突的解决办法 查询远程数据库 无法在WEB服务器上启动调试.未能启动ASP.NET或ATL SERVER 调试 网上邻居的内容不会自动刷新的解决方案? 更改网上邻居的登陆信息 两招轻松找回遗忘的WinXP管理员密码 如何去掉DataTable中的重复行 一款能够自动上传文件到ftp服务器的软件 怎样能使winform窗体的大小固定住,不能调整其大小 VS2005中解决方案管理器中看不到解决方案节点的解决办法 解密存储过程的存储过程 查询指定的字段所在的表
怎样让SQL只显示用户表
zzh5945 · 2008-11-06 · via 博客园 - zzh5945

在SQL Server中,当建立一个数据库后,就存在一些系统表。如果用户建立的用户表较多时,为了浏览和操作的方便,可以将系统表隐藏起来,只显示用户表。

  操作方法为:

  打开你的企业管理器-->Microsoft  SQL  Server-->SQL Server组-->数据库实例(可能会是你的机器名,例如:MyComputer(Windows  NT))-->编辑SQL  Server注册属性-->把“显示系统数据库和系统对象”前的勾去掉。这样,打开数据库表,就只显示用户表了!