Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2012/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Sql server 为什么tfs_仓库对象被加密?_Sql Server_Visual Studio 2012_Encryption_Tfs - Fatal编程技术网

Sql server 为什么tfs_仓库对象被加密?

Sql server 为什么tfs_仓库对象被加密?,sql-server,visual-studio-2012,encryption,tfs,Sql Server,Visual Studio 2012,Encryption,Tfs,tfs_仓库数据库中的许多对象(不是数据)都是加密的ootb 请参见此处的加密对象列表: 使用tfs_仓库 去 从sys.syscomments c join sysobjects中选择o.xtype、c.encrypted、o.crdate、o.name 在o.id=c.id上 按2个描述、1个asc、4个asc订购 不容易看到任何关于什么是加密的,什么不是加密的模式。这意味着您无法看到这些过程和视图的定义 为什么这些对象首先要加密?我找不到任何文件,也想不出任何好的理由 Thx我相信这些过程

tfs_仓库数据库中的许多对象(不是数据)都是加密的ootb

请参见此处的加密对象列表: 使用tfs_仓库 去 从sys.syscomments c join sysobjects中选择o.xtype、c.encrypted、o.crdate、o.name 在o.id=c.id上 按2个描述、1个asc、4个asc订购

不容易看到任何关于什么是加密的,什么不是加密的模式。这意味着您无法看到这些过程和视图的定义

为什么这些对象首先要加密?我找不到任何文件,也想不出任何好的理由


Thx

我相信这些过程和视图是加密的,以保护Microsoft的IP。

为了迫使您使用API而不是在数据库中四处挖掘?仓库没有API。