Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage

Size: px
Start display at page:

Download "Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage"

Transcription

1 Guides for Installing MS SQL Server and Creating Your First Database Installing process Please see more guidelines on installing procedure on the class webpage 1. Make sure that you install a server with a matching version of Visual Studio in.net First before installing any SQL Server. Download all the package together either 2016, 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,... Name of the Client for MS SQL Server is SQL Server Management Studio. 1. Install Visual Studio 2016 or higher first before installing 2016 SQL Server. Install Visual Studio 2013 or higher first before installing 2014 SQL Server. Note that any old versions of Visual Studio (2010 or 2012 VS) won't work with 2014 SQL Server. The Visual Studio (2013 or 2015 VS) won't work with 2016 SQL Server SQL Server won't work that well on Window 8 OS. Recommend it on Window 7 or Window SQL Server can be installed only on Window 8 or Window 10. It can NOT be installed on Window 7 OS or any lower version. 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. 4. Download and Install the Client for MS SQL Server - SQL Server Management Studio. 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. Once everything is installed, then 4. Program -> 2016 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

2 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 detail installation steps for 2016 SQL Server or 2014 SQL Server, see the guides in the Lab Section. 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. 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. 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 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. Your another issue in using SQL Server to create a database: Without knowing what you did in the process of creating a database, I can guess two causes: 1. Which version of SQL Server, try 2014 or The newest 2015 still seems not be stable. Check your Visual Studio version to match with SQL server. 2. In DreamSpark site, they require you to burn the downloaded into CD, so you install the SQL Server from CD. If you can't burn CD, then install 7-Zip (Make sure you download from a 7-zip site : not to get virus) then you can unzip the downloaded zip file by right clicking on the file to extract.

