Guidelines for Installing SQL Server and Client (SQL Server Management Studio)



Similar documents
SQL EXPRESS INSTALLATION...

Microsoft SQL Server Staging

SQL Server 2008 R2 Express Edition Installation Guide

MSSQL quick start guide

Migrating helpdesk to a new server

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

Microsoft SQL Server Express 2005 Install Guide

Upgrade Guide. McAfee Vulnerability Manager Microsoft Windows Server 2008 R2

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

2.3 - Installing the moveon management module - SQL version

NetSupport DNA Configuration of Microsoft SQL Server Express

These notes are for upgrading the Linko Version 9.3 MS Access database to a SQL Express 2008 R2, 64 bit installations:

Installing and Configuring SQL Express 2008 R2 for Supply Chain Guru

TECHNICAL NOTE. The following information is provided as a service to our users, customers, and distributors.

Jolly Server Getting Started Guide

Print Manager Plus 2010 How to Migrate your Database to a New SQL or Print Server

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

Preparing a SQL Server for EmpowerID installation

How To Set Up Ops Cser.Com (Pros) For A Pc Or Mac) With A Microsoft Powerbook (Proos) (Prosecco) (Powerbook) (Pros) And Powerbook.Com/

AutoDownload: SQL Server and Network Trouble Shooting

QUANTIFY INSTALLATION GUIDE

Installing SQL Express. For CribMaster 9.2 and Later

0651 Installing PointCentral 8.0 For the First Time

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

Basic SQL Server operations

How to Install SQL Server 2008

Print Audit 6 - SQL Server 2005 Express Edition

How to Connect to CDL SQL Server Database via Internet

Dynamics CRM 2011 Outlook Configuration Guide With Windows XP

Magaya Software Installation Guide

Project Server 2003 Install on SBS 2003 Courtesy of Chris Jones All rights reserved by the Author

Checking SQL Server or MSDE Version and Service Pack Level

How To Set Up Dataprotect

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

Install SQL Server 2014 Express Edition

1 of 10 1/31/2014 4:08 PM

Moving/Restoring the StarShip SQL database

Video Administration Backup and Restore Procedures

Installing Cobra 4.7

Secret Server Installation Windows 8 / 8.1 and Windows Server 2012 / R2

Team Foundation Server 2012 Installation Guide

NetSupport DNA Configuration of Microsoft SQL Server Express

DigiVault Online Backup Manager. Microsoft SQL Server Backup/Restore Guide

Download and Installation of MS SQL Server

Dartmouth College Technical Support Document for Kronos PC version

Upgrading a computer to Windows 10 with PetLinx

Implementing Microsoft SQL Server 2008 Exercise Guide. Database by Design

Frequently Asked Questions for logging in to Online Banking

Tech Note 663 HMI Reports: Creating Alarm Database (WWALMDB) Reports

for Networks Installation Guide for the application on a server September 2015 (GUIDE 2) Memory Booster version 1.3-N and later

Installation / Backup \ Restore of a Coffalyser.Net server database using SQL management studio

Using MS Excel V Lookups

for Networks Installation Guide for the application on the server July 2014 (GUIDE 2) Lucid Rapid Version 6.05-N and later

DevForce WinClient. DevForce Installation Guide

TROUBLESHOOTING INFORMATION

Open Directory. Contents. Before You Start 2. Configuring Rumpus 3. Testing Accessible Directory Service Access 4. Specifying Home Folders 4

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

QuickBooks Mac 2014 Getting Started Guide

Migrating MSDE to Microsoft SQL 2008 R2 Express

InformationNOW Upgrading to Microsoft SQL Server 2008

SplendidCRM Deployment Guide

Install MS SQL Server 2012 Express Edition

SYSTEM REQUIREMENTS...3

Sage Intelligence Financial Reporting for Sage ERP X3 Version 6.5 Installation Guide

SETTING UP REMOTE ACCESS ON EYEMAX PC BASED DVR.

Secure Messaging Server Console... 2

MS SQL Server Database Management

Installing OneStop Reporting Products

Installing Autodesk Vault Server 2012 on Small Business Server 2008

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

Installing GFI Network Server Monitor

Training module 2 Installing VMware View

Setup and configuration for Intelicode. SQL Server Express

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Technical Requirements for OneStop Reporting products

Quick Start Guide v4.0 Client Outlook Connection

Avatier Identity Management Suite

ecw Weekly Users Tip: My Settings: Template-Friendly Settings & My Favorites: Templates

Accessing Citrix on a MAC using OS X (Mountain Lion and Newer)

Aradial Installation Guide

How to move a SQL database from one server to another

Backup/Restore Microsoft SQL Server 7.0 / 2000 / 2005 / 2008

Setting Up ALERE with Client/Server Data

Active Directory Management. Agent Deployment Guide

