Explain the basic concepts of SQL server architecture?

Answer Posted / hari

Sql server is having Physical database & logical database
On Physical Database contians file groups and Transcation
log
in file group Contains data files-36,767 TB
data file contains of tabel -
tabel containts extents
Extents contains Pages
pages Contains rows
Transcation log is Userdefined filegroup by default it's
primary file group
Logical - database objects like
view,Sp,functions,Triggers,Indexes and roles etc

Is This Answer Correct ?    33 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the chart in report?

111


What are the advantages of having an index on the sql server?

548


What is temporal data type?

528


How do I view a stored procedure in sql server?

524


Explain what are the database objects? : SQL Server Architecture

577






Can two tables share the same primary key?

513


Explain filestream storage of sql server 2008?

522


Can we use custom code in ssrs?

593


What are the disadvantages of indexes?

540


what is the different types of backups available in sql server? : Sql server database administration

506


Do you know sql server 2008 introduces automatic auditing?

520


Can we insert data into a view?

575


What is the difference between DATETIME2 and DATETIME?

636


What is Transparent Data Encryption?

593


What it means to be triggered?

506