Blog Post

SQL Server Integration Services (SSIS) Blog
1 MIN READ

LEFT Function in SSIS Expressions

SSIS-Team's avatar
SSIS-Team
Copper Contributor
Mar 25, 2019
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.0
No CommentsBe the first to comment