Navigating SQL Server Lesson 3. Skills Matrix Graphical User Interface (GUI) Management Tools SQL Server Management Studio SQL Server Configuration Manager.

Slides:



Advertisements
Similar presentations
Module 13: Performance Tuning. Overview Performance tuning methodologies Instance level Database level Application level Overview of tools and techniques.
Advertisements

1 Migrating from Access to SQL Server Simon Kingston, CSU / NPS NRGIS.
Components of GIS.
Overview of the technology that comprises Attendance Enterprise.
Microsoft Windows Server 2008 Software Deployment Chris Rutherford EKU Technology: CEN/CET.
Brian Alderman | MCT, CEO / Founder of MicroTechPoint Pete Harris | Microsoft Senior Content Publisher.
Khan Rashid Lesson 11-The Best Policy: Managing Computers and Users Through Group Policy.
Troubleshooting Techniques Lesson 29. Skills Matrix.
Maintaining and Updating Windows Server 2008
Bill Wunder Database Manager Pinnacle Sports Worldwide bon bini a.
Passage Three Introduction to Microsoft SQL Server 2000.
Microsoft Cloud Services Training and Certification Presented by Name Goes Here, Title.
SQL Server Management Studio Introduction
A Technical Overview of Microsoft SQL Server 2005 Melville Thomson IT Pro Evangelist (UK)
SQL Server 2008 Basmah AlQadheeb-213 MIS What is a Database ? A database is a collection of Data that is organized so that it can easily be accessed,
Configuring Active Directory Certificate Services Lesson 13.
Enterprise Reporting with Reporting Services SQL Server 2005 Donald Farmer Group Program Manager Microsoft Corporation.
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium SQL Fundamentals SQL Server.
1 Chapter Overview Reviewing the Results of Installation Starting, Stopping, Pausing, and Modifying Microsoft SQL Server 2000 Services Working with Osql,
Working with Applications Lesson 7. Objectives Administer Internet Explorer Secure Internet Explorer Configure Application Compatibility Configure Application.
11 REVIEWING MICROSOFT ACTIVE DIRECTORY CONCEPTS Chapter 1.
9.1 © 2004 Pearson Education, Inc. Exam Planning, Implementing, and Maintaining a Microsoft Windows Server 2003 Active Directory Infrastructure.
Module 18 Monitoring SQL Server 2008 R2. Module Overview Monitoring Activity Capturing and Managing Performance Data Analyzing Collected Performance Data.
Introduction to SQL 2005 Security Nick Ward SQL Server Specialist Nick Ward SQL Server Specialist
Overview of SQL Server Alka Arora.
Module 1: Server Roles and Initial Configuration Tasks
Oracle Application Express (Oracle APEX), formerly called HTML DB, is a Free rapid web application development tool for the Oracle database.
CIM6400 CTNW (04/05) 1 CIM6400 CTNW Lesson 6 – More on Windows 2000.
Appendix A Starting Out with Windows PowerShell™ 2.0.
Module 15: Manage the Windows ® Small Business Server 2008 Environment Using Group Policy.
Module 14: Configuring Server Security Compliance
DBSQL 14-1 Copyright © Genetic Computer School 2009 Chapter 14 Microsoft SQL Server.
CS480 Computer Science Seminar Introduction to Microsoft Solutions Framework (MSF)
SQL Server 2000 Acropolis Institute of Technology and Research Database fundamentals Prepared By: Rahul Patel.
Active Directory Administration Lesson 5. Skills Matrix Technology SkillObjective DomainObjective # Creating Users, Computers, and Groups Automate creation.
Planning a Group Policy Management and Implementation Strategy Lesson 10.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
Database A database is a collection of data organized to meet users’ needs. In this section: Database Structure Database Tools Industrial Databases Concepts.
1 Chapter Overview Introducing Replication Planning for Replication Implementing Replication Monitoring and Administering Replication.
1 Chapter Overview Preparing to Upgrade Performing a Version Upgrade from Microsoft SQL Server 7.0 Performing an Online Database Upgrade from SQL Server.
SQL Server 2012 Session: 1 Session: 3 Introduction to SQL Server 2012 Data Management Using Microsoft SQL Server.
1 Chapter Overview Performing Configuration Tasks Setting Up Additional Features Performing Maintenance Tasks.
Module 14: Securing Windows Server Overview Introduction to Securing Servers Implementing Core Server Security Hardening Servers Microsoft Baseline.
Application Summary  Web Application that allows its users to keep track of their exercises.  User has full control over what exercises are visible.
2. SQL Security Objectives –Learn SQL Server 2000 components Contents –Understanding the Authentication Process –Understanding the Authorization Process.
COGNOS 8BI Introduction and Architecture
Database Concepts Track 3: Managing Information using Database.
By Rashid Khan Lesson 6-Building a Directory Service.
Module 3: Configuring Mailbox Server Roles. Overview Overview of Exchange Server 2007 Administration Tools Implementing Mailbox Server Roles Managing.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
Presented by Vishy Grandhi.  Architecture (Week 1) ◦ Development Environments ◦ Model driven architecture ◦ Licensing and configuration  AOT (Week 2)
Module 1 Introduction to SQL Server® 2008 R2 and its Toolset.
WEB SERVER SOFTWARE FEATURE SETS
IT System Administration Lesson 3 Dr Jeffrey A Robinson.
Backing Up and Restoring Databases by Using the SQL Server 2000.
Features Of SQL Server 2000: 1. Internet Integration: SQL Server 2000 works with other products to form a stable and secure data store for internet and.
MCSE Guide to Microsoft Exchange Server 2003 Administration Chapter One Introduction to Exchange Server 2003.
Ch 2. Creating and Configuring Databases. SQL Server Management Studio (SSMS) Graphical way to create / manage SQL Server Combines features from Query.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
Secure Data Access with SQL Server 2005 Doug Rees Associate Technologist, CM Group
Introduction to Core Database Concepts Getting started with Databases and Structure Query Language (SQL)
Enterprise Database Systems Introduction to SQL Server Dr. Georgia Garani Dr. Theodoros Mitakos Technological.
Maintaining and Updating Windows Server 2008 Lesson 8.
1 Copyright © 2008, Oracle. All rights reserved. Repository Basics.
Oracle 10g Administration Oracle Server Introduction Copyright ©2006, Custom Training Institute.
SQL Database Management
Planning a Group Policy Management and Implementation Strategy
COGNOS 8 BI - Introduction and Architecture Cognos CoE
8 6 MySQL Special Topics A Guide to MySQL.
Presentation transcript:

