Click here to Skip to main content
15,917,005 members
Home / Discussions / Database
   

Database

 
GeneralRe: Stored Procedures Pin
Mahdi_kishislan12-Aug-13 21:18
Mahdi_kishislan12-Aug-13 21:18 
GeneralRe: Stored Procedures Pin
Mahdi_kishislan16-Aug-13 21:17
Mahdi_kishislan16-Aug-13 21:17 
GeneralRe: Stored Procedures Pin
Eddy Vluggen12-Aug-13 8:13
professionalEddy Vluggen12-Aug-13 8:13 
GeneralDesign Pin
David Mujica12-Aug-13 9:27
David Mujica12-Aug-13 9:27 
AnswerRe: Stored Procedures Pin
Corporal Agarn12-Aug-13 3:08
professionalCorporal Agarn12-Aug-13 3:08 
AnswerRe: Stored Procedures Pin
Anudeep Jaiswal - MCA7-Nov-13 16:52
Anudeep Jaiswal - MCA7-Nov-13 16:52 
QuestionStart SQl Server Agent Pin
Anjani Rajdev10-Aug-13 9:54
Anjani Rajdev10-Aug-13 9:54 
AnswerRe: Start SQl Server Agent Pin
Mycroft Holmes10-Aug-13 13:12
professionalMycroft Holmes10-Aug-13 13:12 
QuestionFirebird - how to create a view with select command to external data source? Pin
Christoph19729-Aug-13 9:53
Christoph19729-Aug-13 9:53 
AnswerRe: Firebird - how to create a view with select command to external data source? Pin
jschell10-Aug-13 11:30
jschell10-Aug-13 11:30 
GeneralRe: Firebird - how to create a view with select command to external data source? Pin
Christoph197210-Aug-13 21:47
Christoph197210-Aug-13 21:47 
GeneralRe: Firebird - how to create a view with select command to external data source? Pin
Christoph197211-Aug-13 23:56
Christoph197211-Aug-13 23:56 
QuestionQuery related to enter in I T Pin
Sanjay_sehrawat8-Aug-13 20:03
Sanjay_sehrawat8-Aug-13 20:03 
AnswerRe: Query related to enter in I T Pin
Richard MacCutchan8-Aug-13 21:52
mveRichard MacCutchan8-Aug-13 21:52 
GeneralRe: Query related to enter in I T Pin
Corporal Agarn9-Aug-13 2:15
professionalCorporal Agarn9-Aug-13 2:15 
GeneralRe: Query related to enter in I T Pin
Richard MacCutchan9-Aug-13 2:42
mveRichard MacCutchan9-Aug-13 2:42 
GeneralRe: Query related to enter in I T Pin
Corporal Agarn9-Aug-13 3:25
professionalCorporal Agarn9-Aug-13 3:25 
AnswerRe: Query related to enter in I T Pin
GuyThiebaut9-Aug-13 4:36
professionalGuyThiebaut9-Aug-13 4:36 
QuestionCrystal Reporting Pin
Morore_Charles_0074-Aug-13 21:09
Morore_Charles_0074-Aug-13 21:09 
AnswerRe: Crystal Reporting Pin
Mycroft Holmes4-Aug-13 23:00
professionalMycroft Holmes4-Aug-13 23:00 
AnswerRe: Crystal Reporting Pin
thatraja4-Oct-13 20:16
professionalthatraja4-Oct-13 20:16 
QuestionOLAP hung on Cube Full Process: Building indexes for the <Measure Group Name> partition has started. Pin
devvvy2-Aug-13 18:19
devvvy2-Aug-13 18:19 
QuestionRe: OLAP hung on Cube Full Process: Building indexes for the <Measure Group Name> partition has started. Pin
Jörgen Andersson6-Aug-13 9:45
professionalJörgen Andersson6-Aug-13 9:45 
QuestionDatabase Design to store revisions of creating an assessment Pin
civic0602-Aug-13 8:57
civic0602-Aug-13 8:57 
AnswerRe: Database Design to store revisions of creating an assessment Pin
Mycroft Holmes2-Aug-13 14:26
professionalMycroft Holmes2-Aug-13 14:26 
Use Word and turn on revisions... SMACK ouch

Add a RevisionID field to your table and manually increment it when the user checks out the version.

In your UI allow the user to "check out" a copy of the data (make another record in your table), allow the user to save the copy of the next revision and they are not allowed to check it out again until they either commit the revision or discard it.
Never underestimate the power of human stupidity
RAH

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.