Click here to Skip to main content
15,890,512 members
Home / Discussions / Database
   

Database

 
GeneralRe: locking on select PinPopular
Eddy Vluggen22-Oct-12 2:43
professionalEddy Vluggen22-Oct-12 2:43 
GeneralMessage Closed Pin
22-Oct-12 2:49
Aadhar Joshi22-Oct-12 2:49 
GeneralRe: locking on select PinPopular
Eddy Vluggen22-Oct-12 2:58
professionalEddy Vluggen22-Oct-12 2:58 
GeneralMessage Closed Pin
22-Oct-12 3:10
Aadhar Joshi22-Oct-12 3:10 
GeneralRe: locking on select Pin
Eddy Vluggen22-Oct-12 3:14
professionalEddy Vluggen22-Oct-12 3:14 
GeneralRe: locking on select Pin
Aadhar Joshi22-Oct-12 3:18
Aadhar Joshi22-Oct-12 3:18 
GeneralRe: locking on select Pin
Eddy Vluggen22-Oct-12 3:31
professionalEddy Vluggen22-Oct-12 3:31 
GeneralRe: locking on select Pin
Eddy Vluggen22-Oct-12 5:16
professionalEddy Vluggen22-Oct-12 5:16 
The reason I dislike the dirty read is because it's not fun if you have to debug a race-condition. Imagine the app being a huge success, and being used in another department with ten times the amount of users. Imagine a simple employee-count being incorrect, because only the employee-record has been inserted, but not yet the contract on which the query joins.

Having a consistent and reliable database is "always" more important than having a speedy one.

Yes, I'm always this rude, just not that touchy. Got some red wine, some red meat, it's time to relax a bit and have a party. It's good to see a dev with passion, and even better to see one defend his opinion. I hope you're gonna stick around, you'll see I'm not an arse all the time. (Sometimes I'm offline and asleep).

FWIW, you'll already have seen this[^] page? That's where you must have found the "cheat" to read before all writes are done. You'll have to assume that most programmers don't use the documentation. If it does not produce any problems with your current architecture, then great - means someone put some extra effort in designing the database. If not, mark it and highlight it and explain what it does with comments in code, as most programmers will not go to MSDN. They'll not even ask here.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: locking on select PinPopular
Aadhar Joshi22-Oct-12 18:05
Aadhar Joshi22-Oct-12 18:05 
GeneralRe: locking on select Pin
The Sql Coder22-Oct-12 20:01
The Sql Coder22-Oct-12 20:01 
GeneralRe: locking on select Pin
Eddy Vluggen22-Oct-12 23:33
professionalEddy Vluggen22-Oct-12 23:33 
GeneralRe: locking on select Pin
Aadhar Joshi22-Oct-12 23:48
Aadhar Joshi22-Oct-12 23:48 
GeneralRe: locking on select Pin
Mycroft Holmes23-Oct-12 0:36
professionalMycroft Holmes23-Oct-12 0:36 
AnswerRe: locking on select Pin
kankeyan26-Oct-12 0:58
kankeyan26-Oct-12 0:58 
AnswerRe: locking on select Pin
Hitesh R5-Nov-12 22:42
Hitesh R5-Nov-12 22:42 
QuestionWrong retrieved attendance and leave data Pin
Amr Muhammed19-Oct-12 16:04
Amr Muhammed19-Oct-12 16:04 
AnswerRe: Wrong retrieved attendance and leave data Pin
Mycroft Holmes20-Oct-12 2:10
professionalMycroft Holmes20-Oct-12 2:10 
GeneralRe: Wrong retrieved attendance and leave data Pin
Amr Muhammed21-Oct-12 12:20
Amr Muhammed21-Oct-12 12:20 
GeneralRe: Wrong retrieved attendance and leave data Pin
Mycroft Holmes21-Oct-12 13:01
professionalMycroft Holmes21-Oct-12 13:01 
AnswerAssumed off Pin
David Mujica22-Oct-12 5:37
David Mujica22-Oct-12 5:37 
AnswerRe: Wrong retrieved attendance and leave data Pin
Michael Potter22-Oct-12 8:04
Michael Potter22-Oct-12 8:04 
GeneralRe: Wrong retrieved attendance and leave data Pin
Amr Muhammed22-Oct-12 15:19
Amr Muhammed22-Oct-12 15:19 
QuestionReport of the SQL Server Agent, job scheduler Pin
vanikanc19-Oct-12 8:05
vanikanc19-Oct-12 8:05 
AnswerRe: Report of the SQL Server Agent, job scheduler Pin
fjdiewornncalwe19-Oct-12 9:07
professionalfjdiewornncalwe19-Oct-12 9:07 
QuestionCopy a tables to another database (Flashdisk) Pin
Richard.Berry10018-Oct-12 11:50
Richard.Berry10018-Oct-12 11:50 

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.