Friday, December 26, 2008
Wednesday, May 14, 2008
Smart Strip
I have just purchased this Smart Strip. It automatically switches 6 outlets base on power coming in to a control outlet. Additionally it has 3 always on outlets. This will solve my problem of not having a remote power switch for my original XBOX running XBMC. Additionally I can help avoid all the phantom load that shows up from my AV equipment.
Thursday, April 24, 2008
Fixing Precision on Oracle Number Columns in SSIS
- Ensure the destination (DST_OLEDB Extract did_ms_contracts_v) has the desired precision
- Change the properties on the data source to ValidateExternalMetadata = False

- Open Advanced Editor on the data source
- Change the precision of the desired columns in OLE DB Source Output – External and Output columns (Might be able to get away with Output only, but I have not tested that)

- Close the editor
- Reopen the Advance Editor on the data source
- Choose Yes to fix errors
- Check the Error Output for proper precision on Columns
- Close the window
- Verify metadata on Data Flow path as it travels towards the data destination
In SSIS I have a Data Flow that looks like the following:
To change the numeric data type precision I did the following.
This seems to be the magic formula.
Subscribe to:
Posts (Atom)
