Viewing 15 posts - 1,531 through 1,545 (of 26,490 total)
You could use something like this:
CREATE TABLE [dbo].[Devices](
DeviceUid UNIQUEIDENTIFIER NOT NULL PRIMARY KEY NONCLUSTERED
, DeviceId INT NOT NULL
, DeviceName VARCHAR(24)...
May 22, 2018 at 5:14 pm
May 22, 2018 at 4:43 pm
SELECT OPCQuality,
FROM Live
...
May 22, 2018 at 4:05 pm
Lynn Pettis - Tuesday, May 22, 2018 1:07 PMWell, Joe, that's because your code above is flawed, period.
So, what is wrong...
May 22, 2018 at 3:56 pm
May 22, 2018 at 2:27 pm
Okay, waiting to see what happens after calling out Mr. Celko's flawed code in the cursor thread.
May 22, 2018 at 1:08 pm
You have all the information available to solve this problem, we don't. All you have provided to us is the deadlock graph. This is not enough to even try and...
May 22, 2018 at 10:27 am
May 22, 2018 at 8:32 am
May 22, 2018 at 8:25 am
May 22, 2018 at 8:20 am
IF
May 22, 2018 at 8:13 am
Tried that this is what I get
USE [Runtime]
GO
/****** Object: View [dbo].[v_Live] Script...
May 22, 2018 at 8:08 am
Viewing 15 posts - 1,531 through 1,545 (of 26,490 total)