﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Integration Services / Data Warehousing  / IsSort on Derived column transformation / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 18:40:19 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: IsSort on Derived column transformation</title><link>http://www.sqlservercentral.com/Forums/Topic982776-364-1.aspx</link><description>You can sort the data in 2 ways1. sort the data in database and then apply the Issorted and sortkey position on the source adapter which comes before any transformation like derived column2. If its not possible in DB end, then use SORT transformation in SSIS which is asynchronous and blocking in nature.Hope this helps you:-)Durga.</description><pubDate>Fri, 26 Aug 2011 11:11:03 GMT</pubDate><dc:creator>durga palepu</dc:creator></item><item><title>RE: IsSort on Derived column transformation</title><link>http://www.sqlservercentral.com/Forums/Topic982776-364-1.aspx</link><description>Even better!!:-):-):-)</description><pubDate>Tue, 05 Oct 2010 07:24:36 GMT</pubDate><dc:creator>Raunak Jhawar</dc:creator></item><item><title>RE: IsSort on Derived column transformation</title><link>http://www.sqlservercentral.com/Forums/Topic982776-364-1.aspx</link><description>You could also sort your data at the extraction point. That is substantially faster than the sort transform, since the heavy lifting is done on the SQL server side and not in memory via Visual Studio.</description><pubDate>Tue, 05 Oct 2010 07:21:31 GMT</pubDate><dc:creator>Justin James</dc:creator></item><item><title>RE: IsSort on Derived column transformation</title><link>http://www.sqlservercentral.com/Forums/Topic982776-364-1.aspx</link><description>[quote][b]gracebite (9/8/2010)[/b][hr]Hi Friends,   I am trying to enable IsSort property to True on Derived column transformationBut I couldn't[/quote]You may set the IsSort Property in the DFT itself and later pass the the set to derivied ColumnPS: IsSort will not sort your dataset...it will rather tell the Derived column task that the dataset is sorted already..Incase you wish to sort the data you will have to implement the Sort transformation</description><pubDate>Wed, 08 Sep 2010 22:08:32 GMT</pubDate><dc:creator>Raunak Jhawar</dc:creator></item><item><title>IsSort on Derived column transformation</title><link>http://www.sqlservercentral.com/Forums/Topic982776-364-1.aspx</link><description>Hi Friends,   I am trying to enable IsSort property to True on Derived column transformationBut I couldn'tCan you please help me out, it is urgent for me Thanks in Advance Grace</description><pubDate>Wed, 08 Sep 2010 21:53:48 GMT</pubDate><dc:creator>gracebite</dc:creator></item></channel></rss>