Hi all,
I have a immenent project comming up soon which will see me transport data from one FileMaker Database, to the SQL Server. I have severeal distinct Steps:
1) Import CSV Into Temporary Table
2) Identify Two Sets Of Data -
-------- Update(Data That Has Already Inserted and just needs to be updated) - Inserted
-------- Insert(Data that has not been added to the database)
3) Do Insert
4) Do Update
5) Do Compare - Here i have to go through the set of records updated and compare if the records where updated and what columns where updated
6) Email that the process has been successful
7) Email List Of Updated Fields For Each Updated Client
8)Output a CSV to be sent back
I really have no idea where to start with this? Any help would be greatly appreciated. Even some links to some online tutorials etc would be amazing.
Regards,
Rob
I have a immenent project comming up soon which will see me transport data from one FileMaker Database, to the SQL Server. I have severeal distinct Steps:
1) Import CSV Into Temporary Table
2) Identify Two Sets Of Data -
-------- Update(Data That Has Already Inserted and just needs to be updated) - Inserted
-------- Insert(Data that has not been added to the database)
3) Do Insert
4) Do Update
5) Do Compare - Here i have to go through the set of records updated and compare if the records where updated and what columns where updated
6) Email that the process has been successful
7) Email List Of Updated Fields For Each Updated Client
8)Output a CSV to be sent back
I really have no idea where to start with this? Any help would be greatly appreciated. Even some links to some online tutorials etc would be amazing.
Regards,
Rob