Logo

Navigation
  • Home
  • Services
    • ERP Solutions
    • Implementation Solutions
    • Support and Maintenance Solutions
    • Custom Solutions
    • Upgrade Solutions
    • Training and Mentoring
    • Web Solutions
    • Production Support
    • Architecture Designing
    • Independent Validation and Testing Services
    • Infrastructure Management
  • Expertise
    • Microsoft Development Expertise
    • Mobile Development
    • SQL Server Database and BI
    • SAP BI, SAP Hana, SAP BO
    • Oracle and BI
    • Oracle RAC
  • Technical Training
    • Learn Data Management
      • Business Intelligence
      • Data Mining
      • Data Modeling
      • Data Warehousing
      • Disaster Recovery
    • Learn Concepts
      • Application Development
      • Client Server
      • Cloud Computing Tutorials
      • Cluster Computing
      • CRM Tutorial
      • EDI Tutorials
      • ERP Tutorials
      • NLP
      • OOPS
      • Concepts
      • SOA Tutorial
      • Supply Chain
      • Technology Trends
      • UML
      • Virtualization
      • Web 2.0
    • Learn Java
      • JavaScript Tutorial
      • JSP Tutorials
      • J2EE
    • Learn Microsoft
      • MSAS
      • ASP.NET
      • ASP.NET 2.0
      • C Sharp
      • MS Project Training
      • Silverlight
      • SQL Server 2005
      • VB.NET 2005
    • Learn Networking
      • Networking
      • Wireless
    • Learn Oracle
      • Oracle 10g
      • PL/SQL
      • Oracle 11g Tutorials
      • Oracle 9i
      • Oracle Apps
    • Learn Programming
      • Ajax Tutorial
      • C Language
      • C++ Tutorials
      • CSS Tutorial
      • CSS3 Tutorial
      • JavaScript Tutorial
      • jQuery Tutorial
      • MainFrame
      • PHP Tutorial
      • VBScript Tutorial
      • XML Tutorial
    • Learn Software Testing
      • Software Testing Types
      • SQA
      • Testing
  • Career Training
    • Career Improvement
      • Career Articles
      • Certification Articles
      • Conflict Management
      • Core Skills
      • Decision Making
      • Entrepreneurship
      • Goal Setting
      • Life Skills
      • Performance Development
      • Personal Excellence
      • Personality Development
      • Problem Solving
      • Relationship Management
      • Self Confidence
      • Self Supervision
      • Social Networking
      • Strategic Planning
      • Time Management
    • Education Help
      • Career Tracks
      • Essay Writing
      • Internship Tips
      • Online Education
      • Scholarships
      • Student Loans
    • Managerial Skills
      • Business Communication
      • Business Networking
      • Facilitator Skills
      • Managing Change
      • Marketing Management
      • Meeting Management
      • Process Management
      • Project Management
      • Project Management Life Cycle
      • Project Management Process
      • Project Risk Management
      • Relationship Management
      • Task Management
      • Team Building
      • Virtual Team Management
    • Essential Life Skills
      • Anger Management
      • Anxiety Management
      • Attitude Development
      • Coaching and Mentoring
      • Emotional Intelligence
      • Stress Management
      • Positive Thinking
    • Communication Skills
      • Conversation Skills
      • Cross Culture Competence
      • English Vocabulary
      • Listening Skills
      • Public Speaking Skills
      • Questioning Skills
    • Soft Skills
      • Assertive Skills
      • Influence Skills
      • Leadership Skills
      • Memory Skills
      • People Skills
      • Presentation Skills
    • Finding a Job
      • Etiquette Tips
      • Group Discussions
      • HR Interviews
      • Interview Notes
      • Job Search Tips
      • Resume Tips
      • Sample Resumes
 

Using SQL Sever Management Studio – Part 2

By Exforsys | on December 15, 2005 |
SQL Server 2005

Using SQL Sever Management Studio – Part 2

