I am working in SQL Server 2008 and BIDS (SSIS). I am trying to generate a \"load ID\" for when a package is executed and store that ID in a load history table (which then popu
I figured out my problem. System::StartTime needs to have DATE as its data type, not DBTIMESTAMP.