First published on MSDN on Jan 06, 2011
There are a number of small changes to Integration Services in SQL Server Denali that might not be immediately apparent. One of these is the new LEFT function in the http://msdn.microsoft.com/en-us/library/ms141671.aspx .
This new function provides a simpler way to get the first part of string expression - prior to Denali, you’d use the http://msdn.microsoft.com/en-us/library/ms137541.aspx with an offset of zero.
Helpful Denali links:
- http://blogs.msdn.com/b/mattm/archive/2010/11/22/sql-server-denali-resource-center.aspx
- http://msdn.microsoft.com/en-us/library/bb500435(SQL.110).aspx
- http://msdn.microsoft.com/en-us/library/bb522534(v=SQL.110).aspx
Updated Mar 25, 2019
Version 2.0SSIS-Team
Copper Contributor
Joined March 25, 2019
SQL Server Integration Services (SSIS) Blog
Follow this blog board to get notified when there's new activity