Viewing 15 posts - 2,536 through 2,550 (of 15,381 total)
sharonmtowler (8/5/2015)
i was given this by someone
ROW_NUMBER() OVER (PARTITION BY patient_id ORDER BY enter_time) AS
i know enough that i need to...
August 5, 2015 at 10:36 am
Ed Wagner (8/5/2015)
SQLRNNR (8/5/2015)
Sean Lange (8/5/2015)
Ed Wagner (8/5/2015)
Jack Corbett (8/5/2015)
August 5, 2015 at 9:50 am
Ed Wagner (8/5/2015)
Jack Corbett (8/5/2015)
August 5, 2015 at 9:17 am
This doesn't take into account matches (when there are ties in position 10 for the number of patients). If you are ok with that then you should also add a...
August 5, 2015 at 9:10 am
sharonmtowler (8/5/2015)
did not know it was until i was presented with my resolution.
The point he was making is that in your post you never said anything about sessionid. Obviously...
August 5, 2015 at 9:04 am
New persopn (8/5/2015)
I am unable to connect to server using windows and SA logins as well we tried with multiple logins still wont work getting below error.
Login failed...
August 5, 2015 at 8:08 am
sharonmtowler (8/5/2015)
I have patients that may have been transferred to different locations(see below)
location_name enter_time
4D04 2/9/15 2:35
4D14 2/9/15 8:44
RECOVERY 3...
August 5, 2015 at 7:40 am
WayneS (8/5/2015)
Eirikur Eiriksson (8/5/2015)
Koen Verbeeck (8/5/2015)
August 5, 2015 at 7:37 am
Ed Wagner (8/5/2015)
Sean Lange (8/4/2015)
Brian.Klinect (8/4/2015)
So it seems like we have an option between 'dirty' data (NOLOCK) and incomplete data (READPAST). I never knew about READPAST until today.
Except that...
August 5, 2015 at 7:12 am
Easy question but not really sure what the point of the question was.
August 5, 2015 at 7:08 am
Brian.Klinect (8/4/2015)
So it seems like we have an option between 'dirty' data (NOLOCK) and incomplete data (READPAST). I never knew about READPAST until today.
Except that NOLOCK can also be...
August 4, 2015 at 2:58 pm
Since Lynn is unable to post code I took the liberty of tossing together an example of how you could do as an itvf. This is certainly a lot easier...
August 4, 2015 at 2:21 pm
Here is Lynn's code in case anybody wants to see it.
SET ANSI_NULLS ON;
SET QUOTED_IDENTIFIER ON;
GO
CREATE PROCEDURE [dbo].[sp_ViewCreate]
@TableName varchar(100),
@Dist varchar(20)
AS
set nocount on;
declare...
August 4, 2015 at 1:10 pm
yb751 (8/4/2015)
Sorry just needed two seconds to vent. :crazy:
I'm sure like anything else it can be fine when...
August 4, 2015 at 1:07 pm
blossom_suki (8/4/2015)
Thus, I was wondering if there is an automated way of...
August 4, 2015 at 8:54 am
Viewing 15 posts - 2,536 through 2,550 (of 15,381 total)