« Previous Next »
Last post 10-22-2009 3:39 PM by agc1. 1 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (2 items)
Sort Posts: Oldest to newest Newest to oldest
I'm using logparser to upload data to a SQL DB and my DBA has some audit elements that they require be populated. So, I need to add my username and the current time to the list of fields being populated.
TYIA
Try exporting your data first to CSV then use vbscript to add username and timestamp to each row, then upload to SQL (its a workaround but it could get the job done for you)