Download Services for SQL Server should run manual or

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Oracle Database wikipedia , lookup

Database wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Microsoft Access wikipedia , lookup

Tandem Computers wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Ingres (database) wikipedia , lookup

Btrieve wikipedia , lookup

Clusterpoint wikipedia , lookup

Database model wikipedia , lookup

Relational model wikipedia , lookup

Open Database Connectivity wikipedia , lookup

SQL wikipedia , lookup

PL/SQL wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

Transcript
What are the requirements to install sql server 2008 R2?
Given a new server, what will be your approach to install SQL
Server 2008 R2 and 2012?
My
Services for SQL Server should run manual or automatic?
Automatic
What is collation>
Case insensitive, accent sensive, Sorting
John, john, joHn, joHN = All same
Installation is complete
Is the installation working or not working?
Installation verification process:
1. Is it working > By connection to SQL Server
By using it
How do use SQL Server Tools
Click on Start > All Programs > SQL Server 2008 R2 >
SQL Server Management Studio
Server Name: Computer name or Machine Name
USDG
Lenovo
Toshiba
Finding computer name:
Right click on My Computer > Properties > Look for computer name
What are the tools have you used to manage SQL Server
Databases?
SQL Server Management Studio
PROD
DEV
Deployment
Database Refresh
Objects: Example of objects: Tables, Views, Synonym, Security,
Functions
Purpose:
- To store Data (Write)
- Be able to read the data (READ)
- Should be able to make corrections (Update)
- Be able to update data (Update)
Where do we store data in a database?
- In objects > Tables
Columns
First_Name
Last_Name
Address Subject
Zakir
Hossain
135 Harrison Blvd, Alexandria, VA
22310 SQL Server Admin/Developer
First_Name
Last_Name > Name: Hossain
Project Details:
Name: Zakir Hossain
Project: 01
Project Description: How to create table to store data of students
Table Name: Customer_Info
Date: 6/23/2014