I am doing a raw import of an XL file in to all nvarchar fields table. It works fine but I want to introduce a GUID column which takes the input from your program and adds it as a first column in the table.
right now I dont have any identity column or differentiation between who uploaded or deleted.
Is that what you want to do?
Do you have a second question on identifying who inserted / updated data?