Viewing 15 posts - 31 through 45 (of 56 total)
Thanks for your answer and that is actually the no.. i was looking for...
would both the queries result in the same answer????
[Code]
delete from #tempTable t
Left join cte_claims...
May 1, 2009 at 7:53 am
Index Episode Start Date = Starting episode of treatment during the intake period with no prior claims for 120 days and a new diagnosis of depression. (DSM-IV-TR 296.2x, 296.3x, and...
May 1, 2009 at 7:21 am
Actually this is my requirement
Index Episode Start Date = Starting episode of treatment during the intake period with no prior claims for 120 days and a new diagnosis of...
May 1, 2009 at 7:14 am
so should i use eff_dt = dateadd(month,-4,eff_dt) or what
May 1, 2009 at 7:12 am
Thank you very very much for that idea...
February 26, 2009 at 2:25 pm
yeah your right i was not thinking out of the box...
February 26, 2009 at 2:07 pm
thanks for the answer but when i do that... can i use those values to plot a graph???
February 26, 2009 at 1:57 pm
Download & Install "Microsoft OLE DB Provider for Visual FoxPro 9.0" from...
February 13, 2009 at 9:20 am
U can download the driver from here and install it on ur system and while importing it to sql server u need to select that driver..
Download & Install "Microsoft OLE...
February 13, 2009 at 8:56 am
The client is going to provide us the excel spread sheet...but we wanted to add a logo as a new feature so i thought to just put them in the...
November 18, 2008 at 10:25 am
Thanks for the quick reply.. my spread sheet has the following columns and everything is done on a plan level.. so my spread sheet with the logo information will...
November 18, 2008 at 10:12 am
Thanks for the answer.. I got it work by Adding Rtrim next to the fields..
June 26, 2008 at 7:49 am
Thanks for your answer.. But wouldnt there be a gap for the columns that are blank and will the size of the report shrink??
June 18, 2008 at 7:25 am
Thanks for ur answer GSquared..
In my first post i hve the table definitions.. and in the second post i have given the data i get in my select query and...
June 10, 2008 at 2:11 pm
Select
cs.ClientActCode,
cs.CodeDescription
From
ActCodes cs
...
June 10, 2008 at 1:57 pm
Viewing 15 posts - 31 through 45 (of 56 total)