Who is online?  0 guests and 0 members
Home  »  Blogs  »  marcoadf: March 2012

Communifire Blogs

Blogs RSS Feed

marcoadf :March 2012 postings

marcoadf

SQL Server 2012 - SSIS - New functions

3/16/2012 by marcoadf  -  Comments: 0  -  Views: [4623]

As in my previous blog posts, I've been posting some new features in SQL Server 2012. In today's post, I would like to show you new features in SSIS. One of them is the left function wich till now you had to use substring to achieve the same result. These are the new functions in SSIS: LEFT - You now can easily return the leftmost portion of a string rather than use the SUBSTRING function. Left syntax is the same as we know in T-SQL: LEFT(character_expression,number) REPLACENULL - You can use th...

Read More

Page 1 of 1 (1 items)