- SQL Server 2017 Integration Services Cookbook
- Christian Cote Matija Lah Dejan Sarka
- 129字
- 2021-07-02 20:41:24
Installing SQL Server 2016
This section will go through the installation of SQL Server engine, which will host the database objects used throughout this book.
These are the features available for SQL Server setup:
- Database engine: It is the core of SQL Server. It manages the various database objects such as tables, views, stored procedures, and so on.
- Analysis services: It allows us to create a data semantic layer that eases data consumption by users.
- Reporting services (native): It allow us to create various reports, paginated, mobile, and KPI's for data consumption.
- Integration services: It is the purpose of this book, SQL Server data movement service.
- Management tools: We'll talk about these in the next section.
- SQL Server Data Tools: We'll talk about these in the next section.
推薦閱讀
- JavaScript 從入門到項目實踐(超值版)
- SOA實踐
- 趣學Python算法100例
- MariaDB High Performance
- 教孩子學編程:C++入門圖解
- SQL Server 2012數據庫管理與開發項目教程
- Learning Laravel's Eloquent
- NetBeans IDE 8 Cookbook
- Unity 2017 Game AI Programming(Third Edition)
- Java EE 7 Development with WildFly
- 讀故事學編程:Python王國歷險記
- 前端程序員面試算法寶典
- Illustrator CS6中文版應用教程(第二版)
- 軟件自動化測試實戰解析:基于Python3編程語言
- Go Programming Cookbook(Second Edition)