Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
CanadaDBA
583 Posts |
Posted - 2004-11-04 : 13:09:35
|
I used sp_help for a table and it shows that there is a constraint on some files. Constraint_Type Constraint_NameUNIQUE (non-clustered) IX_tblTerminationQuotes But when I use table design in EM, there is no constraint under check constraints tab.How come? Is it another EM bug?Canada DBA |
|
|
X002548
Not Just a Number
15586 Posts |
Posted - 2004-11-04 : 13:34:19
|
| Did you do a refresh?Brett8-) |
 |
|
|
CanadaDBA
583 Posts |
Posted - 2004-11-05 : 08:55:10
|
| I found the constraint under Indexes/Keys tab instead of check constraints tab.Canada DBA |
 |
|
|
|
|
|