SQL Lecture
SQL Lecture
SQL Lecture
Multiple Instances:-
SQL Server 2005 provides the capability of installing
multiple instances of the database application on a
single computer. Depending on the edition of SQL
Server being installed, up to 50 instances can be
installed
SQL Server 2005 Database Objects:-
Server:-
System Databases:-
The system databases are comprised of Master, Model,
MSDB, TempDB, and the hidden Resource
Database.
The Master Database:-
The Master database is used to record all server-
level objects in SQL Server 2005. This includes
Server Logon accounts, Linked Server definitions,
and EndPoints.
User Databases
Capacity Planning:-
Memory Considerations
The minimum amount of RAM, according to Microsoft,
is 512MB SQL Server likes memory—a lot. It attempts to
place as much data as possible in RAM so that the data is
readily available for processing.