sql server 2005 basics

27
SQL Server 2005 Basics Ramkumar Lakshminarayanan Rajaram Computers Mahadanapuram, India. [email protected]

Upload: meeraneela0808

Post on 13-Nov-2014

3.195 views

Category:

Documents


1 download

DESCRIPTION

This presentation is introductory about SQL Server Basics.Useful for persons searching for slides related to SQL Server 2005 Basics.

TRANSCRIPT

Page 1: SQL Server 2005 Basics

SQL Server 2005 Basics

Ramkumar LakshminarayananRajaram ComputersMahadanapuram, [email protected]

Page 2: SQL Server 2005 Basics

Knowledge of these basics will help you to make decisions about whether the product is right for you, and will help you with the installation process.

Page 3: SQL Server 2005 Basics

Versions of SQL Server 2005 Available

SQL Server 2005 Express Edition SQL Server 2005 Workgroup Edition SQL Server 2005 Developer Edition SQL Server 2005 Standard Edition SQL Server 2005 Enterprise Edition SQL Server 2005 Mobile Edition

Page 4: SQL Server 2005 Basics

SQL Server 2005 Express Edition Easy installation Lightweight management and query editing tool Support for Windows authentication "Secure by Default" settings Royalty-free distribution Rich database functionality, including triggers, stored

procedures, functions, extended indexes, and Transact-SQL support

XML Support Deep integration with Visual Studio 2005

Page 5: SQL Server 2005 Basics

SQL Server 2005 Workgroup Edition

Support for only three gigabytes of RAM

Support for only two CPUs Absence of the Database Tuning

Advisor

Page 6: SQL Server 2005 Basics

SQL Server 2005 Developer Edition

SQL Server 2005 Developer Edition is designed specifically for developers who are building SQL Server 2005 applications.

Page 7: SQL Server 2005 Basics

SQL Server 2005 Standard Edition RAM limited solely by operating system RAM No limit for database size Full 64-bit support Database mirroring Failover clustering Inclusion of the Database Tuning Advisor Inclusion of the full-featured Management Studio Inclusion of the Profiler Inclusion of the SQL Agent Job Scheduling Service

Page 8: SQL Server 2005 Basics

SQL Server 2005 Enterprise Edition

SQL Server 2005 Enterprise Edition includes all the tools that you need to manage an enterprise database management system.

It supports an unlimited number of CPUs and provides all the features unavailable in the other versions of SQL Server 2005.

Page 9: SQL Server 2005 Basics

SQL Server 2005 Mobile Edition

SQL Server 2005 Mobile Edition enables you to easily port corporate applications over to mobile devices.

Page 10: SQL Server 2005 Basics

SQL Server Installation

1. When you launch the setup program, an end-user license agreement appears. You must accept the agreement before proceeding. After clicking to accept the agreement, click Next. The Installing Prerequisites step of the installation process runs

Page 11: SQL Server 2005 Basics

2. After verifying that all the required components were installed successfully, click Next. The Microsoft SQL Server 2005 Setup welcome screen appears

Page 12: SQL Server 2005 Basics

3. Click Next. SQL Server 2005 Setup performs a System Configuration Check.

Page 13: SQL Server 2005 Basics

4. Click Next to proceed to the next step of the wizard. The Registration Information step of the installation process appears

Page 14: SQL Server 2005 Basics

5. Fill in the required information and click Next. The Feature Selection step of the wizard appears. The wizard helps you select what features are installed on your computer and how the setup process will install them.

Page 15: SQL Server 2005 Basics

6. If desired, click Disk Cost to view the space available on each drive. The Disk Cost step of the wizard appears

Page 16: SQL Server 2005 Basics

7. Click Close to close the Disk Cost dialog and then Next to proceed with the wizard. The Authentication Mode step of the wizard appears. Here you must determine whether your server will accept only Windows logins, or whether it will also support SQL Server logins.

Page 17: SQL Server 2005 Basics

8. After making your selection, click Next to proceed to the next step. The Error and Usage Report Settings dialog appears. Here you determine what happens when an error occurs (where SQL Server will send error reports), and whether you want Microsoft to receive information automatically about your feature usage.

Page 18: SQL Server 2005 Basics

9. Click the appropriate check boxes and click Next. The Ready to Install step of the wizard appears. The dialog shows you what components the SQL Server 2005 Express Edition Setup will install

Page 19: SQL Server 2005 Basics

10. Click Install to complete the process. After a moment the Setup Progress dialog appears

11. Click Next when setup is finished. The Completing Microsoft SQL Server 2005 Setup step of the wizard appears

Page 20: SQL Server 2005 Basics

Installing the database engine is generally not enough. You will have no way to manage the server and its objects. This is where SQL Server Management Studio Express fits in. Microsoft provides a separate installation program for SQL Server Management Studio Express. To run it, follow these steps:

1. After the installation wizard launches, a welcome screen appears

Page 21: SQL Server 2005 Basics

2. Click Next. The License Agreement step of the wizard appears.

3. Click to accept the license agreement.4. Click Next. The Registration Information

dialog appears 5. Fill in the registration information and click

Next. The Feature Selection step of the wizard appears

Page 22: SQL Server 2005 Basics

6. Select the desired features and click Next.

7. The Ready to Install the Program step of the wizard appears. Click Install to complete the process.

8. When the installation process is complete, the Completing the Microsoft SQL Server Management Studio Express Setup step of the wizard appears. Click Finish.

Page 23: SQL Server 2005 Basics

Getting Started with the SQL Server Management Studio Express

SQL Server Management Studio Express is the tool that you use to manage your SQL Server and its objects. Using this tool, you can create and work with databases, tables, stored procedures, indexes, and much more!

Page 24: SQL Server 2005 Basics

When you launch SQL Server Management Studio Express, the Connect to Server dialog appears. Here you provide login information.

Provide the server name and the type of authentication and then click Connect. If you are successful, you are placed in SQL Server Management Studio Express

Page 25: SQL Server 2005 Basics

Summary It is always important to learn the basics of

a product before forging on to more advanced techniques.

This hour began by describing the versions of SQL Server 2005 available so that you are better equipped to make the decision as to which version of the product is right for you.

You then learned how to install SQL Server 2005 Express Edition. Finally, you got a brief overview of SQL Server Management Studio Express.

Page 26: SQL Server 2005 Basics

Quiz1.Name the version of SQL Server 2005 designed for

small businesses or departments in larger enterprises.2.What version of SQL Server 2005 supports four CPUs?3.SQL Server 2005 Developer Edition enables you to

create databases of any size (true/false).4.Name the management tool available for SQL Server

2005 Mobile Edition.5.You are prompted for authentication model during the

installation of the SQL Server 2005 Express database engine (true/false).

6.Name the management tool you use to manage SQL Server 2005 Express databases.

7.Name the tree view that enables you to view the objects managed by your SQL Server.

Page 27: SQL Server 2005 Basics

Answers

1.SQL Server 2005 Workgroup Edition.2.SQL Server 2005 Standard Edition.3.True. It is exactly like Enterprise

edition except for licensing.4.SQL Workbench.5.True.6.SQL Server 2005 Express Manager.7.Object Explorer.