Explain the basic concepts of SQL server architecture?

Answers were Sorted based on User's Feedback



Explain the basic concepts of SQL server architecture?..

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

Explain the basic concepts of SQL server architecture?..

Answer / bhushan

SQL server Architechture is basically a partition of
Logical and Physical data database.

Is This Answer Correct ?    17 Yes 11 No

Post New Answer

More SQL Server Interview Questions

What is difference between drop truncate and delete?

0 Answers  


What are the dmvs? : sql server database administration

0 Answers  


Is it possible to call a stored procedure within a stored procedure?

0 Answers  


What command do we use to rename a db?

5 Answers   IBM,


What are the triggers in sql?

0 Answers  






how can a database be repaired? : Sql server administration

0 Answers  


What is triggers and stored procedures?

0 Answers  


where can you add custom error messages to sql server? : Sql server administration

0 Answers  


What is the maximum size of a dimension? : sql server analysis services, ssas

0 Answers  


How to enable/disable indexes?

0 Answers  


Explain partitioned view?

0 Answers  


Why we use the openxml clause?

0 Answers  


Categories