fluentmigrator / documentation

This is the source of fluentmigrator.github.io
https://fluentmigrator.github.io
Creative Commons Attribution Share Alike 4.0 International
6 stars 18 forks source link

How to create a unique nonclustered index with not null filter #61

Closed jzabroski closed 2 years ago

jzabroski commented 2 years ago

where you want the column to be unique and allow multiple nulls

I know SQL server doesn't allow that by default even though the ANSI standard allows for it