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

update table: PK or unique idx?

$
0
0
Hi,
There's this table with 300000000 rows and about 40 columns
 the pk consists of three fields

massive updates are made on this table, for example:
update  <all fields except those of pk> where
pk_field1 = N an

Viewing all articles
Browse latest Browse all 3145

Trending Articles