Viewing 15 posts - 16 through 30 (of 66 total)
In the profile, searc for text <deadlock-List>. In the row, rt click -->Extract Event Data> and save the file. Attach the file here.
cheers
Siddarth
November 6, 2009 at 3:48 am
If possible pls send the dead lock graph. I am currently troubleshooting the same. There are few important this which are not so easy to know. I will be able...
November 5, 2009 at 3:17 pm
Also union can be used
Select UserName from table B
Union
Select somecolumn as UserName from table B
November 5, 2009 at 6:37 am
we use "some-sa" account for logging on to db server in connection string in asp.net web application.
cheers
November 4, 2009 at 10:57 am
Suppose you have an db account with name 'ta' and pwd as 'ty'. When a user connects to DB through Asp.net, he useses the same account details in connection details...
November 2, 2009 at 8:15 am
Its sorted by changing data base owner. when data base x was restored from live to test, both env had different data base ids. we changed the owner and it...
October 29, 2009 at 11:12 am
The issue came because the data base id on live and test environment were different. We have correct the data base id and its sorted now. also the data base...
October 29, 2009 at 10:52 am
thanks alot for the info. We tried and unfortunately that didint worked for us. We are trying the whole process again.
cheers
Siddarth
October 28, 2009 at 8:26 am
thanks alot for the info.
cheers
Siddarth
October 26, 2009 at 7:37 am
No we dont have triggers. The reason why I asked last question is, in dead lock graph,
SPID=73 has IX lock on AccessRequestStatus which is a view and SPID74 is...
September 22, 2009 at 9:35 am
Hi
I have a table with as follows:-
CREATE TABLE [dbo].[RqstStats](
[ID] [bigint] IDENTITY(1,1) NOT NULL,
[RequestID] [bigint] NOT NULL,
[StatusID] [int] NOT NULL,
[CreatedBy] [int] NULL,
[CreatedDate] [datetime] NOT NULL CONSTRAINT [DF_RqstStats_CreatedDate] DEFAULT (getdate()),
[ApproverID] [int]...
September 22, 2009 at 9:00 am
Hi
I have a table with as follows:-
CREATE TABLE [dbo].[RqstStats](
[ID] [bigint] IDENTITY(1,1) NOT NULL,
[RequestID] [bigint] NOT NULL,
[StatusID] [int] NOT NULL,
[CreatedBy] [int] NULL,
[CreatedDate] [datetime] NOT NULL CONSTRAINT [DF_RqstStats_CreatedDate] DEFAULT (getdate()),
[ApproverID] [int]...
September 22, 2009 at 8:58 am
Seems some issue with the posting, I am attaching the file in txt format.
September 22, 2009 at 8:39 am
Could you please arrange to answer the followingt things in respect to the dead lock graph posted:-
1:There are 4 process involved but the no of process nodes appearing is 6....
September 22, 2009 at 8:26 am
SELECT @deleteRequestID = Request.ID FROM dbo.Request
INNER JOIN dbo.RequestStatus ON Request.CurrentRequestStatusID = RequestStatus.ID
AND RequestStatus.StatusID NOT...
September 22, 2009 at 8:07 am
Viewing 15 posts - 16 through 30 (of 66 total)