FileStream Partitioning Scheme

  • I'm guessing the problem is that your ROWGUIDCOL isn't actually defined as unique in its own right. Your UNIQUE clause incorporates the PartKey column as well.

    Try removing PartKey from the UNIQUE clause.

    Cheers

    John

  • I agree with John. The UNIQUEIDENTIFIER column should be unique by itself.

    .

Viewing 2 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply