to explain sql server 2000 architecture & authentication
Answer / 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 |
What happens if null values are involved in bitwise operations?
what are cursors? : Sql server database administration
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
State a few properties of relational databases?
Explain what is the function of sql server agent windows service?
How to concatenate two strings in SQL Server.
What is star, snowflake and star flake schema? : sql server analysis services, ssas
where do you use Isolations?give me some exmpale?
What are the steps need to be take improve the speed of a SQLDATA Server?
What is difference between Datepart() and Datename() in SqlServer?
Explain how to maintain a fill factor in existing indexes?
How to generate the Reports for the Database? I need an Example for it.Will we manually do this or else any script is there? Please let me know ASAP...
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)