all groups > sql server dts > september 2005 >
You're in the

sql server dts

group:

ActiveX Script User ID/Name



ActiveX Script User ID/Name Jim
9/19/2005 1:22:02 PM
sql server dts: Does anyone know of a command or a way of extracting the User ID and/or Name
during the ActiveX script to then use that value to load to the table being
populated by the DTS package?

i.e. we'd like to add the user id as a column on every row to track who
Re: ActiveX Script User ID/Name Ilya Margolin
9/20/2005 8:37:28 AM
Jim,

If you had windows authentication in your sql connection then you could use
system_user sql function in the insert/update statements. It is cumbersome
to get the user in ActiveX.

Ilya

[quoted text, click to view]

AddThis Social Bookmark Button