Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Partitioned table without a primary key

$
0
0
I came across a partitioned table that only contains non-clustered index where the partitioned column is on the index. I had the impression that partitioned tables require a primary key and that the partitioned column must be in the pk. I guess that's not the case, or the tables and procedures wouldn't have compiled, but I hope someone can confirm it.Thanks

Viewing all articles
Browse latest Browse all 3145

Trending Articles