Explain the architecture of SQL Server?
Answer Posted / skybeaver
SQL Server was originally developed by Sybase in the mid-
1980s and licensed to Microsoft until 1997. Even today,
most of the core technology in SQL Server is the same as
Sybase Adaptive Server Enterprise. Architecturally, Sybase
and Microsoft are very similar, and both use the Transact-
SQL dialect of SQL that is copyrighted by Sybase. To this
day, Sybase receives a royalty for every copy of SQL Server
sold.
Key architecture points:
1. Multi-threaded, scales to multiple processors
2. Main databases are master, model, tempdb
3. Each database has at least one data segment and one
log segment
4. Transaction log is used for rollback and recovery
| Is This Answer Correct ? | 65 Yes | 15 No |
Post New Answer View All Answers
What are the operating modes in which database mirroring runs?
how we use window authentication connection with sql server.?
Tell me can we use custom code in ssrs?
What are cursors in ms sql server?
Difference between aggregate functions of sql?
How to concatenate two binary strings together?
Does order by actually change the order of the data in the tables or does it just change the output?
explain the storage models of olap? : Sql server database administration
What the class forname () does?
What is indexing explain it with an example?
What are page splits?
What are the different types of replication you can set up in sql server?
Explain what is public role in sql server?
What is function of master database?
What is the server name for sql management studio?