Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

Inserting data in extra column when loading from .mdb

$
0
0

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

Viewing all articles
Browse latest Browse all 24688

Trending Articles