Explain the architecture of SQL Server?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you check the level of fragmentation on a table?

780


What is Federation Root Database?

100


Can you name some of the dml commands in sql?

765


What is the difference between Clustered and Non-Clustered Index?

789


How to create sub reports?

212


What is PROJECTION Operation?

767


Define union, union all, minus, intersect?

747


How to find index size for each index on table?

777


what is denormalization and when would you go for it? : Sql server database administration

901


How to find tables without indexes?

790


What are the requirements to use odbc connections in php scripts?

818


What is compression - row-level and page-level compression?

694


Describe and explain about SQL native client?

796


Where is localdb stored?

735


How do you identify a foreign key?

785