- SQL Server 2017 Administrator's Guide
- Marek Chmel Vladimír Mu?n?
- 301字
- 2021-07-02 21:51:30
Understanding SQL Server DE
The core and most important service in the SQL Server technology set is the SQL Server Data Engine (DE). This service has the three most important responsibilities aside of storing data:
- Handling recovery: This responsibility means that after any sudden as well as planned breakdown of the service or database, the service will recover every database to its last consistent state without any undone transactions
- Handling transactions: Transaction is mentioned as a single unit of work and SQL Server DE has to guarantee that transactions will be durable and isolated one from another and correctly finished on COMMIT or ROLLBACK
- Handling security: SQL Server DE resolves every request for authentication or authorization and decides if the user or application is known (authenticated) and if the user or application has permission for certain actions (authorization)
SQL Server does not provide its capabilities to end users only, but it's necessary to keep in mind that SQL Server DE serves as a base service not just for users, but also for almost every other service in the SQL Server technology set and it sets the next important points:
- Every BI service such as analysis services or reporting services are actually clients of SQL Server DE.
- Some services like machine learning services can be installed within or independently of SQL Server DE.
- SQL Server agent (not seen in the previous figure) plays an exceptional role in the SQL Server ecosystem. This service exists as an inpisible part of every SQL Server DE.
Why do we need this information? It's one of the crucial moments when planning SQL Server installation. For example, analysis services are heavily resource consuming and their deployment along with SQL Server DE could lead to big performance problems and user disappointment with responses on their requests.
- Internet接入·網絡安全
- Julia 1.0 Programming
- 人工智能趣味入門:光環板程序設計
- Deep Reinforcement Learning Hands-On
- 網站入侵與腳本攻防修煉
- 從零開始學PHP
- Learning ServiceNow
- Mastering OpenStack(Second Edition)
- Web璀璨:Silverlight應用技術完全指南
- 基于人工免疫原理的檢測系統模型及其應用
- 漢字錄入技能訓練
- Windows 7故障與技巧200例
- QTP自動化測試實踐
- 從實踐中學嵌入式Linux操作系統
- Hands-On Artificial Intelligence for Beginners