Data Operations Logic and Best Application Selection Guide
DESCRIPTION
Explore the appropriate logic for data operations, determine the volume of data to process, and select the best app for the task. Consider where the application should run and configuration options.
1 / 15
Download Presentation
Data Operations Logic and Best Application Selection Guide
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Operations What logic should be applied to the data? Volume How much data must be processed? Which app is best suited to these operations on this volume of data? For example, use SQL Server or SSIS for sorting data? Application Where should the app run? For example, on a shared server, or on a standalone machine? Location
Text file on Server 1 SQL Server on Server 2
Text file on Server 1 SQL Server on Server 2 Consider the following configuration … Where should SSIS run? (Licensing issues aside)
More Related