dbTalk Databases Forums  

Custom Transformation and Row order

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Custom Transformation and Row order in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Blaz Ziherl
 
Posts: n/a

Default Custom Transformation and Row order - 01-21-2005 , 04:41 PM






Hi,

I have build my own custom transformation and tested it by copying a source
table with 50000 records to the destination table. The records were copied in
a strange order. Is this a normal SQL server behaviour, or is this issue
related to my custom transformation?

Regards,
Blaz Ziherl

Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: Custom Transformation and Row order - 01-22-2005 , 06:24 PM






What makes you say they were copied in a strange order?

Remember in SQL Server there is no such thing as an order unless you explicitly tell the query ORDER BY.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com


"Blaz Ziherl" <BlazZiherl (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,

I have build my own custom transformation and tested it by copying a source
table with 50000 records to the destination table. The records were copied in
a strange order. Is this a normal SQL server behaviour, or is this issue
related to my custom transformation?

Regards,
Blaz Ziherl



Reply With Quote
  #3  
Old   
Blaz Ziherl
 
Posts: n/a

Default Re: Custom Transformation and Row order - 01-23-2005 , 08:35 AM



Yeah, I read several times that there is no such thing as an order, unless
you use ORDER BY, which makes sense. I just needed to make sure that it's not
me doing something wrong.

Anyway: Thanks for your answer.

"Allan Mitchell" wrote:

Quote:
What makes you say they were copied in a strange order?

Remember in SQL Server there is no such thing as an order unless you explicitly tell the query ORDER BY.

--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - SQL Server 2005 Integration Services.
www.Konesans.com


"Blaz Ziherl" <BlazZiherl (AT) discussions (DOT) microsoft.com> wrote

Hi,

I have build my own custom transformation and tested it by copying a source
table with 50000 records to the destination table. The records were copied in
a strange order. Is this a normal SQL server behaviour, or is this issue
related to my custom transformation?

Regards,
Blaz Ziherl




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.