Create a Unique Constraint in SQL Server 2005

Posts   
 
    
mshe
User
Posts: 167
Joined: 02-Feb-2006
# Posted on: 25-Sep-2009 15:03:22   

Hi all,

How do I create a unique constraint taht is compatible with LLBLGen in SQL Server 2005?

In SQL Server 2000, I would create a Unique Index and it would create the appropriate constraints. However this does not seem to work anymore?

Any help would be appreciated.

Thanks.

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 25-Sep-2009 18:03:18   

Hi there,

When create the index, select "Unique Key" for the Type.

David Elizondo | LLBLGen Support Team