Browse by Tags

All Tags » teched » ssis (RSS)

Ordered data requires ORDER BY

When you select data out of a database table, it might seem as if the system will give you data in the order of the clustered index that is on that table (assuming it has one), but this isn't quite right. I showed this in the fifth of my T-SQL tips...
Posted by Rob Farley | with no comments
Filed under: , ,