Since you are connecting to the db as a static sql user, you will need to grab the user from the process that is calling the insert command and pass the userinfo to the insert command or stored procedure. This of course will require you to update the insert statement or stored procedure.