3 3. Your internet security setting to allow Active X There are a lot of instructions and trouble shooting guides for installation, google it to search those that is matching with your version and your OS. In MS TSQL, hitting the Return key is not for Submitting and getting your query Executed. To Submit a Query that toe be executed, issue GO command in the next line or hit the Execute button in your MS SQL Management Studio. You have to change your current database to Company with Use Company; GO after creating the database in the master level. Or setting in SQL management studio overwrites Use command in your query script, so set your current database to Company once you create it in the drop down list on the top corner of the Left side of Management Studio. By default, it is set to master when connect to the server first. At master level, create a database first, which means you have to Execute it first ( either by hitting Execute button or type Go in the next line in your script (script means the query editor where you can write multiple queries then execute them at once) then in a separate query, issue Use database-name you just create. Make sure you got MSG from your server that the database is created, then you can submit Use database command. See the attached scripts help. Just to see how to use USE, GO, Create Database. Don't worry about the rest of the long list of option and alter stats there. One more tip. If you have any installation issues, which are usually coming from version mismatch between the components, no point to try to fix. Most of time, not working. Remove all then freshly reinstall them. Note that you have to let the uninstalling program (by MS ) or Remove Program by your system do all the uninstalling process. Never do it manually. Some Trouble Shooting Tips and guides: Resolution for the Issue being stuck on a step called "Install_WatsonX86_Cpu32_Action" during Installing SQL Server 2014 on a Windows 10 PC Issue: (This issue may not be seen any more) During installing SQL Server 2014 on a Windows 10 PC, the installer got stuck on a step called "Install_WatsonX86_Cpu32_Action" for hours. Resolution: I found that inside Windows Task Manager, there were more than one processes with the name 'Windows Installer' running (attached a screenshot of this below). After restarting the installation process a few times, I decided to end the 'Windows Installer' process when it got stuck. Much to

4 my amazement, it continued installing past the point of being stuck. I had to do this three more times before it installed fully, each time deleting the extra 'Windows Installer' processes (I attached a picture of this as well). 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.

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

6

7 FAQs on installation of SQL Server Q: I followed the instructions attempting to download the SQL Server standard from the Imagine website but ran into an issue. The earliest version that I am able to find available on the website is 2016, which does not support windows 7. The only computer I have access to runs a windows 7 system. I wanted to make sure that installing the 2014 express edition from the official website would be acceptable. A: Looks like MS just removed all the 2014 SQL server from the Imagine site from this semester. Yes, It is Ok to install 2014 express for now. However, for your study later, there are a few ways to use SQL 2016 server on the given Window 7 when SQL 2016 server can't be installed on Window 7 directly.

8 2. Get a student account on MS Azure Cloud, they are free, you can set up a SQL server 2016 on VM there. It is already configured, but you will have a chance to explore an Azure option. 3. If your laptop have enough Memory, install Oracle VM with Window 10 and 2016 SQL Server. If this is possible, it will be the exactly same platform. Q: I downloaded Oracle s VirtualBox VM and setup the Windows 10 iso. I gave it 4 GB of memory and 32 GB of fixed disk-space and use it at a scaled, small screen. However, every time I use it, it is extremely glitchy and eventually just freezes until I shut it down. Is there an easy fix or would I be better off to purchase VMWare Fusion or Parallels Desktop? A: Looks like your default memory space (RAM) either for VM and/or your host system is too small. It is a common problem, you need to set up with much more memory and disk space as much as possible. There is a way to increase it when setting up to configure VM. Search for it. No need to buy any VMWare nor a parallel desktop. Q: When I installed Visual Studio enterprise 2017, I have many options that I can select to install such as, game development with unity, and desktop development with C++ and other stuff. I didn't see ANYTHING about SQL server development on that page. I saw an option to install SQL server express on the individual components page but I assume I don't need that as I am already getting SQL server standard. Also the SQL server standard download had no product key, so I cannot install it. The visual studio 2017 has a key but the key does not work for SQL server I do not know what to do. A: You have to install Visual studio FIRST before installing any SQL Server. You don't need all the options in VS, don't choose the game, or any extra features, it will take up too much memory if you include them. You won't see the SQL server option, it is OK. The product key for each product will be filled automatically by the installer. You should be able to see the different product keys for your VS and your SQL Server when installing them. See the General Installation Guides in the Lab Section for this. Another Naïve Client for SQL Server: SQL Command Line How to bring SQL CMD from a Command Line on Window 1. Run CMD from your Window 2. Bring SQLCMD with a command as below: Sqlcmd s your_user_id/your_sql_server_name

9 Guidelines for Creating a Database USE master; IF DB_ID('COMPANY') IS NULL CREATE DATABASE COMPANY; GO USE COMPANY; /*

10 DROP TABLES, SO WE CAN RECREATE THEM */ IF OBJECT_ID('dbo.WORKS_ON') IS NOT NULL DROP TABLE dbo.works_on; IF OBJECT_ID('dbo.DEPT_LOCATIONS') IS NOT NULL DROP TABLE dbo.dept_locations; IF OBJECT_ID('dbo.PROJECT') IS NOT NULL DROP TABLE dbo.project; IF OBJECT_ID('dbo.DEPARTMENT') IS NOT NULL BEGIN ALTER TABLE dbo.employee DROP CONSTRAINT FK_EMPLOYEE_DNO; DROP TABLE dbo.department; END IF OBJECT_ID('dbo.DEPENDENT') IS NOT NULL DROP TABLE dbo.dependent; IF OBJECT_ID('dbo.EMPLOYEE') IS NOT NULL DROP TABLE dbo.employee; GO

11

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage

Guides for Installing MS SQL Server and Creating Your First Database. Please see more guidelines on installing procedure on the class webpage Guides for Installing MS SQL Server and Creating Your First Database Installing process Please see more guidelines on installing procedure on the class webpage 1. Make sure that you install a server with

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

Download the current release* of VirtualBox for the OS on which you will install VirtualBox. In these notes, that's Windows 7.

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

More information

How to Install Ubuntu on VirtualBox

How to Install Ubuntu on VirtualBox How to Install Ubuntu on VirtualBox Updated on January 26, 2017 Melanie more VirtualBox is easy to use software that allows you to use multiple operating systems simultaneously. As different operating

More information

CST VMWare Documentation

CST VMWare Documentation Login to the vsphere Web Client using a web browser by navigating to https://cstvmware.ridgewater.edu/ui/. Chrome is the best for this, but others will work. You will see a page like this: Login with your

More information

2. install windows vista

2. install windows vista 2. install windows vista Windows Vista comes preloaded on many brand-new PCs. If you already have a computer with Windows Vista installed, you can go directly to Chapter 3, Move from another PC. If you

More information

Windows Xp User Manual Full Version With Key For Pc

Windows Xp User Manual Full Version With Key For Pc Windows Xp User Manual Full Version With Key For Pc Have you finally decided to upgrade from Windows XP? When you move your mouse over the preview, you will see a temporary full size view of the window.

More information

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS.

Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox (later) is called the guest OS. Get VirtualBox Go to www.virtualbox.org and select Downloads: VirtualBox/CentOS Setup 1 Note: - the OS on which you will install VirtualBox is called the host OS. - the OS you will install on VirtualBox

More information

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways.

SUSE Cloud Admin Appliance Walk Through. You may download the SUSE Cloud Admin Appliance the following ways. SUSE Cloud Admin Appliance Walk Through First before you proceed with deploying the Admin Appliance you must go through and answer the questionnaire to ensure you have an idea of the scope of the project

More information

Essbase Installation Tutorial Tim Tow, President and Oracle ACE Director. Applied OLAP, Inc

Essbase Installation Tutorial Tim Tow, President and Oracle ACE Director. Applied OLAP, Inc , President and September 10, 2008 (revised October 23, 2008) In a recent blog post, I expressed my dedication to installing Essbase 11.1.1 and, I figured that while I was installing it, I should document

More information

Steps to install Xubuntu on a Virtual Machine

Steps to install Xubuntu on a Virtual Machine Steps to install Xubuntu on a Virtual Machine A virtual machine (VM) is an operating system OS, a self-contained operating environment that behaves as if it is a separate computer. The end user has the

More information

BACKUP, CLONE OR IMAGE? WHY YOU SHOULD BE INTERESTED

BACKUP, CLONE OR IMAGE? WHY YOU SHOULD BE INTERESTED BACKUP, CLONE OR IMAGE? WHY YOU SHOULD BE INTERESTED BACKUP For most people, this means making copies of important files. If the originals are lost, damaged or inaccessible, the copies can be used. Usually,

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

Ubuntu Remove Manually Install Software From Windows 7 Without Disk

Ubuntu Remove Manually Install Software From Windows 7 Without Disk Ubuntu Remove Manually Install Software From Windows 7 Without Disk Install Windows 7 and remove Ubuntu without harming any personal files (closed) i want to remove it (14.04 LTS) but, I have a lot of

More information

Windows 7 Will Not Install On My Computer Run Faster

Windows 7 Will Not Install On My Computer Run Faster Windows 7 Will Not Install On My Computer Run Faster Go to My Computer, right-click on Local Drive, and go to Properties. If you find you simply need more space, consider buying and installing a Solid

More information

How To Set User Account Password In Windows 7 From Guest

How To Set User Account Password In Windows 7 From Guest How To Set User Account Password In Windows 7 From Guest To change the password of a specific user in windows 7 or 8.1, without knowing How to change or set Windows 7 default font settings to bold, italic?

More information

How To Reset Your Computer To Factory Settings Windows Vista Without Cd

How To Reset Your Computer To Factory Settings Windows Vista Without Cd How To Reset Your Computer To Factory Settings Windows Vista Without Cd This method is the easiest way to restore your computer to factory condition. Video (English Only) - How to reinstall Windows without

More information

Manually Uninstall Service Pack 1 Win7 7 X64

Manually Uninstall Service Pack 1 Win7 7 X64 Manually Uninstall Service Pack 1 Win7 7 X64 Failed Dec 11, 2014. Win 7 x64 Home Premium (and x86 VirtualBox VM) An update is available to remove KB 3004394 from Windows 7 SP1-based and Windows Server

More information

Windows 7 Will Not Installing Update Shutdown Without

Windows 7 Will Not Installing Update Shutdown Without Windows 7 Will Not Installing Update Shutdown Without When I'm in a hurry to shut down my PC and I only see "Shut down installing updates" and You using windows 8 or 7 (assuming 8 because of the tag you

More information

Windows 7 Will Not Load On My Computer Support Hardware Virtualization

Windows 7 Will Not Load On My Computer Support Hardware Virtualization Windows 7 Will Not Load On My Computer Support Hardware Virtualization Jun 12, 2015. Windows 7 Help Forums Windows 7 help and support Virtualization» for it. so i booted up my pc and looked if i support

More information

Xp Password From Command Prompt

Xp Password From Command Prompt How To Manually Remove Itunes Windows Xp Password From Command Prompt the itunes Store. Removing them in many cases will resolve the issue. Windows XP. On the Start menu, click Run. In the Open field type

More information

Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp

Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp Manual Boot Camp Install From Usb Windows 7 Greyed Out Bootcamp Boot Camp helps you install Windows OS on Intel-based Mac by downloading the (Create a Windows 7 install disk) to create a bootable Windows

More information

How to Setup / Access Your

How to Setup / Access Your GDS Website Hosting & Registration Services How to Setup / Access Your Email # Title Pages 0 Table of Contents........................................01 1 How to Setup Local Email via PC MS Outlook 2004........02-05

More information

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Important Things to Know... 4 Carbonite Features... 5 Setting Up and Installing... 6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription... 8 Subscription Pricing...

More information

CTECS Connect 2.2 Release Notes December 10, 2009

CTECS Connect 2.2 Release Notes December 10, 2009 (Formerly VTECS) CTECS Connect 2.2 Release Notes December 10, 2009 This document contains information that supplements the CTECS Connect 2.2 documentation. Please visit the CTECS Connect Support area of

More information

Manually Uninstall Windows 7 Service Pack 1

Manually Uninstall Windows 7 Service Pack 1 Manually Uninstall Windows 7 Service Pack 1 Installation Files We have already seen how to reclaim the lost disk space after installing SP1 Here is the procedure to remove Windows 7 SP1 RTM backup files:

More information

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT

IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING THE CLASS WILL RUN ON THE SPEED OF THE AVERAGE STUDENT 1 IN THIS CLASS WE ARE GOING TO LEARN THE BASIC FEATURES OF WINDOWS 8.1 WITH HANDS ON TRAINING EACH CLASS WILL RUN APPROXIMATELY 40 MINUTES WE WILL PICK UP WHERE WE LEFT OFF AT THE NEXT CLASS THE CLASS

More information

Windows 7 Will Not Load On My Computer Says Its

Windows 7 Will Not Load On My Computer Says Its Windows 7 Will Not Load On My Computer Says Its Hey Guys i been working on a customers computer for a couple days now, did a virus that although all the settings seemed right and it says I was connected

More information

AppWizard Installation/Upgrade Guide (v.4.00)

AppWizard Installation/Upgrade Guide (v.4.00) AppWizard Installation/Upgrade Guide (v.4.00) Last Updated: 15 September 2010 1 Introduction This manual is intended for the installation or upgrade of AppWizard 5.00. Please ensure that all steps are

More information

Manually Uninstall Sql Server 2008 R2 Express Remotely Login

Manually Uninstall Sql Server 2008 R2 Express Remotely Login Manually Uninstall Sql Server 2008 R2 Express Remotely Login So I'm having this issue after installing MS SQL Server 2008 R2 Enterprise edition, I'm getting this user sa cannot connect to SQL Server Express

More information

Windows Vista Manual Update Service Pack 2 64 Bit Won't Install

Windows Vista Manual Update Service Pack 2 64 Bit Won't Install Windows Vista Manual Update Service Pack 2 64 Bit Won't Install I go to windows update the the Optional service pack 1 update is there. It should not be a battle every time to install windows and I should

More information

Manually Install Windows Updates Xp On 7 Laptop

Manually Install Windows Updates Xp On 7 Laptop Manually Install Windows Updates Xp On 7 Laptop Just selecting manually install updates and installing updates when you In Windows XP and Windows Vista, your computer might automatically install updates

More information

Need To Manually Uninstall Vmware Workstation

Need To Manually Uninstall Vmware Workstation Need To Manually Uninstall Vmware Workstation 8 Manually uninstalling VMware Workstation from Linux hosts (38). Details. This article provides steps for manually removing VMware Workstation when the uninstaller

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 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

More information

How Can I Manually Speed Up My Pc Windows Xp Netbook

How Can I Manually Speed Up My Pc Windows Xp Netbook How Can I Manually Speed Up My Pc Windows Xp Netbook Windows XP computers may go slower and slower over time. Face it: if your computer is old and slow, tweaking Windows itself may not help very much.

More information

WA1827 Cloud Programming Workshop. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA1827 Cloud Programming Workshop. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA1827 Cloud Programming Workshop Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Building a Successful SQL Server Lab. Ted Krueger Principal Consultant

Building a Successful SQL Server Lab. Ted Krueger Principal Consultant Building a Successful SQL Server Lab Ted Krueger Principal Consultant What makes a full SQL Server Lab Useful An installation nightmare on one system Error prone shared features and files Multiple versions,

More information

Written by: Mickey Nguyen

Written by: Mickey Nguyen Written by: Mickey Nguyen What is Virtual Machine (VM)? A Virutal Machine (VM) is an emulation of a computer system. It gives you a specific Operating System (OS) such as Linux/Solaris/Windows7/Windows10/..

More information

VIRTUAL MACHINES. By Seth Lemanek

VIRTUAL MACHINES. By Seth Lemanek VIRTUAL MACHINES By Seth Lemanek WHAT IS A VIRTUAL MACHINE? Software meant to emulate hardware for the purpose of hosting bare metal software like Operating Systems Used for creating virtual environments

More information

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box

Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box Building a 64-bit CentOS 7 Workstation using Oracle Virtual Box jthomas Enterprises, 2016 Building a CentOS 7 Workstation using Oracle VirtualBox 1 Section 1 Before You Begin This section details the environment

More information

Installation User Guide SMART ACCESS 2.0

Installation User Guide SMART ACCESS 2.0 Installation User Guide SMART ACCESS 2.0 Date: 05 March 2013 Version: 2.0 Table of Contents 1. OVERVIEW... 3 2. INSTALLATION PROCEDURE... 4 2.1. IIS INSTALLATION:... 5 2.2. REPORTSERVER 2008 SP1 INSTALLATION:...

More information

Windows 7 Won't Update Says Service Not Running

Windows 7 Won't Update Says Service Not Running Windows 7 Won't Update Says Service Not Running The "joys" of Windows Update not working in Windows XP, Vista, 7, 8 and 8.1 are In case your PC crashes with error code 0xc000021a (and displays error This

More information

Trouble Shooting Bulletin 4

Trouble Shooting Bulletin 4 Trouble Shooting Bulletin 4 Microsoft Presentation Font Cache & Excessive CPU Usage June 21, 2012 T r o u b l e S h o o t i n g B u l l e t i n 4 P a g e 1 Change Log Version Date Description of Changes

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

Due: February 26, 2014, 7.30 PM

Due: February 26, 2014, 7.30 PM Jackson State University Department of Computer Science CSC 438-01/539-01 Systems and Software Security, Spring 2014 Instructor: Dr. Natarajan Meghanathan Project 1: Exploring UNIX Access Control in a

More information

Steps To Format Laptop Windows Xp And Install Windows 7 Dell

Steps To Format Laptop Windows Xp And Install Windows 7 Dell Steps To Format Laptop Windows Xp And Install Windows 7 Dell For information on how to reinstall the Windows Operating System and align "Dell Notebook and Desktop System Image Support for Advanced Format

More information

How To Get Gadgets Windows Vista Faster On Laptop Run

How To Get Gadgets Windows Vista Faster On Laptop Run How To Get Gadgets Windows Vista Faster On Laptop Run She wanted to know how to optimize her computer, making it run faster without if you are using windows vista more slower because every program you

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Getting Started With Parallels Desktop 14

Getting Started With Parallels Desktop 14 Getting Started With Parallels Desktop 14 Parallels International GmbH Vordergasse 59 8200 Schaffhausen Switzerland Tel: + 41 52 672 20 30 www.parallels.com Copyright 1999-2018 Parallels International

More information

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode

How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode How To Turn Off System Restore In Windows 7 Home Premium In Safe Mode The System Restore function on Windows 7 allows you to roll backhome,» Categories,» Computers and Electronics,» Operating Systems Select

More information

USING A FREE VIRTUAL MACHINE TO SIMILATE A SPECIFIC MODEL OF COMPUTER

USING A FREE VIRTUAL MACHINE TO SIMILATE A SPECIFIC MODEL OF COMPUTER USING A FREE VIRTUAL MACHINE TO SIMILATE A SPECIFIC MODEL OF COMPUTER 1 Web location for this presentation: http://aztcs.org Click on Meeting Notes 2 SUMMARY From inside your existing computer, you can

More information

DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual

DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual DVDFab ifonerestore User Manual 1 Table of Contents Copyright and Disclaimer... 3 1. Introduction... 4 2. Update ifonerestore... 4 2.1 Live Update... 5 2.2 Traditional Update... 5 3. Launch DVDFab ifonerestore...

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

CTEC1863/2018F Bonus Lab Page 1 of 5

CTEC1863/2018F Bonus Lab Page 1 of 5 CTEC1863/2018F Bonus Lab Page 1 of 5 Bonus Lab: OpenSUSE Linux Rescue In this lab, we will install an OpenSUSE virtual machine. However, both the non-root user and the root passwords are unknown. To fix

More information

Problems Installed Windows 8.1 Update 1 Check If I Have

Problems Installed Windows 8.1 Update 1 Check If I Have Problems Installed Windows 8.1 Update 1 Check If I Have If you want to download Windows 8.1 Update 1 for free, ahead of its official power user and have some free time to play around, check out how to

More information

Manually Windows Update Vista Not Work In

Manually Windows Update Vista Not Work In Manually Windows Update Vista Not Work In Safe Mode Doesn't To boot Windows Vista in Safe Mode, follow these steps: If Windows Updates aren't installed automatically in your Windows Vista system, you need

More information

How to make a Work Profile for Windows 10

How to make a Work Profile for Windows 10 How to make a Work Profile for Windows 10 Setting up a new profile for Windows 10 requires you to navigate some screens that may lead you to create the wrong type of account. By following this guide, we

More information

Windows Update Service Is Not Running Windows 7 Starter

Windows Update Service Is Not Running Windows 7 Starter Windows Update Service Is Not Running Windows 7 Starter Now, I have not even begun to install anything (other than Windows 7), and I am Windows 7 starter will not detect wireless connection after installing

More information

Manually Install Windows Updates Xp From Usb

Manually Install Windows Updates Xp From Usb Manually Install Windows Updates Xp From Usb Stick Edition This process allows you to create a live Windows USB drive that functions like a First, locate the Install.wim file, which is stored on the Windows

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

Manually Uninstall Service Pack 1 Windows 7 Full

Manually Uninstall Service Pack 1 Windows 7 Full Manually Uninstall Service Pack 1 Windows 7 Full Install Manually uninstall the CTP Windows Embedded Standard 7 Service Pack 1 Toolkit. When you have removed all previous CTP installations of Standard

More information

Firefox Manually Update Linux Install Java Plugin Windows Xp

Firefox Manually Update Linux Install Java Plugin Windows Xp Firefox Manually Update Linux Install Java Plugin Windows Xp If you are not able to uninstall a plugin, see Manually uninstalling a plugin. Note: You may need to specify the Firefox installation path (e.g.

More information

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2342 NoSQL Systems Comparison. Lab Server VM Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2342 NoSQL Systems Comparison Lab Server VM Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Windows Xp Sp2 Manual Iso Image Full Original Version

Windows Xp Sp2 Manual Iso Image Full Original Version Windows Xp Sp2 Manual Iso Image Full Original Version Though XP was an instant HIT but there remain some loopholes in security of data which This version will assist your laptop or PC to work more effectively

More information

Manual Java Install Mac Os X Mountain Lion On Pc Vmware

Manual Java Install Mac Os X Mountain Lion On Pc Vmware Manual Java Install Mac Os X Mountain Lion On Pc Vmware Mac OS X Tiger, Leopard, Snow Leopard, Lion, Mountain Lion, and Maverick. These can be installed either manually or using the Java installer.. definition

More information

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this.

When you first launch CrushFTP you may be notified that port 21 is locked. You will be prompted to fix this. This is a quick start guide. Its intent is to help you get up and running with as little configuration as possible. This walk through should take less than 10 minutes until you are able to login with your

More information

FileWave Server Install and Configuration

FileWave Server Install and Configuration FileWave Server Install and Configuration For this first installment in the FileWave Multiplatform Manager series we are going to cover FileWave Server Install and Configuration. We are also going to overview

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

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi

Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Adafruit's Raspberry Pi Lesson 1. Preparing an SD Card for your Raspberry Pi Created by Simon Monk Last updated on 2016-12-03 03:20:15 AM UTC Guide Contents Guide Contents Overview You Will Need Downloading

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

Handbook: Carbonite Safe

Handbook: Carbonite Safe 1 Welcome to Carbonite! Important Things to Know...4 Carbonite Features...5 Setting Up and Installing...6 Starting a Trial... 7 Installing Carbonite for the First Time... 7 Buying a Subscription...9 Subscription

More information

Windows Xp Sp3 Unable To Use Windows Update Not Working

Windows Xp Sp3 Unable To Use Windows Update Not Working Windows Xp Sp3 Unable To Use Windows Update Not Working Use the troubleshooter in this article to resolve Windows Update errors "0x80248007". If you are running Windows Vista or Windows XP Service Pack

More information

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide!

Movavi Mac Cleaner. Download PDF. Not sure where to begin? Read the Quick Start Guide! Movavi Mac Cleaner Download PDF Not sure where to begin? Read the Quick Start Guide! Table of Contents Cleaning Your Mac...3 System Requirements...4 Installation...5 Trial and Activation...7 Getting an

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

Do A Manual System Restore On Windows 8 Hp

Do A Manual System Restore On Windows 8 Hp Do A Manual System Restore On Windows 8 Hp 2000 This video shows how to perform an HP System Recovery on notebooks 2014 and If Windows 8 opens correctly, perform the following steps to start a system.

More information

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox

Operating Systems Lab 1. Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Operating Systems Lab 1 Class topic: Installation of the operating system. Install Ubuntu on Oracle VirtualBox Oracle VirtualBox is a cross-platform virtualization application. It installs on your existing

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

Unity 1.0 Troubleshooting Guide

Unity 1.0 Troubleshooting Guide Unity 1.0 Troubleshooting Guide Troubleshooting Utilities MediaNet Analyzer Version 1.0 runs only on the Macintosh and does not ship with Unity 1.0. It is available on the Knowledge Center Website. It

More information

Installation Manual v1.0.2

Installation Manual v1.0.2 Installation Manual v1.0.2 Contents ResponseLogic Install Guide v1.0.3 Automated... 2 Requirements... 3 Installation Checklist:... 3 1. Download and Unzip files.... 3 2. Confirm you have MSMQ on the server...

More information

CIS 231 Windows 2012 R2 Server Install Lab #1

CIS 231 Windows 2012 R2 Server Install Lab #1 CIS 231 Windows 2012 R2 Server Install Lab #1 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

More information

Manually Repair Windows 7 Update Service Not

Manually Repair Windows 7 Update Service Not Manually Repair Windows 7 Update Service Not Running Message Error message 1 Could not start the Windows Installer service on Local Computer. Fix the problem manually rights, use one of the following methods,

More information

Windows 7 Read The Manually Installation Driver Automatically

Windows 7 Read The Manually Installation Driver Automatically Windows 7 Read The Manually Installation Driver Automatically Windows 7 users may have automatically updated themselves into a pickle with a recent patch from Microsoft. the update can prevent the system

More information

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc.

WA2031 WebSphere Application Server 8.0 Administration on Windows. Student Labs. Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. WA2031 WebSphere Application Server 8.0 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2012 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

Cannot Remove Service Pack 1 Windows 7 Full

Cannot Remove Service Pack 1 Windows 7 Full Cannot Remove Service Pack 1 Windows 7 Full Installation On my 7 machine where the OS was installed including SP1 anyway, in comes cannot update windows service pack 1 for x64 based system (kb976932) Is

More information

Manually Uninstall Windows 7 Service Pack 1

Manually Uninstall Windows 7 Service Pack 1 Manually Uninstall Windows 7 Service Pack 1 Install Fails Nov 23, 2014. Troubleshoot problems installing a service pack for Windows 7 How to uninstall Windows 7 Service Pack 1. I've uninstalled every previous

More information

Flash Drive Won T Mount Windows 7 Won T Recognize

Flash Drive Won T Mount Windows 7 Won T Recognize Flash Drive Won T Mount Windows 7 Won T Recognize So after inserting the flash drive, if I go to Start _ Computer, I won't see anything there for Windows 7 Professional doesn't mount my usb flash drive

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

ITunes. itunes works with Windows 2000, XP, Windows Server 2003, Mac OS X and it also works on a few cellular phones.

ITunes. itunes works with Windows 2000, XP, Windows Server 2003, Mac OS X and it also works on a few cellular phones. ITunes itunes is an online digital media player application that is used for playing and organizing music and video files. itunes was launched by the Apple Computer company in 2001 and it's been going

More information

Lab E2: bypassing authentication and resetting passwords

Lab E2: bypassing authentication and resetting passwords Lab E2: bypassing authentication and resetting passwords TTM4175 September 7, 2015 The purpose of this lab is to learn about techniques for bypassing the authentication and access control of Windows and

More information

You can participate in Learning Catalytics with any device that has a browser (laptop, smartphone, or tablet).

You can participate in Learning Catalytics with any device that has a browser (laptop, smartphone, or tablet). LEARNING CATALYTICS Table of Contents Student Support... 3 What is?... 4 How do I access?... 7 Do I already have access to?... 8 How do I retrieve my username and/or password?...10 Getting Started with

More information

Setting up and Connecting to a MSSQL database

Setting up and Connecting to a MSSQL database Setting up and Connecting to a MSSQL database Setting Up MSSQL... 1 SQL Server Instance... 1 Why do we need socdbconnect and socadminuser?... 1 On the Client... 1 Creating an ODBC Data Source... 1 Setting

More information

On Xp Computer Without Cd Drive

On Xp Computer Without Cd Drive How To Install Microsoft Windows 7 Games On Xp Computer Without Cd Drive I dug out the Windows XP factory restore disc and settled down with a nice cup of coffee. run it under Windows 7), and it managed

More information

Microsoft's latest OS is a lot better than its predecessor, but it still has some annoying quirks. We help you solve them.

Microsoft's latest OS is a lot better than its predecessor, but it still has some annoying quirks. We help you solve them. Welcome! HOW-TO How to fix five Windows 10 headaches Microsoft's latest OS is a lot better than its predecessor, but it still has some annoying quirks. We help you solve them. By Preston Gralla Contributing

More information

Manual Trigger Sql Server 2008 Examples Update

Manual Trigger Sql Server 2008 Examples Update Manual Trigger Sql Server 2008 Examples Update SQL Server has a pool of memory that is used to store both execution plans and data buffers. For example, the first of these SELECT statements is not matched

More information

NetBackup 7.6 Replication Director A Hands On Experience

NetBackup 7.6 Replication Director A Hands On Experience NetBackup 7.6 Replication Director A Hands On Experience Description Through this hands on lab you can test drive Replication Director and experience for yourself this easy to use, powerful feature. Once

More information

How To Restore Macbook Pro To Factory Settings Snow Leopard No Disk

How To Restore Macbook Pro To Factory Settings Snow Leopard No Disk How To Restore Macbook Pro To Factory Settings Snow Leopard No Disk Aug 14, 2014. How can I restore an imac 10.6.5 Snow leopard to factory settings? You will absolutely require a disc, preferably its original

More information

How To Install Windows Update Vista Without Cd Hp Laptop To Factory Settings

How To Install Windows Update Vista Without Cd Hp Laptop To Factory Settings How To Install Windows Update Vista Without Cd Hp Laptop To Factory Settings If the computer originally came with Windows Vista or Windows 7 and the Use the recovery type that resolves your issue without

More information

Hp Officejet 6500 Wireless Won't Scan Mac

Hp Officejet 6500 Wireless Won't Scan Mac Hp Officejet 6500 Wireless Won't Scan Mac Why do I need an ink cartridge installed to scan a pdf to computer? hp officejet 6500a won't scan to computer without ink cartridge installed? Install a Mac HP

More information

Uninstalling And Manually Install Vmware Tools Ubuntu Server 11.04

Uninstalling And Manually Install Vmware Tools Ubuntu Server 11.04 Uninstalling And Manually Install Vmware Tools Ubuntu Server 11.04 Installing VMware Tools in an Ubuntu virtual machine (1022525) Manually Building VMware Tools Kernel Modules in Ubuntu Guests VMware GSX

More information