Viewing 15 posts - 361 through 375 (of 430 total)
Could you tell me why I am getting the following errors?
Msg 139, Level 15, State 1, Line 0
Cannot assign a default value to a local variable.
Msg 137, Level 15, State...
October 23, 2013 at 5:22 am
You find the number of active patients per month then, average those months. Remember, the number of active patients changes each month due to deaths, new patients, patients move out...
October 23, 2013 at 5:19 am
It returned nothing. I tried to tweak it a bit but, still couldn't get anything. I formatted the dates, if your willing to do some testing.
Thanx.
create table dbo.Visits
(
MRN varchar(8),
ApptDt datetime
)
insert...
October 22, 2013 at 1:23 pm
Thanx. Sorry about the dates.
I'll give it a shot.
October 22, 2013 at 12:45 pm
So, I understand that a where clause isn't required in a join but, my understanding of a join is "comparing" a column from one table with a column from another...
October 8, 2013 at 5:30 am
Thanx. Would it be wrong to place a where clause after,
"AND OE.Category = OMC.CategoryID"
and include all of those nested Selects in the where clause?
October 8, 2013 at 5:28 am
Thanx. The data is such that there will be only one value for those fields.
Thanks again for your help.
August 2, 2013 at 8:14 am
I'm such a rookie. So, assuming the code works now, the first patient, 100276, has two records with Ethnicity of ENGL and Ethnicity3 of ALBANIAN. I'd like the two records...
August 2, 2013 at 7:36 am
Wonderful. Thanx.
July 26, 2013 at 11:44 am
Then October, November and December would be 13, 14 and 15.
July 26, 2013 at 11:38 am
I wanted it to be more generic and not be tied to a table.
July 26, 2013 at 11:15 am
Thanx for the advice. How much work is it to set up a new server? We use VM here.
July 24, 2013 at 11:31 am
Viewing 15 posts - 361 through 375 (of 430 total)