SSMS - Convert Access unique Index with (allowing) Null as "Filtered Index"
If converting tables, the ssma often fails because it does not create filtered indices for indices in access which allow null.. If not PK and SQL-Server 2008 or newer the filtered indices are really easy to create like
they easily could found automatically and converted ...
1
vote