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
Mention the different authentication modes in sql server.
Is the order of columns in the set clause important in ms sql server?
How can change procedure in sql server?
How the authentication mode can be changed?
Mention what are the different types of ssrs reports?
What are dml (data manipulation language) statements in ms sql server?
What is a derived table?
What is table valued function and scalar valued functions?
What program is used to store the data source file?
Can you create a logon trigger in sql server 2005 express edition?
What is the difference between functions and stored procedures?
A trigger can reference objects outside the current database? State true or false.
A user is a member of the public role and the sales role. The public role has select permission on all the tables. The sales role does not have select permission on some of the tables will the user be able to select from all tables?
what is a sub-report?
New concepts of sql server 2005 use in your project.