Monthly Archives: January 2012

Temperature conversion SQL Function


In this article, I am sharing my code (SQL Function) that converts temperature measure form one to another. My SQL Function take temerature value and its measure charachter (C or F) and returns the other measure. SQL Code  – ============================================= … Continue reading

Posted in T-SQL | Tagged , , | 4 Comments

Delay package task validation – SSIS


DelayValidation is an important property if you develop a package with dynamic connection string or custom expressions. In this article, I will be giving an example to show you teh use of DelayValidation property in the package design. Plot: A package has File System Task to … Continue reading

Posted in SSIS | Tagged , , , | Leave a comment