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 |
DURGESH
Posting Yak Master
105 Posts |
Posted - 2008-06-16 : 04:58:02
|
hi alli 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?? |
 |
|
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 applicationReferential Integrity - great for changeable sets of values and\ or those used by the application. |
 |
|
|
|
|