The problems an _ (underscore) created in a SSIS Script component

it is common to create variable / field name with an _ (underscore) like my_first_name. I had neverseen this causing Programmatic errors till I used it in Script component within SSIS package. watch out for the pitfall, if you ever create an output column with an underscore using script component in SSIS. you can fix this code by

SSIS : Sequence Container

Sequence containers is used to group the package into multiple separate control flows, each containing one or more tasks and…

What is @@IDENTITY ?

Very often, it is important to check the last identity value inserted into a table. This can be easily done…

Using string function DIFFERENCE()

The function “Difference” is used to check the similarity between two string based on its sound. This function internally uses the…

Some SQL best practices

I had been seeing lot of SQL best practices posts on the web. I found some points missing in many of these…

ASCII character set table

ASCII character set and values in decimal,hexadecimal,oct Special Characters Char Oct Dec Hex Remarks NUL 0 0 0 Null character…