Groups | Blog | Home
all groups > sql server dts > august 2006 >

sql server dts : Session Variable in DTS


TaHir
8/14/2006 9:45:02 PM
hi,
i am using SQL server 2005, can i use a session variable in DTS package.
i am importing a Text file, i have a field ("USER_ID") in the database table
that which user has imported the file. how can i achive this.
Allan Mitchell
8/15/2006 8:47:07 PM
Do you want to extract this column value from the file?

Do you want to insert the User's name into a column called USER_ID?


If you want to insert the User's name then look at a derived column
transform and look at a system variable named "UserName"



--


Allan Mitchell
Konesans Ltd
T +44 7966 476 572
F +44 2071 008 479
http://www.konesans.com



[quoted text, click to view]

AddThis Social Bookmark Button