<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Derived Columns and IsSorted=True</title>
	<atom:link href="http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/</link>
	<description>Random thoughts and experiences with SSIS, by Phil Brammer</description>
	<lastBuildDate>Wed, 25 Jan 2012 10:27:44 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dae Seong Han</title>
		<link>http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/comment-page-1/#comment-19</link>
		<dc:creator>Dae Seong Han</dc:creator>
		<pubDate>Sat, 07 Apr 2007 09:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/#comment-19</guid>
		<description>Hello.
My name is Daeseong Han and new SQL Server MVP, Korean.

Here is my new trick about this problem.

http://www.sqlleader.com/mboard.asp?exec=view&amp;strBoardID=DSHan&amp;intSeq=1033

If you need to login my web site(sqlleader.com), use id and password - test / test.


- D.S Han</description>
		<content:encoded><![CDATA[<p>Hello.<br />
My name is Daeseong Han and new SQL Server MVP, Korean.</p>
<p>Here is my new trick about this problem.</p>
<p><a href="http://www.sqlleader.com/mboard.asp?exec=view&amp;strBoardID=DSHan&amp;intSeq=1033" rel="nofollow">http://www.sqlleader.com/mboard.asp?exec=view&amp;strBoardID=DSHan&amp;intSeq=1033</a></p>
<p>If you need to login my web site(sqlleader.com), use id and password &#8211; test / test.</p>
<p>- D.S Han</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/comment-page-1/#comment-6</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Wed, 07 Mar 2007 23:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ssistalk.com/2007/03/07/derived-columns-and-issortedtrue/#comment-6</guid>
		<description>No worries Phil.

I have an issue with this actually. If you know that the output is still sorted by the sort keys on the input then it would help to be able to specify, via the advanced editor, that the output is sorted.

Unfortunately you cannot do this because the derived column component is synchronous.

Its not a bug, more of an anomoly. And we&#039;re stuck with it I&#039;m afraid.

You do have another option. Instead of replacing the original column add the derived value as a new column. The output will still be sorted although te new column will not be part of the Sort Key. In many cases though that won&#039;t be a problem. It depends on your scenario.

-Jamie</description>
		<content:encoded><![CDATA[<p>No worries Phil.</p>
<p>I have an issue with this actually. If you know that the output is still sorted by the sort keys on the input then it would help to be able to specify, via the advanced editor, that the output is sorted.</p>
<p>Unfortunately you cannot do this because the derived column component is synchronous.</p>
<p>Its not a bug, more of an anomoly. And we&#8217;re stuck with it I&#8217;m afraid.</p>
<p>You do have another option. Instead of replacing the original column add the derived value as a new column. The output will still be sorted although te new column will not be part of the Sort Key. In many cases though that won&#8217;t be a problem. It depends on your scenario.</p>
<p>-Jamie</p>
]]></content:encoded>
	</item>
</channel>
</rss>

