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
What is 3nf normalization form?
Do you know what are different types of replication in sql server?
What methods do you follow to protect from sql injection attack?
How do I find the port number for sql server?
What are the methods used to protect against sql injection attack?
How to display a past time in days, hours and minutes?
What is 4nf in normalization form?
What is difference between clustered index and non clustered index?
Explain the dirty pages?
How to create an identity column?
What is the concept of optimization?
What is the difference between functions and scalar functions?
Do you know what guidelines should be followed to help minimize deadlocks?
Explain error and transaction handling in sql server?
What is the template in sql?