How can we help you today? How can we help you today?
rmg1
Hi Dan This is what we currently get:- WHEN MATCHED THEN UPDATE SET TARGET.fkPatientLocalID= SOURCE.PatientLocalID ,TARGET.fkStaffLocalID= SOURCE.StaffLocalID ,TARGET.EpisodeStartDateTime= SOURCE.EpisodeStartDateTime ,TARGET.EpisodeEndDateTime= SOURCE.EpisodeEndDateTime ,TARGET.MainSpecialtyLocalCode= SOURCE.MainSpecialtyLocalCode ,TARGET.MainSpecialtyLocalDescription= SOURCE.MainSpecialtyLocalDescription ,TARGET.MainSpecialtyNationalCode= SOURCE.MainSpecialtyNationalCode ,TARGET.MainSpecialtyNationalDescription= SOURCE.MainSpecialtyNationalDescription ,TARGET.TreatmentFunctionLocalCode= SOURCE.TreatmentFunctionLocalCode ,TARGET.TreatmentFunctionLocalDescription= SOURCE.TreatmentFunctionLocalDescription ,TARGET.TreatmentFunctionNationalCode= SOURCE.TreatmentFunctionNationalCode ,TARGET.TreatmentFunctionNationalDescription= SOURCE.TreatmentFunctionNationalDescription ,TARGET.IsDeleted= SOURCE.IsDeleted ,TARGET.SYSDateLastUpdated= @Today This is what we'd like to see:-   WHEN MATCHED THEN UPDATE SET TARGET.fkPatientLocalID                         = SOURCE.PatientLocalID ,TARGET.fkStaffLocalID                          = SOURCE.StaffLocalID ,TARGET.EpisodeStartDateTime                    = SOURCE.EpisodeStartDateTime ,TARGET.EpisodeEndDateTime                      = SOURCE.EpisodeEndDateTime ,TARGET.MainSpecialtyLocalCode                  = SOURCE.MainSpecialtyLocalCode ,TARGET.MainSpecialtyLocalDescription           = SOURCE.MainSpecialtyLocalDescription ,TARGET.MainSpecialtyNationalCode               = SOURCE.MainSpecialtyNationalCode ,TARGET.MainSpecialtyNationalDescription        = SOURCE.MainSpecialtyNationalDescription ,TARGET.TreatmentFunctionLocalCode              = SOURCE.TreatmentFunctionLocalCode ,TARGET.TreatmentFunctionLocalDescription       = SOURCE.TreatmentFunctionLocalDescription ,TARGET.TreatmentFunctionNationalCode           = SOURCE.TreatmentFunctionNationalCode ,TARGET.TreatmentFunctionNationalDescription    = SOURCE.TreatmentFunctionNationalDescription ,TARGET.IsDeleted                                = SOURCE.IsDeleted ,TARGET.SYSDateLastUpdated                      = @Today Hopefully the above makes sense. If not, I can post screenshots if that is an option. Thanks Richard / comments
Hi DanThis is what we currently get:-WHEN MATCHED THENUPDATESETTARGET.fkPatientLocalID= SOURCE.PatientLocalID,TARGET.fkStaffLocalID= SOURCE.StaffLocalID,TARGET.EpisodeStartDateTime= SOURCE.EpisodeS...
0 votes
Brilliant, thanks for that. So, as we will only be reading from the clones, they should stay at 50MB each. / comments
Brilliant, thanks for that.So, as we will only be reading from the clones, they should stay at 50MB each.
0 votes