to explain sql server 2000 architecture & authentication
Answer Posted / madhuri
Sql server architecture
Database having physical and logical databases
in physical databases contains filegroup and Transcation log
in filegroup consists of datafile--36,767 TB
datafile consists of table--a single table can have 1024
columns.
Table consists of extents---8 contigious pages 1 extent--
64KB
exetents consists of pages---8KB
pages consists of rows---8060 bytes(max row size)
Tnasaction log is userdefind filegroup by default it's
primary file group.
Logical --- database objects like
views,sp,functions,triggers,indexes and roles etc.
------authentication modes
There are two types of Authentication modes.
1.Windows Authentication Mode.
2.Sql server Authentication(mixed mode)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can windows applications connect to sql servers via odbc?
How to make conditional sum in ssrs?
How to execute a sql statement using mssql_query()?
What is identity?
What is a scheduled job or what is a scheduled task?
What are scalar functions?
Explain the steps to use transact-sql cursor?
What are the differences between char and nchar in ms sql server?
Which joins are sql server default?
Difference between Sql server reporting services and Crystal reports?
How to convert a numeric expression from one data type to another?
Write a SQL command to insert and update only a particular field?
What are the advantages of sql azure?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
Explain about analysis services?