Introduction of SQLServer
Introduction of SQLServer
PLATFORM:
1) PLATFORM INDEPENDENT:
2) PLATFORM DEPENDENT:
EX: C - LANGUAGE.
Versions of SQLSERVER:
1. SQLSERVER CLIENT
1. SQLSERVER CLIENT:
INSTANCE
DATABASE
1) CONNECT TO SQLSERVER:
IF USER WANTS TO CONNECT TO SQLSERVER THEN WE REQUIRED A
DATABASE TOOL IS CALLED AS “SQLSERVER MANAGEMENT
STUDIO” WHICH WAS INBUILTED IN SQLSERVER SOFTWARE.
2) COMMUNICATE WITH DATABASE:
IF USER WANTS TO COMMUNICATE WITH DATABASE THEN WE
NEED A DATABASE COMMUNICATION LANGUAGE IS CALLED AS
“SQL”.
HOW TO CONNECT TO SQLSERVER:
Server Type
Server Name
Authentication
Username & Password
Server Type: SQL server contains four types of servers those are
Database Engine: The Database Engine is the core service for storing,
processing, and securing data (or) it is used to store, manage and to
access the data from the database.
Analysis Services (SSAS): It is used for data warehouse it will show the
data in three dimensions (Rows, Columns and New dimension).
Reporting Services (SSRS): It is a reporting tool used to generate reports in
various formats such as creating interactive, tabular, graphical,
multidimensional, or XML-based data sources. Reports can include rich
data visualization, including charts, maps etc.
Integration Services(SSIS): It is used to convert tables from relational
database to another relational database for e.g. If we want to convert SQL
Server tables to ORACLE tables or My SQL tables then will be used.
Server name: In which system we installed SQLSERVER software that system
name will use as a server name for connecting to SQLSERVER.
SQL Server Authentication: SQL Server will work on the current user and when
we work on SQL Server authentication then user should enter User Id and
Password (These User ID and Password will give at the time of SQL Server
installation).
TYPE -1:
SYNTAX:
EX:
TYPE-2:
Log File: This file contains transaction query information will saved with an
extension .Ldf (Log Data file).