Viewing 13 posts - 1 through 13 (of 13 total)
Thank you for the concern.
The ERD and the View columns in the image are exactly what they need to be to illustrate the starting point and desired result (and...
September 19, 2016 at 11:06 pm
Many thanks to everyone who responded!
Vilyana
September 19, 2016 at 9:51 am
Sergiy (9/19/2016)
PatientMedicationCourse must be allocated to PatientTherapyCourse, not directly to PatientTreatment.
Medications prescribed for one Therapy Course must not be mixed with medications for another one.
Relying...
September 19, 2016 at 9:42 am
frederico_fonseca (9/19/2016)
just for record I have given vilyana a working bit of code prior to the posting of the code above which I can't download at all as it gives...
September 19, 2016 at 9:23 am
Hi, I've attached the DDL, sample data, the View ad a code snippet.
September 18, 2016 at 6:57 pm
frederico_fonseca (9/17/2016)
your code only contemplates 2 treatments and 2 courses - what if there are 5 or 10 treatments? or if there are more...
September 18, 2016 at 8:42 am
Rod, yes. Increasing to varchar(max), or to anything higher than the current VARCHAR (100), shouldn't affect your data...unlike attempting to reduce to lower than your longest string in the column...
January 10, 2014 at 11:54 am
Thank you for responding! I will do more research on that. I think this could probably be done via SSIS as well. Another thing I found while going through the...
January 10, 2014 at 10:20 am
This is a shortcut, but why not create a copy of the database and truncate all non-reference tables?
January 9, 2014 at 6:49 pm
I think the solution could be as 'simple' as having a copy of the same Meta DB on each server which would enable the application to obtain the correct connection...
January 7, 2014 at 9:39 am
I think the solution could be as 'simple' as having a copy of the same Meta DB on each server which would enable the application to obtain the correct connection...
January 7, 2014 at 9:38 am
Lutz,
Luckily nothing RBAR in this process ... I think in sets most of the time 🙂
Failure doesn't happen often - it's just a lot of data, lots of tables, kicks...
November 27, 2013 at 11:27 am
Hi Lutz,
Thanks for the detailed reply!
This is definitely one way to control SP rerun and whether the queue gets cleaned up. And I completely agree about having any issues...
November 26, 2013 at 2:40 pm
Viewing 13 posts - 1 through 13 (of 13 total)