Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/sql-server/23.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.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 重建索引是否更新SQL Server中引用表的索引_Sql Server_Performance_Indexing - Fatal编程技术网

Sql server 重建索引是否更新SQL Server中引用表的索引

Sql server 重建索引是否更新SQL Server中引用表的索引,sql-server,performance,indexing,Sql Server,Performance,Indexing,假设我有Entity1(column1)和Entity2(column1,column2)实体1(第1列)参考文件实体2(第2列) 两列都有索引 重建索引是否会更新SQL Server中引用表的索引?否。在一个表上重建索引只会影响该表。它不会更新引用表索引

假设我有
Entity1(column1)
Entity2(column1,column2)
<代码>实体1(第1列)参考文件<代码>实体2(第2列)

两列都有索引


重建索引是否会更新SQL Server中引用表的索引?

否。在一个表上重建索引只会影响该表。它不会更新引用表索引