Viewing 15 posts - 91 through 105 (of 244 total)
March 6, 2017 at 9:19 am
Lynn Pettis - Friday, March 3, 2017 2:58 PMSnapshot backups by a SAN product maybe?
Thanks for the reply Lynn. I wondered the...
March 6, 2017 at 9:16 am
I found that sys.dm_exec_requests has a Schedule_ID field in it. You can join dm_io_pending_io_requests to it on that field. Join to Exec_Requests and exec_sql_text and you can get what you...
March 3, 2017 at 2:30 pm
February 24, 2017 at 1:43 pm
January 26, 2017 at 1:58 pm
TheSQLGuru (1/3/2017)
2) You should have some explicit error checking...
January 5, 2017 at 7:00 am
I have attached the proposed changes to the table and to the InsertUpdate proc. Now that the Devs are in, I am hoping to confirm today that the TrackingNumber...
January 3, 2017 at 9:19 am
Overnight I do still see some deadlocks happening on the INSERT to UPSTRacking and on the IF NOT EXISTS(SELECT * FROM UPSTracking WHERE TrackingNumber = @TrackingNumber).
I am working on...
January 1, 2017 at 10:02 am
TheSQLGuru (12/31/2016)
Jeff Moden (12/30/2016)
TheSQLGuru (12/30/2016)
Jeff Moden (12/30/2016)
TheSQLGuru (12/30/2016)
December 31, 2016 at 10:04 am
Sergiy (12/30/2016)
lmarkum (12/30/2016)
However, I need to solve the deadlock issue,
Then you need to fix the code.
Look what people told you:
Jeffrey Williams 3188 (12/29/2016)
...
December 30, 2016 at 10:41 pm
Jeff Moden (12/30/2016)
But, from...
December 30, 2016 at 10:37 pm
Jeff Moden (12/30/2016)
TheSQLGuru (12/30/2016)
Jeff Moden (12/30/2016)
TheSQLGuru (12/30/2016)
December 30, 2016 at 10:25 pm
TheSQLGuru (12/30/2016)
lmarkum (12/30/2016)
Sergiy (12/30/2016)
lmarkum (12/23/2016)
December 30, 2016 at 6:44 pm
Sergiy (12/30/2016)
lmarkum (12/23/2016)
December 30, 2016 at 3:53 pm
Jeff Moden (12/30/2016)
lmarkum (12/30/2016)
like are the TrackingNumber values always going to be ever-increasing
You should be able to easily figure that out on your own because you have an IDENTITY column....
December 30, 2016 at 10:36 am
Viewing 15 posts - 91 through 105 (of 244 total)