Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 SQL Server 存储过程存储在可编程性内部的文件夹中。但我想知道存储过程对象在物理系统中的存储位置。
在资源数据库中:
SQL Server 系统对象,例如 sys.objects,在物理上持久保存在 Resource 数据库中,但它们在逻辑上出现在每个数据库的 sys 架构中。
它们都是只读的,你不能直接访问资源数据库,所以都是学术的。你为什么想知道?
对象目录视图中提供了有关数据库对象的一般元数据。