Viewing 15 posts - 16 through 30 (of 47 total)
I know what is causing the deadlock, the question is 'why' and 'how'
May 10, 2013 at 11:44 am
I'm validating the deadlock through SQL Monitor and comparing the times with both the SQL Server Logs and SQL Monitor logs. Below is a snippet from SQL Monitor:
Deadlocked processes
SPID...
May 10, 2013 at 11:18 am
Sure, here is a snippet of the SQL Server Error Log:
Deadlock encountered .... Printing deadlock information
ResType:ExchangeId Stype:'AND' SPID:92 BatchID:0 ECID:7 TaskProxy:(0x0000000159F89AD0) Value:0x3f6b948 Cost:(0/10000)
Port: 0x00000000E20A8BD0 Xid Slot: 7, Wait Slot:...
May 10, 2013 at 9:57 am
Thank you both for your replies! SSIS is not my stregth as I'm a DBA so this information is much appreciated.
February 27, 2013 at 6:41 am
Erin Ramsay (2/26/2013)
February 26, 2013 at 1:48 pm
Thank you Chrissy!
I will give the configuration file a try.
Another way that I found was to use the 'Set Values' table within the SQL Server Agent job.
February 4, 2013 at 12:21 pm
Good point Sean,
We have another solution in place that we may implement.
October 12, 2012 at 11:32 am
Ray M (10/10/2012)
You need to go through the exercise of modeling the data that better...
October 10, 2012 at 11:29 am
Hello Lowell,
We only want the trigger to fire if both the roleid = 10174 and the userid is in the Mag_PortalUser table. We are inserting the results in an...
September 11, 2012 at 1:23 pm
Hello Steve,
I'm looking to attend my very first SQL Server PASS conference this year.
Can you please give me more information on the ticket process? I'm looking to...
August 13, 2012 at 1:07 pm
I fixed the parenthesis issue; I'm unsuccessful with getting the temp tables to work when executing the query as a whole. It works when I run them individually.
April 12, 2012 at 11:07 am
Based on Gail's recommendations, I built temp tables for each subquery. For some reason I'm unable to get this to work, but this is what I have so far:...
April 12, 2012 at 9:56 am
GilaMonster (4/12/2012)
I suggest a 'divide and conquer' approach.
Take each of the subqueries in that query, insert their results into temp tables then...
April 12, 2012 at 9:09 am
Sorry about not having this information up front. This particular query is using views, not tables. Below is the underlying table for the mag_comment_base view with constraints
USE [LW_Merchants]
GO
/******...
April 12, 2012 at 8:46 am
Viewing 15 posts - 16 through 30 (of 47 total)