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 Development (2000)
 how to bind pool of values to a column

Author  Topic 

DURGESH
Posting Yak Master

105 Posts

Posted - 2008-06-16 : 04:58:02
hi all
i wanna to bind a collection of values to a column of my
how to set this using enterprise manager

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-06-16 : 16:59:21
What??
Go to Top of Page

pootle_flump

1064 Posts

Posted - 2008-06-17 : 08:07:01
If this is related to your check constraint questions then you probably want to stick your "pool" of values in a table and relate that to the column you are referring to.
Check Constraints - great for expressions\ algorithms and *static* CSV sets of values not used by the application
Referential Integrity - great for changeable sets of values and\ or those used by the application.
Go to Top of Page
   

- Advertisement -