I am imporing data using our own utility. Main function of the utility is read data record by record being imported, massage it to fit our requirements if necessary and then import it in our database in one session.During this process hundreds of tables and thousand of rows are affected. sometimes this number can go into millions.
I am trying to write separate utility, that would go and checke whateever data is imported. I want to know what data was impoted in one session.
Anyone have idea, when sql-server insert or update data does it keep track of those transactions in some kinda system table or so? I know there is something "datelastmodified". I am not sure its same what I am looking for.
Any idea?
I am trying to write separate utility, that would go and checke whateever data is imported. I want to know what data was impoted in one session.
Anyone have idea, when sql-server insert or update data does it keep track of those transactions in some kinda system table or so? I know there is something "datelastmodified". I am not sure its same what I am looking for.
Any idea?