Explain the architecture of SQL Server?
Answer Posted / hari
Sql Server is having Physical database and logical database
in physical database-Filegroups,transcation log
Filegroups contains - datafiles
datafiels contains - tables
tables contains - Extents
Extents contains - pages
Pages contains - Rows
Trancastion log is user defined file group by default it is
primary file group,
Logical database objects like
storedprocedre,views,indexes,trigeers
| Is This Answer Correct ? | 46 Yes | 26 No |
Post New Answer View All Answers
What is sql server profiler trace data file?
How to use "begin ... End" statement structures in ms sql server?
Is the order of columns in the set clause important in ms sql server?
Explain throw statement in sql server 2008?
What is in place upgrade in sql server?
How to retrieve error messages using mssql_get_last_message()?
List some major differences between triggers and stored procedures?
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Tell me can we use custom code in ssrs?
Which Model uses the SET concept
What is code near application topology?
What do you do in data exploration
What Is Rdbms?
What is partition in sql server?
Please explain go command in sql server?