به کلاس SQL Server 2005 خوش آمديد

Preview:

DESCRIPTION

به کلاس SQL Server 2005 خوش آمديد. Exam : 70-431 Microsoft SQL Server 2005 - Implementation and Maintenance. مفاهيم پايه. مجموعه اي نرم افزاري – سخت افزاري است که ايجاد و مديريت بانک اطلاعاتي به عهده آن نهاده شده. HDBMS : Hierarchical DataBase Management System (DBMS, DB) - PowerPoint PPT Presentation

Citation preview

SQL Server 2005به کالس خوش آمديد

Exam : 70-431Microsoft SQL Server 2005 - Implementation and Maintenance

مفاهيم مجموع�ه اطالع�ات ذخ�يره ش�ده و س�ازماندهي ش�ده ب�ه منظ�ور پايه

تحقق اهدافي خاص بانک اطالعاتي ناميده مي شود.

Data Base بانک اطالعاتي

DBMS سيستم مديريت بانک اطالعاتي

انواع مدل داده اي

DDL, DML, DCL, TCL

HDBMS : Hierarchical DataBase Management System (DBMS, DB)NDBMS : Network DataBase Management System (DB)RDBMS : Relational DataBase Management System (DBMS, DB)ORDBMS : Object Relational Database Management System (DBMS, DB)OODBMS : Object Orientated Database Management System (DBMS, DB)

مجموع�ه اي ن�رم اف�زاري – س�خت اف�زاري اس�ت ک�ه ايج�اد و مديريت بانک اطالعاتي به عهده آن نهاده شده .

The Data Definition Language (DDL)CREATE TABLE , ALTER TABLE , DROP TABLE , CREATE INDEX , DROP INDEX

The Data Manipulation Language (DML)SELECT , UPDATE , DELETE , INSERT INTO

The Data Control Language (DCL)GRANT , REVOKE

The Transaction Control (TCL)COMMIT , ROLLBACK

مدل هاي توزيع بانک اطالعاتي

پايگاه داده غيرتوزيع شده

پايگاه داده توزيع شده

مهمترين سيستمهاي مديريت بانک اطالعاتي

محصول شرکتMicrosoft

محصول شرکتOracle Corporation

محصول شرکتIBM

محصول شرکتSUN Microsystems

SQL Server

Oracle

DB2

MySQL

مابين ها هزينه و SQL ServerمقايسهOracle

SQL Serverتاريخچه SQL Server در آغ�از محص�ول ش�رکت Sybase 7 ب�ود و ت�ا قب�ل از نس�خه ، Sybase SQL

Server ناميده مي شد و بازاريابي و فروش آن به عهده شرکت Microsoft. بود

پدي�د 1989 در س�ال SQL Server 1.0 for OS/2 تحت عن�وان SQL Serverاولين نس�خه

Sybase SQL در واق�ع نس�خه جدي�دي نب�ود بلک�ه در اص�ل SQL Serverآم�د. اين نس�خه از

Server 3.0 on Unix, and VMS براي OS/2.بود

به بازار آمد.1992 در سال Windows NT براي SQL Serverاولين نسخه

و ف�روش 1994از تولي�د ب�ه مايکروس�افت و س�ايبيس جداگان�ه ، ش�رکتهاي SQL Server

را ادام�ه داد ، ام�ا س�ايبيس ن�ام تج�اري SQL Serverپرداخنت�د ک�ه مايکروس�افت ن�ام تج�اري

Adaptive Server Enterprise.را براي محصول خود برگزيد

SQL Server 7.0 نخس�تين بان�ک اطالع�اتي از اين س�ري ب�ود ک�ه داراي راب�ط گرافي�ک ب�راي

انجام مي شد.Text Basedطراحي بود ، پيش از آن طراحي بانکهاي اطالعاتي در محيطي

SQL Serverنسخه هاي مختلف

SQL Server 4.21 for Windows NT | Year: 1993 SQL Server 6.0, codenamed SQL95 | Year: 1995 SQL Server 6.5, codenamed Hydra | Year: 1996 SQL Server 7.0, codenamed Sphinx | Year: 1999 SQL Server 7.0 OLAP, codenamed Plato | Year: 1999 SQL Server 2000 32-bit, codenamed Shiloh (version 8.0) | Year: 2000

◦ Standard Edition ◦ Enterprise Edition ◦ Developer Edition ◦ Evaluation Edition

SQL Server 2000 64-bit, codenamed Liberty | Year: 2003 SQL Server 2005, codenamed Yukon (version 9.0) | Year: 2005 SQL Server next release is codenamed Katmai | Year: 2008

SQL Server 2005 Editions Main SQL Server 2005 Editions :

• Express Edition *

• Workgroup Edition *

• Standard Edition **

• Enterprise Edition **

Other Editions :

• Developers Edition *

• Mobile Edition ***

• * All Windows Expect for Windows 98 or lower• ** Windows Server Family • *** Windows Mobile Edition

Scalability and Performance

High Availability

High Availability

Manageability

Security

Programmability

Integration and Interoperability

Main Parts Of SQL Server 2005

DataBase EngineReplicationAnalysis ServicesIntegration ServicesReporting ServicesNotification ServicesService BrokerFull Text SearchWorkstation & Client ToolsSQL Server ProfilerSQL Server Tuning

راهنماي اين دورهInstalling and Configuring SQL Server 2005Implementing High Availability and Disaster Recovery Supporting Data Consumers Maintaining Databases Monitoring and Troubleshooting SQL Server Performance Creating and Implementing Database Objects

Installing and Configuring SQL Server 2005 • Install SQL Server 2005.

• Configure SQL Server 2005 instances and databases.

• Configure SQL Server security.

• Configure linked servers by using SQL Server Management Studio (SSMS).

Implementing High Availability and Disaster Recovery •Implement database mirroring. •Implement log shipping. •Manage database snapshots.

Supporting Data Consumers •Retrieve data to support ad hoc and recurring queries. •Manipulate relational data. •Manage XML data. •Implement an HTTP endpoint. •Implement Service Broker components. •Import and export data from a file. •Manage replication.

Maintaining Databases •Implement and maintain SQL Server Agent jobs. •Manage databases by using Transact-SQL. •Back up a database. •Restore a database. •Move a database between servers.

Monitoring and Troubleshooting SQL Server Performance •Gather performance and optimization data by using the SQL Server Profiler. •Gather performance and optimization data by using the Database Engine Tuning Advisor. •Monitor and resolve blocks and deadlocks. •Diagnose and resolve database server errors. •Monitor SQL Server Agent job history. •Gather performance and optimization data by using DMVs.

Creating and Implementing Database Objects •Implement a table. •Implement a view. •Implement triggers. •Implement functions. •Implement stored procedures. •Implement constraints. •Implement indexes. •Create user-defined types.

Q & R

Recommended