شعار الشركة Ms SQL Server 2008 Express Edition. SQL Server Management Studio 2008 When we open the SQL server management studio this window are seen:

Slides:



Advertisements
Similar presentations
MS-Access XP Lesson 1. Introduction to MS-Access Database Management System Software (DBMS) Store data in databases Database is a collection of table.
Advertisements

MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Microsoft SQL Server 2008 From the Program menu choose: Microsoft SQL Server 2008 R2  SQL Server Management Studio. You may see a window indicating the.
Jeopardy Objects Navigation Buttons True/False Parts of a Report Vocabulary Q $100 Q $200 Q $300 Q $400 Q $500 Q $100 Q $200 Q $300 Q $400 Q $500 Final.
1. In the Activity Builder, you can use the Content Editor tools to create the content for activities and stimuli one at a time. Form-Based Content Editors:
1 After completing this lesson, you will be able to: Create a workbook. Understand Microsoft Excel window elements. Select cells. Enter text, numbers,
Access Lesson 2 Creating a Database
Access - Project 1 l What Is a Database? –A Collection of Data –Organized in a manner to allow: »Access »Retrieval »Use of That Data.
Microsoft Excel 2010 Chapter 7
Netscape Composer Add A Custom Button. Launch Composer File>New Composer Page Select The Table Icon.
A Guide to MySQL 3. 2 Objectives Start MySQL and learn how to use the MySQL Reference Manual Create a database Change (activate) a database Create tables.
Mary K. Olson PS Reporting Instance – Query Tool 101.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
® IBM Software Group © 2006 IBM Corporation The Eclipse Data Perspective and Database Explorer This section describes how to use the Eclipse Data Perspective,
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
1 Working with MS SQL Server II. 2 The sqlcmd Utility Command line utility for MS SQL Server databases. Previous version called osql Available on classroom.
ITS Technology Training1 ENTERING GRADES ON PINNACLE.
A Guide to SQL, Eighth Edition Chapter Three Creating Tables.
Overview of SQL Server Alka Arora.
Working with Queries in Microsoft Access The Access Workbench: Section Three DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 3 rd Edition.
Self Guided Tour for Query V8.4 Basic Features. 2 This Self Guided Tour is meant as a review only for Query V8.4 Basic Features and not as a substitute.
1 Data Bound Controls II Chapter Objectives You will be able to Use a Data Source control to get data from a SQL database and make it available.
SQL Server 2000 Acropolis Institute of Technology and Research Database fundamentals Prepared By: Rahul Patel.
1 Working with MS SQL Server Textbook Chapter 14.
© FPT SOFTWARE – TRAINING MATERIAL – Internal use 04e-BM/NS/HDCV/FSOFT v2/3 Working with MSSQL Server Code:G0-C# Version: 1.0 Author: Pham Trung Hai CTD.
Access Review. Creating tables Define the tables before start creating in Access –use the DB design materials –define the type of fields and length Create.
1 By: Nour Hilal. Microsoft Access is a database software where data is stored in one or more Tables. A Database is a group of related Tables. Access.
ISM 4212 Lab Creating DB Tables 02 copyright Lars Paul Linden 2007.
MIS 215 Lab Revision I. MSQL Server Installation II. Create a New Database III. Create a New Table IV. Relationships.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
Personal Oracle8i Create a new user Create a new table Enter data into a new table Export & import data Start and exit SQL Plus SQL Plus Syntax.
Intro to SQL Management Studio. Please Be Sure!! Make sure that your access is read only. If it isn’t, you have the potential to change data within your.
A Guide to MySQL 3. 2 Introduction  Structured Query Language (SQL): Popular and widely used language for retrieving and manipulating database data Developed.
Unit 5 Microsoft SQL Server and MySQL. Key Concepts DBMS variations SQL Server features SQL Server Management Studio MySQL features Scripts Queries Database.
Ways to use SQL statements You can directly submit them to the DBMS for processing You can embed SQL statements into client/server application programs.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Lesson 01: Introduction to Database Software. At the end of this lesson, students should be able to: State the usage of database software. Start a database.
Ch. 101 Database Management An Introduction to Databases.
SQL CREATING AND MANAGING TABLES lecture4 1. Database Objects ObjectDescription TableBasic unit of storage; composed of rows and columns ViewLogically.
MySQL Quick Guide. Start and End MySQL MySQL is installed as a service. To start MySQL: –Control Panel/Administrative Tools/Services/MySQL/ start MySQL.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
STAGES Language Application Overview. The Language Application is available on a separate URL (typically /stagesLanguage) and tied to only one database.
SQL server Section 2&3. What are Data Types Character Data Types Number Data Types Date and Time Data Types CAST and CONVERT functions TRY_PARSE and TRY_CONVERT.
1 Working with MS SQL Server Beginning ASP.NET in C# and VB Chapter 12.
SSMS SQL Server Management System. SQL Server Microsoft SQL Server is a Relational Database Management System (RDBMS) Relational Database Management System.
COMPREHENSIVE Access Tutorial 1 Creating a Database.
Installation Oracle 11g Express 2 double click the "setup" button to install the Oracle.
Visual Database Creation with MySQL Workbench 도시정보시스템 설계
Copyright © 2014 Pearson Canada Inc. Ext. 5b-1 Copyright © 2014 Pearson Canada Inc. Application Extension 5b Using Microsoft Access Part 2: Using Information.
3 A Guide to MySQL.
DBMS Programs MS SQL Server & MySQL
Y.-H. Chen International College Ming-Chuan University Fall, 2004
Using MS Access for SQL CIS 523 Fall 2009 McCoey.
Module 2: Creating Data Types and Tables
Practical Office 2007 Chapter 10
SQL MODELER - OPEN There are Three Ways to open the SQL Modeler
This shows the user interface and the SQL Select for a situation with two criteria in an AND relationship.
Data Definition and Data Types
Database application MySQL Database and PhpMyAdmin
After completing this lesson, you will be able to:
Current outstanding balance
Part 1 of 2 Creating SQL Database and Binding to GridView
Aqua Data Studio.
Access Tutorial 8 Sharing, Integrating, and Analyzing Data
Access: Access Basics Participation Project
Access Review.
From and Report.
These slides are for reference only. They are not "lecture notes"
Netscape Composer Add A Custom Button.
Tutorial 8 Sharing, Integrating, and Analyzing Data
Presentation transcript:

شعار الشركة Ms SQL Server 2008 Express Edition

SQL Server Management Studio 2008 When we open the SQL server management studio this window are seen: - Right pane :write query and view the Results. - Left pane :object explorer ( Database, security, server objects ….)

Create A Database If we want to create new database: 1- right click on the (Database) icon and select (new database).

Create A Database 2-name your database and click ok.

Create A Database Now your new database appears under the(database).

SQL Server Data Types DescriptionData type Fixed-length character string. Maximum 8,000 characterschar(n) Variable-length character string. Maximum 8,000 charactersvarchar(n) Variable-length character string. Maximum 1,073,741,824 characters varchar(max) Variable-length character string. Maximum 2GB of text datatext Fixed-length Unicode data. Maximum 4,000 charactersnchar(n) Variable-length Unicode data. Maximum 4,000 charactersnvarchar(n) Variable-length Unicode data. Maximum 536,870,912 characters nvarchar(max) Variable-length Unicode data. Maximum 2GB of text datantext

Create A Table If you want to create new table into database: 1- right click on the (tables) icon and select (new table).

Create A Table 2- While you have this screen open, Using the values in the screenshot, complete the details in the "Column Name" column, the "Data Type" column, "Length" column, and "Allow Nulls" column.

Create A Table 3- save the table by selecting File>save table_1. 4- name your table.

Create A Table Now that you've created a new table, it will appear under your database in the "Tables" section.

Adding Data When we want to entered new data we should do this steps: 1-right click on the table you wish to open and select (Edit Top 200 Rows).

Adding Data 2- now start entering the data directly into your table.

Create A New Query Now we will create new query by: 1- click (New Query). 2- Type your query into the workspace on the right pane. 3-Click (Execute).

The End