you can use an expression for that. Add a variable in SSIS with evaluateasexpression property as true and then set corresponding expression like"MCP_" + @[User::ServerName] + "_" + REPLACE(REPLACE(REPLACE( (DT_WSTR, 30) (DT_DBTIMESTAMP) @[System::StartTime],":",""),"-","")," ","") + ".CSV"
You should have declared variable ServerName before and stored the servername before you do the above thingsand once the above filename variable is set, map it to connectionstring property of your file connection manager in its properties tab.[/code]------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/