Is it possible to specify a WHERE clause for a Unique Constraint (filtered index) on a table in Enterprise Architect? -


i use generate dll enterprise architect, need filtered index (e.g. create unique index foo on dbo.bar(key) key not null;). how can enter enterprise architect (i'm on version 13.0.1307 , database sql server).

enter image description here

enter image description here


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -