SQL Server Note 1

Source: Internet
Author: User
  1. The Database engine is a core service provided by SQL Server that allows users to store, retrieve, process, and secure data.

  2. Database Engine Services enable users to build high-performance online transaction processing applications and Support online analytical processing.

  3. The storage engine is the "soul" of a SQL Server database, controlling how the data is stored on disk and how the data is accessed by the application.

  4. The database engine is a core component that does not interact directly with users, and it consists of some of the most critical parts for storing and managing data.

  5. The storage engine manages data stores that are based on the definition of table and column data types.

  6. For ease of querying, use the index.

  7. With partitioning, you can split large tables and indexes into multiple storage structures.

  8. Multi-user access to quorum data using the lock and transaction management features to ensure consistent data access.

  9. To protect data from catastrophic loss, we can make a full or incremental backup of the database to recover the corrupted data through a backup.


SQL Server Note 1

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.