Viewing 15 posts - 451 through 465 (of 636 total)
cool
good job.
i am happy with the reply
September 8, 2015 at 4:13 pm
Are you sure ? I am confused on the following
DELETE
FROM DEDUPE
WHERE RID > 1;
Should it be --->
DELETE
FROM AbC
WHERE ???
July 13, 2015 at 3:59 pm
Forgot to tell u but there can be many patients. So I had t modify as follows:
cross apply (select top 1 case_num from #cases c where convert(char(8),c.case_date,112) <= convert(char(8),r.exam_date,112) ...
June 24, 2015 at 4:09 pm
Cool!
I like it that worked!
Great JOB!
Lets close the case. It is is 5PM time to set home.
June 24, 2015 at 2:52 pm
Lets close the case folks!
TO begin with there were duplicate entries in one of the tables.
THE SQL syntax was fine!
Sorry for your time.
June 24, 2015 at 10:30 am
CREATE TYPE BP_Data_ACRC_427_B
as table
(
AIMS_VALUE_NUMERIC numeric(19,2),
bp_type VARCHAR(4),
Dt datetime ,
ID int IDENTITY(1,1),
MBP numeric(19,2),
MPOG_PHYSIOLOGIC_CONCEPT_ID VARCHAR(10)
UNIQUE CLUSTERED (MPOG_PHYSIOLOGIC_CONCEPT_ID,Dt)
)
IT works in SQL Sevrer 2012
June 23, 2015 at 3:16 pm
Just pick any 2 columns you wish. I am only interested in the syntax.
I don't want a primary key, I need an index to make things faster
June 23, 2015 at 3:03 pm
Folks,
This is resolved. No further assistance needed.
Thanks
June 23, 2015 at 8:02 am
Thank you
THat worked!
GOOD JOB
🙂
June 22, 2015 at 9:27 am
Thanks
You were close..
It should be REPLACE( EGFR_value, CHAR(39) , '''''' )
A total of 6 quote are in the expression
June 16, 2015 at 11:37 am
Works fine except for one little thing,
The first item will not start with the "["
That's about all. No big deal.
June 15, 2015 at 1:09 pm
Thanks
It worked...
You deserve a beer!
June 15, 2015 at 12:58 pm
This works, but I need to add one more item to the inner where clause. As soon as I do that I get that above error
SELECT
preop.MPOG_Case_ID,
...
June 15, 2015 at 12:50 pm
Viewing 15 posts - 451 through 465 (of 636 total)