SQL Server 2016 Developers Edition Installation Last Update: 1/19/2018

Size: px
Start display at page:

Download "SQL Server 2016 Developers Edition Installation Last Update: 1/19/2018"

Transcription

1 Introduction and Contents These instructions are primarily for students in HIM 6217 in the Health Management and Informatics Department at the University of Central Florida. They cover two of the five software installations needed for this class. These are: 1. Microsoft Visio SQL Server 2016 Developers Edition* 3. SQL Server Management Studio* 4. Visual Studio 5. Visual Studio s Report Design tools These instructions cover items 2 & 3 above. These instructions are current as of January Regardless of which product you are installing watch for explicit version information from me. Some values, such as the available service pack, may change without necessitating a redo of the instructions. Installing SQL Server Obtaining the Software You will obtain SQL Server from your account at the HMI Department s subscription at the Microsoft Imagine check-out store. In the store search for SQL Server or otherwise find the icon for SQL Server 2016 You will see a multitude of versions available. Select the SLQ Server 2016 Developer with Service Pack 1 (unless instructed to get a later SP). Download and Prepare the ISO File Complete the checkout and download process and pay attention to where your software goes. By default the software will go in your Downloads folder. This will result in an.iso file such as this one: Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 1

2 Specific values may be different depending on the version number. This file is a disk image file that is intended to be written directly to a DVD disk which can then be used to install your software. Of course this option requires a writable DVD drive. The options available to you vary widely depending on your hardware configuration and software options included with your computer. These options generally include: 1. Write the file to a DVD disk. This is my preferred approach as you will then have the disk available for reinstallation if necessary. Also, as of this writing, other members of your class (e.g., project team) can freely install software from your copy of the disk if they are eligible to obtain the software on their own. Caution: You must use a disk image writer to create the disk, copying the single.iso file will not result in an installable disk. This means you need this software as well. 2. You may have a utility to mount the disk image as a virtual DVD drive on your computer s hard drive. If I right-click the.iso file in my version of Windows 10 I actually get three different ways to do this. The top one comes with windows (and will execute if you double-click the.iso file) while the other two came with other software on my machine. If you choose this option you can remove the virtual drive by right-clicking it and selecting Eject. See for more information. 3. There is software to let you turn a USB thumb drive into an emulated DVD drive. I don t have much information on this option. Installing the Software Note: You will see a dialog similar to this at multiple times during the installation (and even while using SQL Server). I wasn t able to capture these during my install but whenever you see this select Yes. Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 2

3 Start the install by finding setup.exe on your physical or virtual DVD drive. Either double-click it or rightclick and select Run Setup.exe will launch the SQL Server Installation Center. Be sure that Planning is selected in the left panel. Then click the System Configuration Checker. If you are lucky you will get the dialog below indicating that you have no problems. If you are notified of problems you will need to look at them and determine if they indicate inadequate hardware resources, Dr. L. West, HMI Dept, UCF 3

4 if you can correct something, or if you need more help. If the latter contact the designated support resource(s) identified for your class. When you have passed your configuration check you will be returned to the Installation Center. Select Installation in the left pane and then the top entry as shown below, New SQL Server stand-alone installation or add features to an existing installation. As subsequent screens appear make the selections indicated or just click Next if no options are asked for. Dr. L. West, HMI Dept, UCF 4

5 Dr. L. West, HMI Dept, UCF 5

6 Dr. L. West, HMI Dept, UCF 6

7 Feature Selection: This requires you to make selections in the scrolling Features list in the middle of the dialog. Notice that it takes me two images to show you all options. I strongly recommend against checking any other options until after the course is over. Second shot of the scrolling Features list Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 7

8 Instance Configuration Your screen should look a little different from mine. You can see in the lower part that there is information in the Installed instances list. This is because I have SQL 2012 installed on my computer and want to keep it. 1. If you have information in the Installed instances area you should make note of it. Using the Windows Snipping Tool to save a copy would not be unreasonable. 2. Select Named Instance at the top 3. Give your server a name with no spaces. You can use my name if you want or something more personal such as JoesSQL. Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 8

9 Make all of the settings illustrated on the Server Configuration screen. Dr. L. West, HMI Dept, UCF 9

10 On the Database Engine Configuration you must, Must, MUST 1. Select Windows authentication mode as indicated 2. Click the Add Current User button (which will fill in the entry for the SQL Server Administrators list. Important: Take note of the value that goes in the administrators list after clicking the Add Current User button. You will need this for an important setting in Configuration Manager later. Dr. L. West, HMI Dept, UCF 10

11 Continue making the indicated selections on the following screens and clicking Next. Dr. L. West, HMI Dept, UCF 11

12 Dr. L. West, HMI Dept, UCF 12

13 Dr. L. West, HMI Dept, UCF 13

14 When installation progress is complete you will need to restart your computer. This is not optional. You must do it now. If you get errors in the list you will need to get help on them. Otherwise you are finished with the SQL Server DB engine. Dr. L. West, HMI Dept, UCF 14

15 Install SQL Server Management Studio SQL Server Management Studio is the visual interface that you use to talk to SQL Server. (SQL Server is a server that has only the most minimal user interface capability. All of our most important tasks such as creating databases and writing queries will be done through SQL Server Management Studio.) If you are not already there after installing SQL Server return to the Installation Center. Double-click Setup.exe from the disk if you need to. On the Installation menu select Install SQL Server Management Tools Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 15

16 You will be taken to a Microsoft web site where you will download the software. On this page scroll down until you find the Download option below. Be sure you get Version 17. If you see a minor version greater than the 17.4 shown below (e.b., 17.5) that is OK. Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 16

17 Again, by default your software will end up in your Downloads folder. Look for SSMS-Setup.ENU.exe. Dr. L. West, HMI Dept, UCF 17

18 Double-click the SSMS-Setup-ENU.exe file to launch the installation. Note: I had to restart my computer after the first attempt and afterward nothing happened. I doubleclicked the.exe a second time and installation continued. After SQLS MS installed it will be added to your Windows Start menu, both in Recently Added and it may also be under a Microsoft SQL Server 2017 Tools folder in the Start menu. Big Hint: Using SQL Server will be the subject of video instruction but before completing installation I have an important usability hint for you. You will regularly need access to two different tools, both of which were installed as part of the process above. I strongly recommend that you find the Management Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 18

19 Studio (right illustration below) and the Configuration Manager (left illustration) and pin them to the Start menu or even better (in my opinion it is what I do) pin them to the task bar. That is it. If you are lucky you will not have had any problems. If you do have problems you should get help immediately. See the help resources in the course information. Important: This installation process may install two different Configuration Managers, one tagged as 2016 and one as It is important that you only work with the 2016 version. The 2017 version will cause a Cannot connect to WMI provider error when you try to start Configuration Manager (see the instructional video). Dr. L. West, HMI Dept, UCF LWEST@UCF.EDU 19

Installing Visual Studio for Report Design

Installing Visual Studio for Report Design Introduction and Contents This file contains the final set of instructions needed for software installation for HIM 6217. It covers items 4 & 5 from the previously introduced list seen below: 1. Microsoft

More information

Installing SQL Server Developer Last updated 8/28/2010

Installing SQL Server Developer Last updated 8/28/2010 Installing SQL Server Developer Last updated 8/28/2010 1. Run Setup.Exe to start the setup of SQL Server 2008 Developer 2. On some OS installations (i.e. Windows 7) you will be prompted a reminder to install

More information

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS)

Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) (434) 924-7988, RRH 219 helpdesk@comm.virginia.edu Installation Guide: VirtualBox, Windows 10, and Microsoft Visio (Mac OS) Prerequisites: Verify that your installation of OS X and Safari have the most

More information

SQL 2012 Installation

SQL 2012 Installation This document will go through a basic SQL Server 2012 installation. For installation requirements, support and download information please visit the following Microsoft websites. Before you start, you

More information

INSTALLATION GUIDE. RAPID TAG PC-Based Software Installation Guide. Version 5.0

INSTALLATION GUIDE. RAPID TAG PC-Based Software Installation Guide. Version 5.0 INSTALLATION GUIDE RAPID TAG PC-Based Software Installation Guide Version 5.0 122 West State Street Traverse City, MI 49684 www.salamanderlive.com 877.430.5171 TABLE OF CONTENTS 1 ABOUT THIS GUIDE... 2

More information

INSTALLATION GUIDE. RAPID TAG EVAC PC-Based Software Installation Guide. Version 5.0

INSTALLATION GUIDE. RAPID TAG EVAC PC-Based Software Installation Guide. Version 5.0 INSTALLATION GUIDE RAPID TAG EVAC PC-Based Software Installation Guide Version 5.0 122 West State Street Traverse City, MI 49684 www.salamanderlive.com 877.430.5171 TABLE OF CONTENTS 1 ABOUT THIS GUIDE...

More information

INSTALLATION GUIDE. ID DESIGNER PC-Based Software Installation Guide. Version 4.0

INSTALLATION GUIDE. ID DESIGNER PC-Based Software Installation Guide. Version 4.0 INSTALLATION GUIDE ID DESIGNER PC-Based Software Installation Guide Version 4.0 122 West State Street Traverse City, MI 49684 www.salamanderlive.com 877.430.5171 TABLE OF CONTENTS 1 ABOUT THIS GUIDE...

More information

Section I Downloading VS 2013 Professional Edition from DreamSpark Website

Section I Downloading VS 2013 Professional Edition from DreamSpark Website Section I Downloading VS 2013 Professional Edition from DreamSpark Website 1) Open your browser 2) Go to the DreamSpark website You can find the link to go to this website at http://www.cdasilva.info/morelinks.htm

More information

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to and select Downloads.

Get VirtualBox. VirtualBox/Ubuntu Setup. Go to  and select Downloads. Get VirtualBox Go to www.virtualbox.org and select Downloads. 1 Download the current release of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7. Download the

More information

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database

Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Installation of Microsoft SQL Server 2012 Setup MwPharm++ database Datum: 12/15/2015 Strana: 1 Title Installation of Microsoft SQL Server 2012 & Setup MwPharm++ DB Author George Dousa Document No. 1.02

More information

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might

More information

To complete this project, you will need the following folder:

To complete this project, you will need the following folder: = CHAPTER 1 Windows 7 More Skills 12 Use Libraries to Organize Files A library is a collection of files and folders stored in different locations on your computer that can be viewed as a single folder.

More information

The GHS Mixture Classification System Installation Manual. ~Full Package Edition~ Ver.3.0

The GHS Mixture Classification System Installation Manual. ~Full Package Edition~ Ver.3.0 The GHS Mixture Classification System Installation Manual ~Full Package Edition~ Ver.3.0 Contents 1 Introduction... 1 1.1 Purpose... 1 1.2 This Document... 1 1.3 Operating Environment... 2 2 Installing

More information

MS SQL Server 2016 Installation rev1704

MS SQL Server 2016 Installation rev1704 MS SQL Server 2016 Installation rev1704 This document provides the steps required to install MS SQL Server 2016 Standard Edition on a Windows Server 2016 for use with DataSelf Analytics solutions. MS SQL

More information

Working with SQL SERVER EXPRESS

Working with SQL SERVER EXPRESS Table of Contents How to Install SQL Server 2012 Express Edition... 1 Step 1.... 1 Step 2.... 2 Step 3.... 3 Step 4.... 3 Step 5.... 4 Step 6.... 5 Step 7.... 5 Step 8.... 6 Fixing Database Start-up Connection

More information

The GHS Mixture Classification System Installation Manual. ~Downloadable Edition~ Ver.3.0

The GHS Mixture Classification System Installation Manual. ~Downloadable Edition~ Ver.3.0 The GHS Mixture Classification System Installation Manual ~Downloadable Edition~ Ver.3.0 Contents 1. Introduction... 1 1.1 Purpose... 1 1.2 This Document... 1 1.3 Operating Environment... 2 2. Installing

More information

Perform a Server Move for Junxure

Perform a Server Move for Junxure Perform a Server Move for Junxure These instructions are the recommendations for IT personnel on how to perform a Server Move for the Junxure Database. Junxure Tech Support understands every environment

More information

Passwordstate. Installation Instructions for. SQL Server 2016 Express

Passwordstate. Installation Instructions for. SQL Server 2016 Express Passwordstate Installation Instructions for SQL Server 2016 Express This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Installing the PC-Kits SQL Database

Installing the PC-Kits SQL Database 1 Installing the PC-Kits SQL Database The Network edition of VHI PC-Kits uses a SQL database. Microsoft SQL is a database engine that allows multiple users to connect to the same database. This document

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide Contents 3 Introduction 3 What You Need 4 Installation Overview 4 Step 1: Check for updates 4 Step 2: Prepare your Mac for Windows 4 Step 3: Install Windows 4 Step

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 4 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 5 Installation Overview

More information

Setting up EntraPass Card Gateway with SQL Server 2008

Setting up EntraPass Card Gateway with SQL Server 2008 Setting up EntraPass Card Gateway with SQL Server 2008 The EntraPass Card Gateway is designed to interface with the Oracle or the SQL Server Database Engine. Unfortunately the interface has not been updated

More information

Physical Imaging Rapid Recovery - Bare Metal Restore

Physical Imaging Rapid Recovery - Bare Metal Restore Physical Imaging Rapid Recovery - Bare Metal Restore Applicable Products These instructions apply to the following products: - MSP Overview Bare Metal Recovery (BMR) allows you to restore a physical image

More information

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it.

If this is the first time you have run SSMS, I recommend setting up the startup options so that the environment is set up the way you want it. Page 1 of 5 Working with SQL Server Management Studio SQL Server Management Studio (SSMS) is the client tool you use to both develop T-SQL code and manage SQL Server. The purpose of this section is not

More information

SCCM 1802 Install Guide using Baseline Media

SCCM 1802 Install Guide using Baseline Media SCCM 1802 Install Guide using Baseline Media By Prajwal Desai This document is a Step-by-Step SCCM 1802 Install guide using Baseline Media. I was waiting for SCCM 1802 baseline media to be released so

More information

Setting Up a Linux Operating System

Setting Up a Linux Operating System Name: Setting Up a Linux Operating System We will be using the Linux operating system for most of our practical work in this class. Knoppix is a live CD distribution of Linux, based on the Debian distribution.

More information

Boot Camp Installation & Setup Guide

Boot Camp Installation & Setup Guide Boot Camp Installation & Setup Guide 1 Contents 3 Boot Camp 3 Introduction 4 What You Need 5 If You ve Already Used a Beta Version of Boot Camp 5 Upgrading Windows XP to Windows Vista 6 Installation Overview

More information

Querying with Transact-SQL

Querying with Transact-SQL Querying with Transact-SQL Getting Started with Azure SQL Database / SQL Server Overview Transact-SQL is an essential skill for database professionals, developers, and data analysts working with Microsoft

More information

Esko. Suite 12 Engines Installation (Beta)

Esko. Suite 12 Engines Installation (Beta) Suite 12 Engines Installation (Beta) Contents 1. Before installing Suite 12... 3 1.1 How to change Data Execution Prevention (DEP) Settings...3 1.2 How to change the password policy... 4 2. How to install

More information

SQL AlwaysOn - Skype for Business

SQL AlwaysOn - Skype for Business 2018 SQL AlwaysOn - Skype for Business DINESH SINGH Contents Before Starting... 2 Windows Failover Clustering... 2 IPs Address and DNS... 2 SQL AlwaysOn... 2 Service Accounts... 2 Network Configuration...

More information

Installation and Configuration Guide for CitectSCADA Reports V4.1

Installation and Configuration Guide for CitectSCADA Reports V4.1 Installation and Configuration Guide Tips & Hints April 2008 CitectSCADA Reports Manager Installation Guide V1.0 1 Issue History Doc Rev CVS Rev Status Date Modified by Summary of Amendments 1 Final 12/04/2008

More information

Configuration Database Backup Guide

Configuration Database Backup Guide Configuration Database Backup Guide Smarter Surveillance for a Safer World On-Net Surveillance Systems, Inc. One Blue Hill Plaza, 7 th Floor, PO Box 1555 Pearl River, NY 10965 Phone: (845) 732-7900 Fax:

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Getting Started Overview Database development is more than just creating a table with rows and columns. This course introduces features and technologies for developing a database.

More information

12 Lead ECG CardioVu Software Installation Guide

12 Lead ECG CardioVu Software Installation Guide 1.0 Introduction The CardioVu software requires a 64 bit Windows OS. This document shows how to install SQL Server 2012 Express database SP1 x64 for use with CardioVu software. The TelemedSQLInstall.exe

More information

Advanced Graphics Application Installation Instructions

Advanced Graphics Application Installation Instructions MS-ADVGRF-0 Code No. LIT-12011525 Software Release 9.0 Issued August 2017 Refer to the QuickLIT website for the most up-to-date version of this document. Document Introduction...2 Summary of Changes...2

More information

Guide to Installing DYNAMICS Security Pack

Guide to Installing DYNAMICS Security Pack Guide to Installing DYNAMICS Security Pack Introduction The Security Pack feature of DYNAMICS 7 is designed to assist labs that require compliance with 21 CFR Part 11 of the Code of Federal Regulations.

More information

Agilent MassHunter Workstation Software Offline Qualitative and Quantitative Analysis

Agilent MassHunter Workstation Software Offline Qualitative and Quantitative Analysis Agilent MassHunter Workstation Software Offline Qualitative and Quantitative Analysis Installation Guide Step 1. Remove Older Versions of MassHunter and Microsoft Excel Software 2 Step 2. Install Microsoft

More information

Advanced Graphics Application Installation Instructions

Advanced Graphics Application Installation Instructions Advanced Graphics Application Installation Instructions MS-ADVGRF-0 Building Technologies & Solutions www.johnsoncontrols.com 2018-12-17 LIT-12011525 Release 10.0 Contents Document Introduction...3 Summary

More information

MICROSOFT SQL 2016 INSTALLATION Created by Harvansh Singh Website: -

MICROSOFT SQL 2016 INSTALLATION Created by Harvansh Singh Website: - Created by By Created by Table of Contents INSTALL PRE-REQUISITES... 2 INSTALL.NET 4.5.2... 6 INSTALLING KB2919442-X64... 8 INSTALLING KB219355-X64... 10 INSTALLATION SQL SERVER 2016... 12 INSTALL SSMS...

More information

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.6 (12 Apr 2012) PN EN Installing and Setting Up the Snap-on EPC Rev.1.6 (12 Apr 2012) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

INSTALLATION GUIDE. COMMAND PC-Based Software Installation Guide. Version 5.0

INSTALLATION GUIDE. COMMAND PC-Based Software Installation Guide. Version 5.0 INSTALLATION GUIDE COMMAND PC-Based Software Installation Guide Version 5.0 122 West State Street Traverse City, MI 49684 www.salamanderlive.com 877.430.5171 TABLE OF CONTENTS 1 ABOUT THIS GUIDE... 2 2

More information

Where Did My Files Go? How to find your files using Windows 10

Where Did My Files Go? How to find your files using Windows 10 Where Did My Files Go? How to find your files using Windows 10 Have you just upgraded to Windows 10? Are you finding it difficult to find your files? Are you asking yourself Where did My Computer or My

More information

Create Golden Template

Create Golden Template Create Golden Template A golden template is an image of a virtual machine that the service provider can use as a master copy to create and provision new virtual machines. This chapter contains the procedures

More information

Installing Sage POS and SQL

Installing Sage POS and SQL Installing Sage POS and SQL Table of Content Hover over the heading and select the topic you are interested in, you will be directed to the topic. Download Procedures Server Installation Workstation Installation

More information

AccessData FTK Quick Installation Guide

AccessData FTK Quick Installation Guide AccessData FTK Quick Installation Guide Document date: February 11, 2015 2015 AccessData Group, Inc. All rights reserved. No part of this publication may be reproduced, photocopied, stored on a retrieval

More information

Using Eclipse for C Programming

Using Eclipse for C Programming Using Eclipse for C Programming George Ferguson ferguson@cs.rochester.edu June 2018 Abstract Students are used to using the Eclipse IDE for programming in Java. This document describes how to install and

More information

SAMLite Prerequisites: Installation and Configuration

SAMLite Prerequisites: Installation and Configuration SAMLite Prerequisites: Installation and Configuration Build 2.0 2016-06-29 1 of 50 Table of Contents 1 Configuring Windows Server 2012 R2 for SAMLite... 3 2 SQL Server 2016 Express Installation... 15 2.1

More information

Reliable High-Speed Connection to Publication Database for Synchronization

