- SAP Data Services 4.x Cookbook
- Ivan Shomnikov
- 452字
- 2021-08-20 10:52:13
Preparing a database environment
This recipe will lead you through the further steps of preparing the working environment, such as preparing a database environment to be utilized by ETL processes as a source and staging and targeting systems for the migrated and transformed data.
Getting ready
To start the ETL development, we need to think about three things: the system that we will source the data from, our staging area (for initial extracts and as a preliminary storage for data during subsequent transformation steps), and finally, the data warehouse itself, to which the data will be eventually delivered.
How to do it…
Throughout the book, we will use a 64-bit environment, so ensure that you download and install the 64-bit versions of software components. Perform the following steps:
- Let's start by preparing our source system. For quick deployment, we will choose the Microsoft SQL Server 2012 Express database, which is available for download at http://www.microsoft.com/en-nz/download/details.aspx?id=29062.
- Click on the Download button and select the SQLEXPRWT_x64_ENU.exe file in the list of files that are available for download. This package contains everything required for the installation and configuration of the database server: the SQL Server Express database engine and the SQL Server Management Studio tool.
- After the download is complete, run the executable file and follow the instructions on the screen. The installation of SQL Server 2012 Express is extremely straightforward, and all options can be set to their default values. There is no need to create any default databases during or after the installation as we will do it a bit later.
How it works…
After you have completed the installation, you should be able to run the SQL Server Management Studio application and connect to your database engine using the settings provided during the installation process.
If you have done everything correctly, you should see the "green" state of your Database Engine connection in the Object Explorer window of SQL Server Management Studio, as shown in the following screenshot:

We need an "empty" installation of MS SQL Server 2012 Express because we will create all the databases we need manually in the next steps of this chapter. This database engine installation will host all our source, stage, and target relational data structures. This option allows us to easily build a test environment that is perfect for learning purposes in order to become familiar with ETL development using SAP Data Services.
In a real-life scenario, your source databases, staging area database, and DWH database/appliance will most likely reside on separate server hosts, and they may sometimes be from different vendors. So, the role of SAP Data Services is to link them together in order to migrate data from one system to another.
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- 簡單高效LATEX
- Developing Middleware in Java EE 8
- 碼上行動:零基礎學會Python編程(ChatGPT版)
- Java程序設計與計算思維
- 基于差分進化的優化方法及應用
- Flash CS6中文版應用教程(第三版)
- Julia Cookbook
- HDInsight Essentials(Second Edition)
- 移動界面(Web/App)Photoshop UI設計十全大補
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Terraform:多云、混合云環境下實現基礎設施即代碼(第2版)
- 0 bug:C/C++商用工程之道
- Unity&VR游戲美術設計實戰
- Visual Basic程序設計(第三版)