Viewing 15 posts - 376 through 390 (of 430 total)
So, in my case, I have no choice but to call the vendor a dope and move on. I think I'm going to call the vendor and get a quote...
July 24, 2013 at 11:22 am
Thanx. I don't think we're being served very well....................
July 24, 2013 at 10:35 am
Just to be clear................if the USE tells the procedure which db to go to AND I want the procedure to go to TEST instead of PROD, then I would need...
July 24, 2013 at 10:28 am
Thanx. So, if I were to copy a db and rename it from PROD to TEST, the sp's would run the same way on TEST without any code changes? Unless...
July 24, 2013 at 10:22 am
Thanx. This is what I'm looking for.
June 24, 2013 at 10:15 am
See above comment. If you get some records that only have one of the codes, this shows that the query isn't what I want.
June 24, 2013 at 10:11 am
I'm looking for records that have both 305.1 and 491. These would be people that are smokers and have COPD.
June 24, 2013 at 10:06 am
Thanx for your help and the articles.
June 3, 2013 at 8:16 am
I got it now. I needed to exclude WeekOfMonthNumber and ArrivedVisits out of the group by.
June 3, 2013 at 8:01 am
I still get the zeros with MAX. Here's the whole insert.........
insert into VISITS(provider, fiscal_month, month_name, WeekNumberOfMonth, ArrivedVisits) values('ABELES M.D.,DEBORAH',1,'October',1,12)
insert into VISITS(provider, fiscal_month, month_name, WeekNumberOfMonth, ArrivedVisits) values('ABELES M.D.,DEBORAH',1,'October',2,15)
insert into VISITS(provider, fiscal_month,...
June 3, 2013 at 7:59 am
Simply genious. Thanx.
April 18, 2013 at 5:36 am
Problem 1.
I would like to be able to put in a date range that spans several months but, in order to simplify this, I'm limiting the date range to...
April 17, 2013 at 1:58 pm
Can I have another hint? I'm at the end of my rope trying to get this.
April 17, 2013 at 12:59 pm
Pardon my ignorance but, what does the % 7 do in the DATEADD(day, 6 - DATEDIFF(day, 6, ApptDt2) % 7, ApptDt2)?
Also, I read the articles about cross tabs. Very slick....
April 17, 2013 at 9:31 am
Viewing 15 posts - 376 through 390 (of 430 total)