Navigating SQL Server Lesson 3

Skills Matrix

Graphical User Interface (GUI) Management Tools SQL Server Management Studio SQL Server Configuration Manager SQL Server Surface Area Configuration (not available in SQL Server 2008) SQL Server Books Online

SQL Server Management Studio (SSMS) SQL Server Management Studio offers an integrated environment for accessing, configuring, managing, administering, and developing all components of the RDBMS. Management Studio combines a broad group of graphical tools with a number of rich script editors to provide access to SQL Server to developers and administrators of all skill levels.

Query Analyzer

SQL Server Configuration Manager Used to start and stop Windows services, and to enable and disable network protocols.

Configuring System-Wide Options Microsoft has set defaults for 70+ server options.

SQL Server Surface Area Configuration Tool for SQL Server 2005 A management application that lets you start, stop, and disable unused components. This tool exists in SQL Server 2005 but not in SQL Server Surface area reduction helps to improve security by providing fewer avenues for potential attacks on your system.

SQL Server Surface Area Configuration Tool for SQL Server 2005

SQL Server Facets for SQL Server 2008 In the default configuration of new installations of SQL Server, many features are not enabled. SQL Server selectively installs and starts only key services and features, to minimize the number of features that can be attacked by a malicious user.

Non-Graphical Support Tools Catalog views enable you to query metadata about SQL Server database objects. –There are more than 200 catalog views. SQL Server defines several categories of functions that return information about the database and database objects. –Catalog views enable you to query metadata about SQL Server database objects. SQL Server defines several categories of system stored procedures that return information about the database and database objects. SQL Server defines many DBCC routines to help you maintain your database.

Summary SQL Server comes with all of the management tools needed to implement, configure, and maintain an enterprise database.