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 |
|
igoro1975
Starting Member
7 Posts |
Posted - 2002-08-12 : 15:29:19
|
| When I grant permissions to users (SELECT, INSERT, UPDATE, DELETE, DRI) I bump into term "DRI".What is it? Thanks."I do not fear computers. I fear lack of them." - Isaac Asimov |
|
|
Page47
Master Smack Fu Yak Hacker
2878 Posts |
Posted - 2002-08-12 : 15:38:39
|
quote: DRISee declarative referential integrity.declarative referential integrity (DRI)The SQL Server built-in capacity that checks the data integrity of a specific related table.--SQL Server, Books Online
Jay White{0} |
 |
|
|
|
|
|