Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books

Sql Server    


By Nishant Kumar

Sql Server Tutorial

How to transfer or export SQL Server 2005 data to Excel
SQL Server Interview questions part 1
SQL Server Interview questions part 2
SQL Server Interview questions part 3
SQL Server Interview questions part 4
SQL Server Interview questions part 5
Interview Questions on SQL Server Replication
Interview Questions on SQL Server Cursor
Personal Interview-Tips
Ask questions during interview 

  • SQL Server is a RDBMS, a complete database.
  • SQL Server is compatible with structured query language and has rich support for XML.
  • SQL Server includes number of features that support ease of installation, deployment, scalability, data warehousing and system integration with other server software.

SQL Server Components

 

Database engine-It provides support for data access interfaces like ADO, OLEDB and ODBC. Replication-It enables to maintain multiple copies of data on different computers and also keep data well synchronized.

DTS-It is for importing and transferring data from multiple heterogeneous sources. It is used to build data ware housing and data marts by the process of extracting data from multiple OLTP systems.

Analysis services-It organizes data from data warehouse cubes to provide rapid answers to complex queries. Analysis the data stored in data warehouse and data marts.

Meta data services-It is a set of services that helps to manage metadata.

Metadata describes meaning and description of applications and processes.

 

SQL Server 2000 Architecture

 

  • SQL Server has Logical Architecture and Physical Architecture.
  • The data is organized into logical design that is visible to user.
  • Logical components include objects, users, roles, collations, logins and groups.
  • The database itself maintains data as files on disk.
  • Logical components Objects include table, data type, view, stored procedure, function, index, constraint, rule, default and trigger.
  • Collations Control how character strings are stored physically and the rules by which character are stored and compared.
  • Logins-Each database user should have login id to allow database to identify.
  • Users are who can connect to database.
  • Role is a single unit of users having same permission.
  • Physical Architecture-Page and extents describes physical database organisation.
  • Page is the fundamental unit of data storage. Page is divided into data rows which contain all data.
  • Extents is the place where tables and indexes are stored.

Transact SQL

  • Allow us to create and manage all objects.
  • Client application communicates with SQL server by transact-SQL statement.
  • SQL Server supports 3 types of transact-SQL statement namely DDL, DLL and DML


How to transfer or export SQL Server 2005 data to Excel

This chapter excerpt is from Beginners Guide to SQL Server Integration Services Using Visual Studio 2005 by Jayaram Krishnaswamy, is printed with permission from Packt Publishing, Copyright 2007.


 

Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.