Virtual Cabinet Document Portal User Guide

SharePoint 2013 Developer s Installation Guide

PRECISION v16.0 MSSQL Database. Installation Guide. Page 1 of 45

Configuring Devices for Use with Cisco Configuration Professional (CCP) 2.5

Querying Databases Using the DB Query and JDBC Query Nodes

Migrating MSDE to Microsoft SQL 2005 Express SP4

PROJECTIONS SUITE. Database Setup Utility (and Prerequisites) Installation and General Instructions. v0.9 draft prepared by David Weinstein

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

Matisse Installation Guide for MS Windows. 10th Edition

If you do not have any FTP login to your website, or how no idea what FTP is, then get in touch with an IT person or developer who can assist you.

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2

How to move to your account with MAC Mail

Configuration Guide for SQL Server This document explains the steps to configure LepideAuditor Suite to add and audit SQL Server.

Matrix 5.0 Software Upgrade

Transcription:

Guidelines for Installing SQL Server and Client (SQL Server Management Studio) Installing process is pretty straightforward. Any Express version would be ok with writing SQL part of the course, but Stored Procedure, table Function and Trigger, MS SQL SERVER Standard version or higher is recommended. 1. Download all the package together either 2014 or 2012 SQL Server (any edition is fine, not BI for this lab now, you can install it later) Make sure to install every components in the package - ODBC, Server, Clients, gateway,... Make sure that you install a server with a matching version of Visual Studio. 2. When installing a server, make sure to choose to 1) Follow Window Authentication to login and 2) the SQL server started automatically when your hosting system starts. 3. Check Control panel -> Computer management -> Service to see your SQL server is up and running, if not, start it manually there. If you don t see SQL Server there in the service list, it means that you didn t install the server in your system. Remove all by uninstalling program (NOT by you manually), then reinstall ALL the components in the package that the DreamSpark site provides. For Those who want to install Enterprise Edition, Follow the steps to install MS SQL Server Enterprise Edition and Choose Window Authentication Mode and then Add Current User (add you as administrator in your system) in Server Configuration and Database Engine Configuration steps. Your window password should be strong (generally, more than 8 characters in a combination of Upper and lower cases of characters with numbers. Google it to find out a system specific restrictions for a strong PW for your system) Once everything is installed, then 4. in Program -> 2012 or 2014 MS SQL Server, start MS SQL Server Management Studio which is an interface for both the sql server running on your host system and a client where you can type and execute SQL queries. If you need anything else, check MS site (or google it, you will find the site) for any info to install, everything is there. It will work only when you are a part of an Administration group of the host system. If you install the server in your system and you choose the option that a server get your OS user id and password, by default, your SQL server put your user id into the Admin group. If you are not, try to add yourself into Admin group in the database server in the host system in Control panel -> (Computer) System Management -> User management.

For the Installation step for 2014 SQL Server step by step: You can find any related info here including Pre-requirement and all the components to install together. http://msdn.microsoft.com/en-us/library/ms143219.aspx https://www.youtube.com/watch?v=p3xcolvnfho For installation step for SQL Management Studio with 2014 SQL Server (Note that this is for an Express version), there is a video guide here. https://www.youtube.com/watch?v=egfdh_d0lys One issue could be coming from installing SQL Server in Window8. Check the site for info. Depending on which one(window 8 or Window 8.1) you are setting up a SQL Server on http://support.microsoft.com/kb/2681562 My suggestion for this issue is choose Window 7 to install to stay away from this kind of issue until they announce a complete solution for the issue. If that is not an option for you, then it is probably worth trying their most recent Service Pack for window 8 provided by their site to see it resolves the issue. Note that apart from the issue with Window 8, even on window 7, you have to match a version of Visual Studio and a version of SQL Server to install. Either 2012 VS with 2012 SQL Server or 2013 VS with 2014 server. They added a lot of new features and changed some design in each 2012 and 2014, so some of them are not compatible to install together. Any SP (Patch work) wouldn't resolve this issue. Tips for Errors from Running and Connecting to SQL Server after Installation 1. First, Check it out in Control Panel -> Administrative Tool -> Service to see your SQL Server started. If not, start it manually there. 2. Your server is running but you can't connect to the server, then it is more likely a problem from access control with your user id and pw. Somehow the server can not recognize your id and pw (Assuming that the internet connection on your laptop is good). Make sure that you install it with the option to pick up your user id and pw from your Window OS. 3. If you didn t choose that option when installing or you are not sure then go to Control Panel -> Administrative Tool -> Service then Right Click on your SQL Server then click on Properties -> General or Log On option, then you can change the starting option there as below. 4. Choose Log On menu to change your user id and pw. 5. See Help there or search Online documentation for further detail.

Right Click on SQL SERVER then Click on Properties to get to the following windows: