Click here to Skip to main content
16,005,222 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL 2000 Reporting Services - HTTP Error 403 Pin
Kevin McFarlane22-May-06 23:31
Kevin McFarlane22-May-06 23:31 
AnswerRe: SQL 2000 Reporting Services - HTTP Error 403 Pin
Kevin McFarlane23-May-06 5:48
Kevin McFarlane23-May-06 5:48 
QuestionSelect QUERY from a collection Pin
NICE TO MEET22-May-06 3:04
NICE TO MEET22-May-06 3:04 
AnswerRe: Select QUERY from a collection Pin
Paul Brower22-May-06 10:11
Paul Brower22-May-06 10:11 
QuestionDeadlock in the MS Sql server 2000 Pin
srinivasaRaoS22-May-06 0:51
srinivasaRaoS22-May-06 0:51 
AnswerRe: Deadlock in the MS Sql server 2000 Pin
Colin Angus Mackay22-May-06 1:32
Colin Angus Mackay22-May-06 1:32 
GeneralRe: Deadlock in the MS Sql server 2000 Pin
srinivasaRaoS29-May-06 2:05
srinivasaRaoS29-May-06 2:05 
GeneralRe: Deadlock in the MS Sql server 2000 Pin
Colin Angus Mackay29-May-06 4:47
Colin Angus Mackay29-May-06 4:47 
Then what is happening is that in one transaction you are using the status table and the login table and in some other transaction that is running at the same time you are using the login table and the status table.

I suggest that when you need to use both tables in a single transaction that you use ether the status table and the login table always, or use the login table and the status table always.


"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)

My: Website | Blog
GeneralRe: Deadlock in the MS Sql server 2000 Pin
srinivasaRaoS29-May-06 23:48
srinivasaRaoS29-May-06 23:48 
GeneralRe: Deadlock in the MS Sql server 2000 Pin
Colin Angus Mackay30-May-06 12:06
Colin Angus Mackay30-May-06 12:06 
Questiondata binding Pin
maaran21-May-06 23:33
maaran21-May-06 23:33 
AnswerRe: data binding Pin
Frank Kerrigan22-May-06 4:03
Frank Kerrigan22-May-06 4:03 
QuestionIndex seek and Index scan Pin
dayakar_dn21-May-06 23:15
dayakar_dn21-May-06 23:15 
AnswerRe: Index seek and Index scan Pin
woudwijk21-May-06 23:36
woudwijk21-May-06 23:36 
QuestionLooking for MS Access articles Pin
John R. Shaw21-May-06 9:47
John R. Shaw21-May-06 9:47 
AnswerRe: Looking for MS Access articles Pin
Paul Conrad21-May-06 17:52
professionalPaul Conrad21-May-06 17:52 
GeneralRe: Looking for MS Access articles Pin
John R. Shaw23-May-06 12:01
John R. Shaw23-May-06 12:01 
GeneralRe: Looking for MS Access articles Pin
Paul Conrad23-May-06 14:50
professionalPaul Conrad23-May-06 14:50 
QuestionExport to flat file for Microsoft Excel Pin
tanpanjang21-May-06 7:09
tanpanjang21-May-06 7:09 
QuestionODBC questions [modifed] Pin
Lord_Vader20-May-06 0:05
Lord_Vader20-May-06 0:05 
QuestionCannot store 2000 characters in varchar(7000) Pin
Dinuj Nath19-May-06 20:05
Dinuj Nath19-May-06 20:05 
AnswerRe: Cannot store 2000 characters in varchar(7000) Pin
Michael P Butler20-May-06 0:47
Michael P Butler20-May-06 0:47 
GeneralRe: Cannot store 2000 characters in varchar(7000) Pin
Dinuj Nath20-May-06 1:02
Dinuj Nath20-May-06 1:02 
AnswerRe: Cannot store 2000 characters in varchar(7000) Pin
Arjan Einbu20-May-06 6:37
Arjan Einbu20-May-06 6:37 
GeneralRe: Cannot store 2000 characters in varchar(7000) Pin
Dinuj Nath27-May-06 17:03
Dinuj Nath27-May-06 17:03 

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.