Click here to Skip to main content
15,895,606 members
Home / Discussions / Database
   

Database

 
AnswerCross-post Pin
Wendelius24-Nov-08 9:26
mentorWendelius24-Nov-08 9:26 
QuestionAutogenerated / Numeric Primary Key Pin
CH SRINIW8Z24-Nov-08 4:39
CH SRINIW8Z24-Nov-08 4:39 
AnswerRe: Autogenerated / Numeric Primary Key Pin
Wendelius24-Nov-08 5:17
mentorWendelius24-Nov-08 5:17 
AnswerRe: Autogenerated / Numeric Primary Key Pin
Ashfield24-Nov-08 5:18
Ashfield24-Nov-08 5:18 
GeneralRe: Autogenerated / Numeric Primary Key Pin
Ben Fair25-Nov-08 4:01
Ben Fair25-Nov-08 4:01 
GeneralRe: Autogenerated / Numeric Primary Key Pin
Ashfield25-Nov-08 9:21
Ashfield25-Nov-08 9:21 
QuestionHow to Solve Dead Lock problem in Sql Server 2005 Question Pin
pdnet24-Nov-08 1:37
pdnet24-Nov-08 1:37 
AnswerRe: How to Solve Dead Lock problem in Sql Server 2005 Question Pin
Wendelius24-Nov-08 2:01
mentorWendelius24-Nov-08 2:01 
For deadlock descriptoin, see:
- http://en.wikipedia.org/wiki/Deadlock[^]
- Deadlock[^]

In order to prevent a deadlock you must for example ensure that operations (and lock acquisitions) are executed in the same order, everywhere. This won't prevent all situations, but the amount will be much smaller.

The need to optimize rises from a bad design.

My articles[^]

GeneralRe: How to Solve Dead Lock problem in Sql Server 2005 Question Pin
CH SRINIW8Z24-Nov-08 4:48
CH SRINIW8Z24-Nov-08 4:48 
GeneralRe: How to Solve Dead Lock problem in Sql Server 2005 Question Pin
Wendelius24-Nov-08 5:28
mentorWendelius24-Nov-08 5:28 
GeneralRe: How to Solve Dead Lock problem in Sql Server 2005 Question Pin
Jon_Boy24-Nov-08 8:44
Jon_Boy24-Nov-08 8:44 
GeneralRe: How to Solve Dead Lock problem in Sql Server 2005 Question Pin
Wendelius24-Nov-08 9:36
mentorWendelius24-Nov-08 9:36 
QuestionNew Values in database Pin
Syed Shahid Hussain24-Nov-08 1:28
Syed Shahid Hussain24-Nov-08 1:28 
AnswerRe: New Values in database Pin
Paddy Boyd24-Nov-08 1:55
Paddy Boyd24-Nov-08 1:55 
AnswerRe: New Values in database Pin
Ben Fair24-Nov-08 3:43
Ben Fair24-Nov-08 3:43 
QuestionSql database from local system to Web hosting server Pin
pavanip23-Nov-08 20:10
pavanip23-Nov-08 20:10 
AnswerRe: Sql database from local system to Web hosting server Pin
Wendelius24-Nov-08 2:11
mentorWendelius24-Nov-08 2:11 
GeneralSql database from local system to Web hosting server Pin
pavanip24-Nov-08 2:22
pavanip24-Nov-08 2:22 
GeneralRe: Sql database from local system to Web hosting server Pin
Wendelius24-Nov-08 2:28
mentorWendelius24-Nov-08 2:28 
GeneralRe: Sql database from local system to Web hosting server Pin
pavanip25-Nov-08 2:31
pavanip25-Nov-08 2:31 
GeneralRe: Sql database from local system to Web hosting server Pin
Wendelius27-Nov-08 3:45
mentorWendelius27-Nov-08 3:45 
QuestionPerformance Issue with SQL server Pin
r aa j23-Nov-08 18:42
r aa j23-Nov-08 18:42 
AnswerRe: Performance Issue with SQL server Pin
Ashfield23-Nov-08 21:46
Ashfield23-Nov-08 21:46 
GeneralRe: Performance Issue with SQL server Pin
r aa j23-Nov-08 21:49
r aa j23-Nov-08 21:49 
GeneralRe: Performance Issue with SQL server Pin
r aa j23-Nov-08 21:51
r aa j23-Nov-08 21:51 

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.