In this tutorial you will learn further more about Using SQL Sever Management Studio, Registered Servers, To Register a server, Server Groups, The Summary Page, The Database Engine Administration, The tasks of a Database Administrator

Registered Servers

Registered servers can be viewed in the Registered servers window. Servers can be created and registered, renamed or removed in the SQL Server Management Studio. Information on frequently accessed servers will be stored in the Management Studio on Registration.

To Register a server

Right click a node in the Registered Server’s Tree and click Update Local Server Registration. This updates the local server registration.

If a new server has to be created and registered

1. Click Database Engine in the Registered Servers tool bar

2. Right click Microsoft SQL Servers and point to New and then click Server Registration

 

3. In the Registration Dialog box, click on General Tab and enter the name in the Server Name text box. If it is a named instance type the name in the format server_name[\instance_name]. In this illustration we have assumed that we want to create a server named Tutorial Server.

4. Under Authentication accept Windows authentication or select SQL Server Authentication and fill in the username and password.

5. Note that the Registered server name is automatically filled in. You can enter a brief description of the server in the text box provided for the purpose.

6. The connection properties information is optional at the time of registering the server.

7. To accept the default connection properties click on Save.

8. Note that the registered server appears in the registered servers list.

A registered server can be removed by right clicking the server and clicking delete. A delete confirmation box appears. Click Yes to delete the server.

It must be noted that the name of the server can be changed at any time and a change of name does not impact on connection properties. The name can be changed by right clicking the server and pointing to Edit and then clicking Server Registration Properties.

Server Groups

As stated earlier, servers can be grouped together. Each group can be assigned a name. The name of the server group can also be changed by right clicking on the group name, pointing to edit and selecting Server Group properties. The name can be changed in the dialog box that opens.

1. Server Groups can be created by right clicking the server type in the Registered servers toolbar.

2. Right click on a server or a server group and point to New and Click Server group as illustrated above.

3. The New Server Group dialog box will appear. Enter the name of the group and a description. Select a location for the group. If no location is selected it is placed in the default location. Save.

4. Note that a server group has appeared in the Registered servers window under Database Engine.

A registered server group can be moved to another location just as a server can be moved into another group. Right click on the server or server group and click Move To. The Move Server Registration dialog box opens. Expand the list of server groups and click the node in which you want your group to appear and click OK.

A server or a server group can be deleted by merely right clicking on the name of the server or group and clicking delete. The confirmation if given will result in the deletion of the server or the server group.

The Summary Page

The summary page appears as the largest window on the Management studio interface. This window presents information about the item selected in the object window. The summary page can be configured to start as soon as SQL Server Management Studio starts or later. When the list mode is selected the summary page shows information about the higher nodes. When lower nodes are double clicked the information with reference to the clicked item is displayed. Clicking on F7 invokes the summary page.

The summary page can be displayed at startup by clicking on the Tools menu and selecting Options. Under options select Environment/General and under At Startup select Open Object Explorer.

The purpose of hiding or displaying the Summary page and the different windows in SQL Sever Management Studio is to maximize user workspace for development and management. The aim is reduce the number of windows cluttering up the work area and to enable customization of user environment. Windows can be docked, undocked or Auto hidden(pushpin at the upper right of window), Windows are displayed on mouse-over and so on. Some of the components can be configured in tabbed mode in the same window or in a multiple document interface mode. All these features can be configured by accessing the window displayed above.

The Database Engine Administration

The Database Engine is the core service of SQL Server. It is the data store and the repository from which data is processed and in which data is secured. The Database Engine of SQL Server meets the most demanding data applications of an enterprise and provides support and sustains high availability.

The data store is in tabular or in XML format. The Database Administrator has a number of tasks to perform with reference to the database. The tasks are:

1. Creation of databases for storing relational tables or XML documents
2. Implementation of systems to access and change data stored in the database.
3. Deployment of the systems.
4. Administrative support for optimization of performance of the database.

The SQL Server 2005 data base engine comes with many self tuning database configuration options. However, Administrators will have to perform a number of configuration tasks to customize the server to match the needs of the enterprise.

Microsoft SQL Server 2005 runs as a service in the background in Windows 2000, Microsoft Windows Server 2003. The database engine, SQL Server Agent and other SQL Server components are services that are started when the operating system starts if specified during the setup process.

Starting the database engine in effect is the starting of a service. Users have to establish a connection to the server. This service named MSSQLSERVER, can be started and stopped locally or remotely.

The SQL Configuration manager is a snap in tool in the Microsoft Management Console that combines the functionality of the Server Network Utility, Client Network Utility and the Service manager of SQL Server 2000. The SQL Server 2005 services can be started, stopped, paused using the configuration manager. The properties of the selected services can also be viewed using the configuration manager.

The configuration manager can be accessed by clicking on the Start menu > All Programs >Microsoft SQL Server 2005 > SQL Server Configuration Manager.

In this section of the tutorial we have examined the features of SQL Management Studio and how it helps in registering servers and managing objects that are available in the server. In the next section of this module we shall examine in greater detail each of the management of the database server.

« « Using SQL Sever Management Studio – Part 1
Using the SQL Management Objects » »

Author Description

Avatar

Editorial Team at Exforsys is a team of IT Consulting and Training team led by Chandra Vennapoosa.

Free Training

RSSSubscribe 392 Followers
  • Popular
  • Recent
  • Native HTTP Support in SQL Server 2005

    November 1, 2005 - 0 Comment
  • SQL Server 2005 – Managing Permissions

    December 26, 2005 - 0 Comment
  • Planning to Install SQL Server 2005

    November 29, 2005 - 0 Comment
  • Overview of SQL Server 2005 for the Database Developer

    September 8, 2005 - 0 Comment
  • Using the SQL Management Objects

    December 15, 2005 - 0 Comment
  • NET CLR in SQL Server 2005

    November 1, 2005 - 0 Comment
  • SQL Server 2005 – Managing Certificates

    December 26, 2005 - 0 Comment
  • Installing a Second Copy of SQL Server 2005

    November 29, 2005 - 0 Comment
  • SQL Server 2005 Management Studio

    September 8, 2005 - 0 Comment
  • SQL Server 2005 – Using the Sqlcmd Utility

    December 18, 2005 - 0 Comment
  • SQL Server 2005 – Configuring Replication

    January 11, 2006 - 0 Comment
  • SQL Server 2005 Replication Enhancements

    January 11, 2006 - 0 Comment
  • SQL Server 2005 – Mirror Server

    January 11, 2006 - 0 Comment
  • SQL Server 2005 – Introduction to Data Availability

    January 1, 2006 - 0 Comment
  • SQL Server 2005 – Backing up a Database

    January 1, 2006 - 0 Comment
  • SQL Server 2005 – Using Database Snapshots

    December 26, 2005 - 0 Comment
  • SQL Server 2005 – Disaster Recovery

    December 26, 2005 - 0 Comment
  • SQL Server 2005 – Managing Certificates

    December 26, 2005 - 0 Comment
  • SQL Server 2005 – Managing Permissions

    December 26, 2005 - 0 Comment
  • Managing SQL Server 2005 Security

    December 24, 2005 - 0 Comment

Exforsys e-Newsletter

ebook
 

Related Articles

  • SQL Server 2005 – Configuring Replication
  • SQL Server 2005 Replication Enhancements
  • SQL Server 2005 – Mirror Server
  • SQL Server 2005 – Introduction to Data Availability
  • SQL Server 2005 – Backing up a Database

Latest Articles

  • Project Management Techniques
  • Product Development Best Practices
  • Importance of Quality Data Management
  • How to Maximize Quality Assurance
  • Utilizing Effective Quality Assurance Strategies
  • Sitemap
  • Privacy Policy
  • DMCA
  • Trademark Information
  • Contact Us
© 2023. All Rights Reserved.IT Training and Consulting
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish.AcceptReject Read More
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT