Sql Server Operating System – SQLOS
- Posted by Sqltimes
- On November 15, 2013
- 0 Comments
Quick one today
Sql Server has its own operating system that manages several things before the commands are sent to Windows Operating System. All Sql Server services a.k.a. SSRS, DB Engine rely on SQLOS for
- Memory Management
- Scheduling
- Synchronization
- Memory Brokers
- Exceptional Handling
- Deadlock Detection
- Extended Events
- Asynchronous I/O
While it performs all the above and more tasks, Memory Management and Scheduling are some of its primary tasks.
Hope this helps,
_Sqltimes
0 Comments