WROX.PROFESSIONAL.MICROSOFT.SQL.SERVER.2014.INTEGRATION.SERVICES.2014 by Mike Davis & Chris Rock
Author:Mike Davis & Chris Rock
Format: epub
Published: 0101-01-01T00:00:00+00:00
What benefit did you gain? Well, because you did this conversion in the source extraction query, SSIS receives the data in a cleaner state than it was originally. Of course, there are bound to be other data quality issues that SSIS will need to deal with, but at least you can get the trivial ones out of the way while also improving basic performance. As far as SSIS is concerned, when it sets up the pipeline column structure, it will use the names and types represented by the query. For instance, it will believe the IsActive column is (and always has been) a BIT — it doesn’t waste any time or space treating it as a 17-byte DECIMAL. When you execute the package, the data is transformed inside the SQL engine, and SSIS consumes it in the normal manner (albeit more efficiently because it is cleaner and sharper).
You also gave the columns friendlier names that your ETL developers may find more intuitive. This doesn’t add to the performance, but it costs little and makes your packages easier to understand and maintain. If you are planning to use the data in a data warehouse and eventually in an Analysis Services cube, these friendly names will make your life much easier in your cube development.
The results of these queries running in a Data Flow in SSIS are very telling. The old query returns over 19,000 rows, and it took about 0.3 seconds on the test machine. The new query returned only a few dozen rows and took less than half the time of the old query. Imagine this was millions of rows or even billions of rows; the time savings would be quite significant. So query tuning should always be performed when developing SSIS Data Flows.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Deep Learning with Python by François Chollet(12699)
Hello! Python by Anthony Briggs(10007)
OCA Java SE 8 Programmer I Certification Guide by Mala Gupta(9874)
The Mikado Method by Ola Ellnestam Daniel Brolund(9871)
A Developer's Guide to Building Resilient Cloud Applications with Azure by Hamida Rebai Trabelsi(9786)
Dependency Injection in .NET by Mark Seemann(9421)
Hit Refresh by Satya Nadella(8870)
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8386)
The Kubernetes Operator Framework Book by Michael Dame(7980)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7837)
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7808)
Exploring Deepfakes by Bryan Lyon and Matt Tora(7778)
Grails in Action by Glen Smith Peter Ledbrook(7771)
Practical Computer Architecture with Python and ARM by Alan Clements(7720)
Implementing Enterprise Observability for Success by Manisha Agrawal and Karun Krishnannair(7686)
Robo-Advisor with Python by Aki Ranin(7672)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7653)
Building Low Latency Applications with C++ by Sourav Ghosh(7566)
Svelte with Test-Driven Development by Daniel Irvine(7554)
