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
How do we Backup SQL Azure Data?
Explain how many types of relationship?
Explain about service Broker functions?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
What is default port number for sql server 2000?
Define model database?
Is truncate autocommit?
Explain foreign key in sql server?
Find columns used in stored procedure?
difference between Clustered index and non clustered index ?
What is the rdl file?
Which are the new data types introduced in sql server 2008?
What happens if you are trying to access a schema not owned by you?
Your table has a large character field there are queries that use this field in their search clause what should you do?
what is denormalization and when would you go for it? : Sql server database administration