Architecture And Editions of Sql Server
Keywords:
Sql Server, Databases, ArchitectureAbstract
The SQL Server Database Engine divides each physical log file internally into a number of virtual log files. Virtual log files have no fixed size, and there is no fixed number of virtual log files for a physical log file. We recommend that you assign log files a size value close to the final size required, and also have a relatively large growth_increment value. SQL Server uses a write-ahead log (WAL), which guarantees that no data modifications are written to disk before the associated log record is written to disk. This maintains the ACID properties for a transaction. This paper provides the information about architecture and editions of SQL SERVER.
References
- Blaha, Michael R. A Manager’s Guide to Database Technology. Upper Saddle River, NJ: Prentice Hall (2001). ISBN 0-13-030418-2.
- Connolly, Thomas, and Carolyn Begg. Database Systems: A Practical Approach to Design, Implementation, and Management. 4th ed. Har- low, England: Addison-Wesley (2004). ISBN 978-0-321-29401-2.
Downloads
Published
Issue
Section
License
Copyright (c) IJSRCSEIT

This work is licensed under a Creative Commons Attribution 4.0 International License.