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 difference between join and natural join?
How many columns can we include on clustered index ?
What is 'Join' and explain its various types.
Can you use order by when defining a view?
What is the need for group functions in sql?
What happens if the update subquery returns multiple rows in ms sql server?
What is policy management?
What is difference between joins and subqueries?
What is sql server query analyzer?
Does view occupy space?
Characterize join and name diverse sorts of joins?
What are the types of table?
Can we perform backup restore operation on tempdb?
What is a full text index?
How to remove duplicate rows from table except one?