How to get the Excel file last saved user's information using C# code in SSIS to insert into a SQL table
I need to add the information about excel file to a SQL table.
I have already included other parameters like Excel file's location, file name, file size, last access time, modified time and all.
Wanted to include the user's name who had last saved that Excel file, using C# code in script task of SSIS