Christian Potemski

Results 2 comments of Christian Potemski

In my case the `@editionCheck` failed because the `SELECT SERVERPROPERTY('EditionID')` of my database was not listed as "supports partition-wise operations". I added my `EdititonId` and now it uses the partition...

Had the same problem. Added my `SELECT SERVERPROPERTY('EditionID')` ID to the IN-List