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 |
|
WoodHouse
Posting Yak Master
211 Posts |
Posted - 2010-01-27 : 05:03:57
|
Hi any help...I want to maintain the approve matrix for below table structure. which means how to maintain the flags..Table ColumnsID -- where ID columns is the User ID.UNIQUE_IDDESCSample Approve matrix USER ADMIN STATUSYES NO ApprovedNO YES RejectedNULL YES ApprovedYES NULL ApprovedADMIN USER STATUSYES NO ApprovedNO YES RejectedNULL YES ApprovedYES NULL Approved Thanks |
|
|
EugeneLim11
Posting Yak Master
167 Posts |
Posted - 2010-01-27 : 06:17:14
|
| Err. what is your question? |
 |
|
|
WoodHouse
Posting Yak Master
211 Posts |
Posted - 2010-01-27 : 06:22:41
|
| I need to maintain the flag based on the approve matrix which i have givenfor example we have employee table.If i send ID based on the ID find out manager ID that is Admin...User and irrespective of Admin user both can approve the record. for this...i have to maintain flag status... |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-01-27 : 11:42:18
|
| you're not clear. would you mind posting data in below format/http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx |
 |
|
|
|
|
|