博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
System Databases in SQL Server
阅读量:5280 次
发布时间:2019-06-14

本文共 796 字,大约阅读时间需要 2 分钟。

SQL Server includes the following system databases.

1.

Records all the system-level information for an instance of SQL Server.

2.

Is used as the template for all databases created on the instance of SQL Server.

Modifications made to the model database, such as database size, collation, recovery model, and other database options, are applied to any databases created afterward.

3.

Is used by SQL Server Agent for scheduling alerts and jobs.

4.

Is a workspace for holding temporary objects or intermediate result sets.

5.Resource

Is a read-only database that contains system objects that are included with SQL Server. System objects are physically persisted in the Resourcedatabase, but they logically appear in the sys schema of every database.

 

转载于:https://www.cnblogs.com/chucklu/p/6835553.html

你可能感兴趣的文章
C/C++知识补充 (1)
查看>>
Fast Poisson Disk Sampling
查看>>
Python Cookbook(第3版)中文版:15.14 传递Unicode字符串给C函数库
查看>>
Linux下SVN自动更新web [转]
查看>>
编程:对经验世界的析构与建构
查看>>
Openstack api 学习文档 & restclient使用文档
查看>>
vim linux下查找显示^M并且删除
查看>>
poj100纪念
查看>>
ExtJs4 笔记(5) Ext.Button 按钮
查看>>
把execl导入到数据库中
查看>>
阿里云人脸比对API封装
查看>>
如何将数据库中的表导入到PowerDesigner中(转)
查看>>
汇编总结一
查看>>
html5-表单常见操作
查看>>
Oracle中Union与Union All的区别(适用多个数据库)
查看>>
String = ""和String = null的区别
查看>>
C#测试题若干,都是基础阿
查看>>
NetWork——关于TCP协议的三次握手和四次挥手
查看>>
如果TCP采用两次握手
查看>>
An easy problem
查看>>