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 logon trigger?
Why do we partition data?
How will you monitor replication latency in transactional replication? : sql server replication
How do I start sql server?
What is truncate table?
What is default constraint in ms sql server?
What is the significance of master, tempdb and model databases?
What is isolation levels?
How we can refresh the view?
Can we delete data from a view?
Can we add our custom code in ssis?
Which autogrowth database setting is good?
You are designing a strategy for synchronizing an SQL Azure database and multiple remote Microsoft SQL Server 2008 databases. The SQL Azure database contains many tables that have circular foreign key relationships?
What is NOT NULL Constraint in sql server 2012?
Explain the use of containers in ssis and also their types?