Reliable High-Speed Connection to Publication Database for Synchronization PCS Axis v1.9 Client/Server New Installation with Replication May 2015 Introduction American Innovations (AI) is pleased to announce version 1.9 of our Pipeline Compliance System Axis software (PCS Axis

More information

STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE

STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE STEP BY STEP INSTALL SQL SERVER 2016 STANDALONE ON WINDOWS 2016 Waleed Mostafa MVP - Cloud and Datacenter Management Senior Consultant table of contents 1 Introduction... 2 2 Step by Step install database

More information

Windows 10 Upgrade Guide

Windows 10 Upgrade Guide Windows 10 Upgrade Guide Affected Model: Models in Windows 10 upgrade list Notification: 1. Some hardware or software features need a driver update in order to work properly after the upgrade, apply the

More information

Installing DPM 2012 R2

Installing DPM 2012 R2 Installing DPM 2012 R2 This document covers the installation/upgrade of System Center 2012 R2 Data Protection Manager (DPM 2012 R2, or simply DPM). While the installation and upgrade process is similar,

More information

User Manual. Backup Utility for MiniStation MiniStation. v 2.0

User Manual. Backup Utility for MiniStation MiniStation.   v 2.0 User Manual Backup Utility for MiniStation MiniStation www.buffalotech.com v 2.0 MiniStation Utility Installation Install the Backup Utility by running the EasySetup Wizard from the MiniStation CD (This

More information

Top Producer for Palm Handhelds

Top Producer for Palm Handhelds Top Producer for Palm Handhelds Quick Setup Top Producer Systems Phone number: 1-800-830-8300 Email: support@topproducer.com www.topproducer.com Fax: 604.270.6365 Top Producer for Palm handhelds Quick

More information

2012 Peer Small Business Data

2012 Peer Small Business Data Welcome The installation program installs the following data sets: 2012 Peer Small Business Data 2012 Peer Small Business Data In order to use this data set you should be running CRA Wiz and Fair Lending

More information

Windows 10 Upgrade Guide

Windows 10 Upgrade Guide Windows 10 Upgrade Guide Affected Model: Models in Windows 10 upgrade list Notification: 1. Some hardware or software features need a driver update in order to work properly after the upgrade, apply the

More information

MC Agent Troubleshooting

MC Agent Troubleshooting MC Agent Troubleshooting The MC Agent is the process used by Maintenance Connection to manage a number of automated features in the system. The MC Agent, when installed, runs continuously checking for

More information

SQL Server Express Installation Guide

SQL Server Express Installation Guide SQL Server Express Installation Guide For SQL Server Express 2014 Last Updated 12/22/2016 All user guides are available for download on our support site at www.1-stepsoftware.com. This publication is the

More information

IT Software Installation Guide

IT Software Installation Guide IT Software Installation Guide Microsoft Office... 1 Notepad++... 3 Packet Tracer... 4 SQL Server 2016 Express... 6 SQL Server Data Tools... 7 Visual Studio Community... 8 Wireshark... 9 VMware Workstation

More information

Connector for Microsoft SharePoint Product Guide - On Premise. Version

Connector for Microsoft SharePoint Product Guide - On Premise. Version Connector for Microsoft SharePoint Product Guide - On Premise Version 03.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Navigating and Managing Files and Folders in Windows XP

Navigating and Managing Files and Folders in Windows XP Part 1 Navigating and Managing Files and Folders in Windows XP In the first part of this book, you ll become familiar with the Windows XP Home Edition interface and learn how to view and manage files,

More information

PowerPoint Creating Presentations 25

PowerPoint Creating Presentations 25 Contents Contents 3 PowerPoint 00 7 What is PowerPoint? 8 PowerPoint Requirements 9 New and Improved Features 0 Installing PowerPoint 00 Starting PowerPoint 00 3 Exploring the Ribbon 4 003 Commands in

More information

Microsoft DreamSpark. Download and Installation 1. Abass Alamnehe

Microsoft DreamSpark. Download and Installation 1. Abass Alamnehe Microsoft DreamSpark Download and Installation 1 1 Abass Alamnehe Microsoft DreamSpark DreamSpark is a Microsoft educational software repository that is made available to our students through Microsoft

More information

Print Audit 6. Database Documentation Dec :21. Version: Date:

Print Audit 6. Database Documentation Dec :21. Version: Date: Print Audit 6 Version: Date: 8 03-Dec-2018 16:21 Table of Contents Browse Documents:..................................................... 3 Moving Print Audit 6 and an SQL Database to a New Server....................

More information

SQL Server Installation and Configuration Guide. Abstract

SQL Server Installation and Configuration Guide. Abstract SQL Server 2008 Installation and Configuration Guide Abstract This document describes the configuration during and after database installation when IMC is used together with Microsoft SQL Server. The document

More information

Installing the C++ Development Tools

Installing the C++ Development Tools Installing the C++ Development Tools WindRiver Workbench is the development environment used for creating and loading C++ code onto a crio for FRC. This document describes how to install the Wind River

More information

Install Guide Windows 7 Pro 32 Bit Iso Microsoft

Install Guide Windows 7 Pro 32 Bit Iso Microsoft Install Guide Windows 7 Pro 32 Bit Iso Microsoft Jul 20, 2014. I'm running windows 7 32 bit but I want to upgrade to 64 bit. Windows 7 Professional 32Bit: msft.digitalrivercontent.net/win/x17-59183.iso

More information

PROSIM and Its Installation Guide

PROSIM and Its Installation Guide PROSIM and Its Installation Guide What is PROSIM? PROSIM, an acronym of Production Simulation, is a business game structured around the management of a production or operations environment. This is a Windows

More information

Install Guide Windows 7 Professional 32 Bit Iso

Install Guide Windows 7 Professional 32 Bit Iso Install Guide Windows 7 Professional 32 Bit Iso File An ISO file combines all the Windows installation files into a single uncompressed file. Windows XP SP2, Windows Vista, or Windows 7 (32-bit or 64-bit).

More information

Installing the VS-700 Control Surface Plug-in

Installing the VS-700 Control Surface Plug-in Installing the VS-700 Control Surface Plug-in 1. Close all programs and any open windows. If you are running any antivirus programs the prevent software installation these will need to be disabled. 2.

More information

Guideline for the installation of the free C-MOR Video Surveillance Virtual Machine on VirtualBox

Guideline for the installation of the free C-MOR Video Surveillance Virtual Machine on VirtualBox This guideline illustrates the installation of the C-MOR Video Surveillance Virtual Machine with the free Virtualization Software VirtualBox from Oracle. The free VM version of C-MOR is here available:

More information

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN

Installing and Setting Up the Snap-on EPC. Rev.1.10 (10 Oct 2013) PN EN Installing and Setting Up the Snap-on EPC Rev.1.10 (10 Oct 2013) PN 275-0800-EN Table of Contents 1. Introduction... 3 2. Minimum Requirements... 4 3. Installing the Snap-on EPC... 6 4. Licensing the Snap-on

More information

ver Sound Editor for MAGICSTOMP ver is for units using version 2.10 firmware or greater.

ver Sound Editor for MAGICSTOMP ver is for units using version 2.10 firmware or greater. ver. 2.10 Sound Editor for ver. 2.10 is for units using version 2.10 firmware or greater. SPECIAL NOTICES The software and this are exclusive copyrights of Yamaha Corporation. Copying of the software or

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting

Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Lesson 3 Transcript: Part 1 of 2 - Tools & Scripting Slide 1: Cover Welcome to lesson 3 of the db2 on Campus lecture series. Today we're going to talk about tools and scripting, and this is part 1 of 2

More information

Installing Oracle 12c R1 on a 64-bit OS

Installing Oracle 12c R1 on a 64-bit OS Complete this step only AFTER installing SQL Server Development Tools (SSDT). To install Oracle, complete these steps. Confirm Prerequisite 1) Confirm SSDT (Sql Server Data Tools) exists on the workstation.

More information

Bridge Cable User s Guide

Bridge Cable User s Guide Bridge Cable User s Guide Table of Contents Overview -------------------------------------------------------------------- 2 Driver Installation --------------------------------------------------------

More information

WVL2 Wireless Vehicle Link 2 Installation and Setup Manual

WVL2 Wireless Vehicle Link 2 Installation and Setup Manual WVL2 Wireless Vehicle Link 2 Installation and Setup Manual Chapter 1: Introducing the Wireless Vehicle Link 2...1 WVL2 Components...2 Component Checklist...3 Product Specifications...4 System Requirements...5

More information

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r

M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r M i c r o s o f t S Q L S e r v e r I n s t a l l a t i o n G u i d e for A D S S S e r v e r A S C E R T I A LTD S E P T E M B E R 2 0 1 8 D o c u m e n t V e r s i o n - 5.9. 0. 1 Ascertia Limited. All

More information

BioPAK Installation Guide

BioPAK Installation Guide Installation Guide for BioPAK 8 Software and Equipment Stand Alone EMG on CD Australia Table of Contents What you will need...2 BioPAK Software Installation...3 Hardware installation...8 Attaching your

More information

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2

VMWare Workstation Installation. Microsoft Windows Server 2008 Enterprise with Service Pack 2 VMWare Workstation Installation Microsoft Windows Server 2008 Enterprise with Service Pack 2 Starting Vmware Workstation Go to start menu and start VMware Workstation program. *Note: The following instructions

More information

You have a PC with a USB interface, running Microsoft Windows XP (SP2 or greater) or Vista You have the Workshop Installation Software Flash Drive

You have a PC with a USB interface, running Microsoft Windows XP (SP2 or greater) or Vista You have the Workshop Installation Software Flash Drive 03- COMPOSER STUDIO Stellaris Development and Evaluation Kits for Code Composer Studio The Stellaris Development and Evaluation Kits provide a low-cost way to start designing with Stellaris microcontrollers

More information

About the To-Do Bar in Outlook 2007

About the To-Do Bar in Outlook 2007 Tasks in the Microsoft Office system are similar to a to-do list. Tasks make it easy to use Microsoft Office Outlook 007 to organize your time and your work. Tasks are integrated across Outlook 007, Microsoft

More information

Getting Started with QuarkXPress

Getting Started with QuarkXPress Getting Started with QuarkXPress 10.1.1 CONTENTS Contents Related Documents...4 System requirements...5 System requirements: Mac OS X...5 System requirements: Windows...5 Installing: Mac OS X...7 Adding

More information

KYOCERA Net Admin Installation Guide

KYOCERA Net Admin Installation Guide KYOCERA Net Admin Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for

More information

Pursuit 7 for Windows

Pursuit 7 for Windows Pursuit 7 for Windows Proposal Generation System Z-Micro Technologies, Inc. Installation Guide Copyright 2010. Z-Micro Technologies, LLC. All Rights Reserved. Setting Up Pursuit 7 for Windows - Client

More information

WINDOWS SHUTDOWN ERROR MESSAGE

WINDOWS SHUTDOWN ERROR MESSAGE Source of the Problem WINDOWS SHUTDOWN ERROR MESSAGE Getting an error message when you shut down Microsoft Windows isn't as serious as getting one when you start up Windows, but it still leaves you with

More information

CIS 231 Windows 7 Install Lab #2

CIS 231 Windows 7 Install Lab #2 CIS 231 Windows 7 Install Lab #2 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in the

More information

Installation Guide - Dimodelo Architect and Management Console. Installation Guide. Dimodelo Solutions 7/27/15

Installation Guide - Dimodelo Architect and Management Console. Installation Guide. Dimodelo Solutions 7/27/15 Installation Guide - Dimodelo Architect and Management Console Installation Guide Dimodelo Solutions 7/27/15 Dimodelo Solutions 2012 CONTENTS INSTALLING DIMODELO ARCHITECT... 4 INTRODUCTION... 4 INSTALLATION...

More information

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC

Setting up FT3000 and version on Windows 7. This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC Setting up FT3000 and version 3.0.1 on Windows 7 This is a step by step guide for setting up the FT3000 on a new Windows 7 or 8 PC PROBLEM: Computer being updated from XP to WIN 7 or 8. New PC does not

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

Navigator Update to Software Instructions TABLE OF CONTENTS SECTION 1 DOWNLOAD FILES... 2 SECTION 2 UPDATE BOX SOFTWARE...

Navigator Update to Software Instructions TABLE OF CONTENTS SECTION 1 DOWNLOAD FILES... 2 SECTION 2 UPDATE BOX SOFTWARE... TABLE OF CONTENTS SECTION 1 DOWNLOAD FILES... 2 SECTION 2 UPDATE BOX SOFTWARE... 3-4 SECTION 3 INSTALL 1.05.01 SOFTWARE... 5 SECTION 4 IMPORT ALL PATTERNS... 6 1 Section 1 Download Files: Go to www.innovalongarm.com.

More information

Cisco UCS Diagnostics User Guide for B-Series Servers, Release 2.0

Cisco UCS Diagnostics User Guide for B-Series Servers, Release 2.0 First Published: 2018-03-13 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 2018

More information

Millennium Expert/Enterprise Installation Guide Version Table of Contents

Millennium Expert/Enterprise Installation Guide Version Table of Contents Millennium Expert/Enterprise Installation Guide Version 5.0.3599 Table of Contents Section Page Installing Microsoft SQL Server 2 Installing Millennium Server software 9 Installing Millennium Databases

More information

Autodesk Revit Server Installation, Configuration and Workflow Revised 12/6/2010

Autodesk Revit Server Installation, Configuration and Workflow Revised 12/6/2010 Autodesk Revit Server Installation, Configuration and Workflow Revised 12/6/2010 The information contained in this document is time-sensitive as the technology and system requirements continually evolve.

More information

Step 10: Conversion to PDF

Step 10: Conversion to PDF Step 10: Conversion to PDF IMPORTANT NOTE: Adobe Acrobat Professional is NOT available for MAC. Please follow PC instructions (provided below) on a PC. This PDF explains Step 10 of the step-by-step instructions

More information

Windows 8 Step by Step Upgrade Guide 1/53

Windows 8 Step by Step Upgrade Guide 1/53 Windows 8 Step by Step Guide 1/53 Contents 1. Before you Start Upgrading 1. Windows 8 Setup Process 2. System Requirements 3. Preparations 2. 3. 4. the 5. Clean the 6. 1. Personalize 2. Wireless 3. Custom

More information

QUALITY MEDICAL SOLUTIONS USER GUIDE PRACTICE FOCUS REFRESH (EMIS WEB) AND EXPORT PROCESS

QUALITY MEDICAL SOLUTIONS USER GUIDE PRACTICE FOCUS REFRESH (EMIS WEB) AND EXPORT PROCESS QUALITY MEDICAL SOLUTIONS USER GUIDE PRACTICE FOCUS REFRESH (EMIS WEB) AND EXPORT PROCESS User Guide January 2013 COMMERCIAL IN CONFIDENCE Quality Medical Solutions Ltd, 2012 INDEX 1.Introduction... 3

More information

Windows 10. By Graham

Windows 10. By Graham Windows 10 By Graham This is a presentation to show you the basic structure of Windows 10. There have been many versions of Windows since the mid- 80 s when Microsoft decided to copy a version of frontend

More information

SQL Server Standard Edition 2017 Installation Guide. By Engin Calisir, 06/22/2018

SQL Server Standard Edition 2017 Installation Guide. By Engin Calisir, 06/22/2018 SQL Server Standard Edition 2017 Installation Guide By Engin Calisir, 06/22/2018 Table of Contents Generally... 3 SQL Standard Edition 2017 Overview... 3 Hardware and Software Requirements... 3 Other SQL

More information

Step by Step SQL Server Alerts and Operator Notifications

Step by Step SQL Server Alerts and  Operator Notifications Step by Step SQL Server Alerts and Email Operator Notifications Hussain Shakir LinkedIn: https://www.linkedin.com/in/mrhussain Twitter: https://twitter.com/hshakir_ms Blog: http://mstechguru.blogspot.ae/

More information