Quantcast
Channel: MS CRM Customization Fun » Duplicate Detection
Viewing all articles
Browse latest Browse all 2

My biggest SQL transaction ever.

$
0
0

I just performed my biggest SQL transaction ever.

I had to delete 100 million DuplicateRecordBase records in de CRM database (More info)

 select count(*) from DuplicateRecordBase

 

I used the following SQL because using the delete statement filled up the hard disk and would have taken ages.

truncate table DuplicateRecordBase


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images