all groups > sql server dts > october 2004 >
You're in the

sql server dts

group:

Problem with Transform DT with source set to SQL querry.


Re: Problem with Transform DT with source set to SQL querry. Allan Mitchell
10/21/2004 9:14:38 PM
sql server dts:
This should sort by IP

And what does the view look like?
Sample data and evidence of non-sorting?

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

Problem with Transform DT with source set to SQL querry. Tomasz Stawarz
10/21/2004 9:26:53 PM
Hi.

I'm transformating http logs. When setting up Transform Data Task to use SQL
querry as source like:

SELECT *
FROM transacion
ORDER BY IP

It didn't sortking by IP ! But wen i use a view with this same SQL querry it
is ok - it sorts. WHY ???


TomS

Re: Problem with Transform DT with source set to SQL querry. Tomasz Stawarz
10/22/2004 12:14:34 AM

[quoted text, click to view]

Yes, should but didn't. I have SQL Serv. 2000 with SP3a....

[quoted text, click to view]

It's the same:
SELECT *
FROM transacion
ORDER BY IP



Re: Problem with Transform DT with source set to SQL querry. Allan Mitchell
10/22/2004 6:50:20 AM
Then post the table definition + some sample data illustrating the
differences in the two method results

--
--

Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

AddThis Social Bookmark Button