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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 sp_help results vs EM

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_Name
UNIQUE (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?



Brett

8-)
Go to Top of Page

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
Go to Top of Page
   

- Advertisement -