- SQL Server on Linux
- Jasmin Azemovi?
- 394字
- 2021-07-02 20:24:12
What this book covers
Chapter 1, Linux Distributions, covers the basics of supported Linux distributions. You will learn about openSUSE and Ubuntu distributions and will be prepared for the installation procedure.
Chapter 2, Installation and Configuration, covers key points about the installation and initial configuration of SQL Server on Linux. You will learn how to install SQL Server on Linux on the openSUSE and Ubuntu distributions.
Chapter 3, SQL Server Basics, is about the SQL Server architecture and concepts, and how they differ from other database platforms.
Chapter 4, Database in the Sandbox, is about using DDL and DML sets of SQL statements in the SQL Server environment. You will learn how to create, modify, and delete a database and its objects, and how to implement INSERT, SELECT, DELETE, and update statements.
Chapter 5, Sample Databases, teaches you how to find and install SQL Server samples. You will learn how to restore a sample database and browse through its structure and objects.
Chapter 6, A Crash Course in Querying, shows you how to write efficient queries on SQL Server samples. The readers will learn to write SELECT statements on one or more tables in combination with different sets of operators and functions.
Chapter 7, Backup and Recovery Operations, is about understanding and creating backup procedures inside your database environment. The process of restoring is equally as important as backing up. This chapter will also teach you how to create and implement an efficient restore procedure.
Chapter 8, User Management, focusses on the user management process using the security features of SQL Server. You will learn how to implement new logins and map procedures to specific assets on SQL Server.
Chapter 9, Implementing Data Protection, is focused on data protection using the built-in support for encryption. If you want to prevent and minimize the consequences of data breaches, then this is the right chapter for you.
Chapter 10, Indexing, explains how to use different types of indexing to achieve better performance for your SQL code. The reader will learn how to recognize bottlenecks inside databases and apply the appropriate indexing methods.
Chapter 11, In-Memory OLTP, shows the readers how to implement different types of in-memory OLTP features.
Chapter 12, Beyond SQL Server, takes you on a beautiful journey through the rest of the features and tools that can be used in SQL Server development.
- Java語言程序設(shè)計(jì)
- Python科學(xué)計(jì)算(第2版)
- R語言經(jīng)典實(shí)例(原書第2版)
- Learning Chef
- 深入淺出Windows API程序設(shè)計(jì):編程基礎(chǔ)篇
- Windows Server 2012 Unified Remote Access Planning and Deployment
- Visual C++應(yīng)用開發(fā)
- PhpStorm Cookbook
- Learning Hunk
- NetBeans IDE 8 Cookbook
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- 小程序從0到1:微信全棧工程師一本通
- Go語言入門經(jīng)典
- 從“1”開始3D編程
- Server Side development with Node.js and Koa.js Quick Start Guide