I make a mistake and I have done a wrong update on my main database (hospital) (blood types have been unknown for most of patients in tblPatientFile table) but I have a daily backup database (hospitalRapor) and data are true for patients before today( and it is about 400000 records)
can I copy my old data from like this [hospital].[dbo].[tblPatientFile].[bloodTypeField] = [hospitalRapor].[dbo].[tblPatientFile].[bloodTypeField] where [hospital].[dbo].[tblPatientFile].[patientId] = [hospitalRapor].[dbo].[tblPatientFile].[patientId]
I am on trouble guys, I have to fix this situation in this day. thanks for helps