Setup Menus in Admin Panel

vipolabs

Introduction to SQL 2014 Server

 

  • MS SQL Server is a database server
  • Product of Microsoft
  • Enables user to write queries and other SQL statements and execute them
  • Consists of several features. A few are:

–Query Analyzer

–Profiler

–Service Manager

–Bulk Copy Program (BCP)


Profiler

  • Monitoring tool
  • Used for performance tuning
  • Uses traces – an event monitoring protocol
  • Event may be a query or a transaction like logins etc

Service Manager

  • Helps us to manage services
  • More than one instance of SQL server can be installed in a machine
  • First Instance is called as default instance
  • Rest of the instances (16 max) are called as named instances
  • Service manager helps in starting or stopping the instances individually

Instances

  • Each instance is hidden from another instance
  • Enhances security
  • Every instance has its own set of Users, Admins, Databases, Collations
  • Advantage of having multiple instance is

–Multi company support (Each company can have its own instance and create databases on the same server, independent on each other)

–Server consolidation (Can host up to 10 server applications on a single machine)

BCP

  • Bulk Copy Program
  • A powerful command line utility that enables us to transfer large number of records from a file to database
  • Time taken for copying to and from database is very less

Helps in back up and restoration

SEE ALL Add a note
YOU
Add your Comment
© 2024 vipolabs.com  
Loading...