Explain the architecture of SQL Server?

Answers were Sorted based on User's Feedback



Explain the architecture of SQL Server?..

Answer / 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

Explain the architecture of SQL Server?..

Answer / hari

Sql Server is having Physical database and logical database
in physical database-Filegroups,transcation log
Filegroups contains - datafiles
datafiels contains - tables
tables contains - Extents
Extents contains - pages
Pages contains - Rows
Trancastion log is user defined file group by default it is
primary file group,
Logical database objects like
storedprocedre,views,indexes,trigeers

Is This Answer Correct ?    46 Yes 26 No

Post New Answer

More SQL Server Interview Questions

what is a traditional network library for sql servers? : Sql server database administration

0 Answers  


Give an example of SQL injection attack ?

0 Answers   HAL,


What is a ddl statement?

0 Answers  


What is the use of MOVE keyword in restore command

3 Answers   IBM,


How do I schedule a sql server profiler trace?

0 Answers  


What is the importance of concurrency control?

0 Answers  


Explain the steps to create and execute a user-defined function in the sql server?

0 Answers  


What are the different types of sub-queries?

0 Answers  


Explain different types of self contained sub query?

0 Answers  


You are doing log shipping due to some reasons it is failing. How you will proceed from there

0 Answers  


How to create user messages with print statements in ms sql server?

0 Answers  


What is the difference between a unique key and primary key?

0 Answers  


Categories