Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Have you seen this answer? Transferring large amount (84 million rows) of data efficiently Commented Mar 6, 2018 at 18:10
  • SqlWorldWide I saw it some hours ago, and looks promicy, but what if I have more than 1 filter in my update, in the where clause ?, Example: UPDATE F SET F.UpdateDate = GETDATE() FROM FactOnlineSales F WHERE LoadDate IS NULL --<NORMAL FILTERS> OR ETLLoadID IS NULL OR UpdateDate IS NULL AND F.OnlineSalesKey > @MaxKey AND F.OnlineSalesKey <= @BatchMaxN; Commented Mar 8, 2018 at 17:49