I have a .mdb that needs to be inserted to a database.
There is an extra column that should record the computer name that the package is running on.
I can easily insert everything from the .mdb but I cannot seem to find a way to insert the extra field into the final destination.
I cannot used a derived column because the version of SQL on the computer it is running on does not have addons installed.
Example:
.mdb has the following columns:
- Service
- Name
- Date
Destination
- ServerName
- Service
- Name
- Date