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
How many types of cursor type are there?
what are user defined datatypes and when you should go for them? : Sql server database administration
Mention the different types of replication in sql server.
What is a dataset and what are the different types of datasets?
How to change a login name in ms sql server?
What is compound operators?
What is partition index in sql server?
what data regions are and what are the different data regions?
Indexes are updated automatically is the full-text index also updated automatically?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
How do I view a procedure in sql server?
Explain about SQL server 2005?
What are the new features of sql server 2012 reporting service?
What are the built in functions in sql server?
Tell me about normalization in DBMS.