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 save transaction and save point?
Mention the different types of triggers?
What are dml triggers and types of dml triggers?
What is resource governor?
How to define and use table alias names in ms sql server?
How do I view a script in sql server?
How do I make a resultset scrollable?
Can we hide the definition of a stored procedure from a use?
What do you mean by an execution plan? Why is it used?
What are functions in the sql server?
How to list all login names on the ms sql server?
Can multiple columns be used in sql group by clause in ms sql server?
What are Spatial data types in SQL Server 2008
Can you create a logon trigger in sql server 2005 express edition?
Which autogrowth database setting is good?