Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines

Size: px
Start display at page:

Download "Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines"

Transcription

1 Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines

2 Contents Provisioning a Windows Azure Storage Account... 3 Provisioning a SQL Server VM in Windows Azure.. 9 Prepare client for using Azure storage Use Azure storage for SQL Server data files Uploading data files from a local VDH file to Azure storage Azure account clean-up steps Terms of use Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines

3 Provisioning a Windows Azure Storage Account Estimated time to complete lab is 60 minutes With the confidence that he you can now navigate and administer the environment successfully, you can focus on provisioning the individual components that you require. Your first step is to create an Azure storage account. This storage account allows you a secure space to hold large files that don t meet the schema of your structured database, or a place in which you can store Database backups should you need them. You will now create a storage account. Connect to SQLONE computer 1. Click on SQLONE button on right side of the screen to connect to the SQLONE computer. If you see the following in the lower right corner of the screen, you can jump to step 5 below to set your screen resolution. 2. Click Send Ctrl-Alt-Del for SQLONE computer and then click Switch user. 3. Click Send Ctrl-Alt-Del for SQLONE computer again and then click Other user. 4. Log on to SQLONE computer as labuser with password pass@word1 Note, if you have a monitor that supports a larger screen resolution than 1024 x 768, you can change the screen resolution for the lab to go as high as 1920 x By going to a higher screen resolution, it will be easier to use SQL Server Management Studio. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 3

4 5. Right click on the desktop and click on Screen resolution. 6. Select 1366 x 786 (a good minimum screen size for using SSMS) and click OK. 7. Click Keep Changes. 8. Resize the client hollaunchpad Online window for the lab to fit your screen resolution. Create the storage account: 1. If you are not already in Azure Management Portal, open Internet Explorer from the start screen and browse to then sign in using your Azure account. Azure Storage is a fully-distributed data storage mechanism. Data is stored on independent nodes over multiple domains which significantly reduces the potential for data corruption and data loss. This provides confidence that your data stored in Azure will always be accessible. When combined with Geo-replication, where your information is also synchronized with a separate set of servers in a different part of the country, redundancy against natural disasters is also applied to your data store, minimizing risk to your business-as-usual operations. 2. Click on STORAGE from the blue navigation pane on the left 3. At the bottom left of the screen, click + New 4. Select Data Services, Storage and click Quick Create 5. For URL, use the first 7 characters of your Microsoft ID used for accessing the Azure account followed by sqldbexport. For example, hdidemosqldbexport The storage account name must be unique within Azure, so you need a way to make a meaningful unique name. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 4

5 6. In the Location/Affinity Group field select South North Central US 7. If asked select <<Your subscription identifier>> as the subscription Commented [A1]: North Central US available, but not South Central US Changed 8. Choose the Locally Redundant option in the Replication field. Geo-redundancy enables Azure storage to store the data in two geographic locations. This ensures higher levels of redundancy to negate the effects of a natural disaster causing an outage to the server farm and increases the users confidence in the durability of their data. There are extra fees for this option. For the purposes of this walk-through, Geo-redundancy is not required. 9. Click on Create Storage Account NOTE: this may take a couple of minutes to complete 10. Once the job completes, your storage account will be ready to use Retrieve storage account key used for connecting to Azure with Azure Storage Explorer and SSMS 1. Select your newly created storage account and click on Manage Access Keys at the base of the page Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 5

6 2. Click the Copy button next to the Primary Access Key, allow the webpage to access your clipboard if asked, and click the checkmark button to close the Manage Access Keys window. 3. Open the Azure Storage Explorer from the Windows start screen Azure Storage Explorer is one of multiple free tools approved by Microsoft to assist with the easy loading of data from your network or other sources into your Azure Storage space. These tools allow you to easily create, modify and delete storage Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 6

7 containers, blobs and the data within them from the desktop without having to log directly into your Azure portal. 4. On the welcome screen click Continue 5. Click the Add Account button 6. In the Storage Account Name field type the name of the storage account you entered in step 6 (this is visible in the Manage Access Keys popup.) 7. In the Storage Account Key field, paste the account key you copied to your clipboard by using the 'CTRL+V' command and click Add Storage Account button. If the copy and paste does not work, you may need to return to the Azure Management web page and manually select the contents of the Primary Access Key field, right click it and select Copy, and return to the Add Storage Account screen, right click the Storage Account Key field and select Paste 8. A message box explaining that the process for the first time creation of an account will appear. Click OK 9. Leave the Azure Storage Explorer window open. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 7

8 Provisioning a SQL Server VM in Windows Azure You are now ready to provision a VM for SQL Server inside your Azure environment. This gives you the ability to quickly expand the capacity and capability of your data center by making more hardware available, or providing an offsite backup for your on-premises databases. Virtual Machines in Azure (VMs) are servers in the cloud rented by the minute (of machine time, not user time) which are highlycustomizable. In Azure, VMs come in a range of sizes and resource combinations. You can use the MAP tool (available at to help decide which combination he needs. 1. If you are not already in the Azure Management Portal, open Internet Explorer from the start screen and browse to then sign in using the username and password you have been provided with. 2. In the blue navigation pane on the left, click on VIRTUAL MACHINES 3. On the grey command bar at the bottom of the page, click New. 4. Click Virtual Machine, and then click From Gallery. You could alternatively upload a VHD image from his your onpremises deployment, and avoid having to rent the software license from Azure. Uploading a VHD image requires license mobility benefits using Software Assurance coverage in the existing product license (eg SQL Server.) 5. From Choose an Image, select SQL Server 2014 RTM Enterprise. Click the arrow to continue. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 8

9 This image comes with Windows Server 2012 R2 and SQL Server 2014 set up with remote desktop access, Windows Update, Windows Firewall with Advanced Security, and.net Frameworkd version 4 by default. You can configure the VM further after the initial set up to better meet Contoso s needs (not covered in this tutorial.) 6. In Virtual Machine Name, enter a name for your new virtual machine. 7. In Size, select A3 (the smallest recommended size for this image.) Possible VM sizes range from A0 (ExtraSmall - 768MB) to A9 (Extra Large with 16 cores and 112 GM memory) Larger sizes allow more/larger applications to be run on the VM but also cost more. 8. Enter a NEW USER NAME of AzureAdmin and NEW PASSWORD of Pass@word12 and confirm the password in the boxes. This user will initially be the only user who can log in to this virtual machine, and is different from your Azure user. You can later create more user roles as necessary (not covered in this tutorial.) Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 9

10 9. Click the forward arrow to continue. 10. Under Cloud Service select Create a new cloud service. You could alternatively combine virtual machines under a single cloud service to provide more robust applications, but this tutorial only involves one virtual machine. 11. Use the default value for the Cloud Service DNS Name. 12. In Region/Affinity Group/Virtual Network, select South North Central US. 13. Under Storage Account, select the storage account you created. 14. Under Availability Set, for the purposes of this tutorial use the default setting of None. 15. Under Endpoints, change the PUBLIC PORT value for the Remote Desktop endpoint from AUTO to NOTE: Alternatively, you could accept the automatic port assignment and then make sure that port was open for traffic in his your firewall. That option is preferable in production environments when the security (and difficulty of guessing) of Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 10

11 the port is important, but requires the port chosen to be opened in the local firewall. 16. Accept all other defaults in the Endpoints page. Endpoints allow other applications or virtual networks to communicate with a virtual machine. 17. Click the forward arrow to continue. 18. Follow the links if you wish to read the license agreement and privacy statement for SQL Server 19. Ensure Install the VM Agent option is select, then click the check mark at the bottom of the page to create the virtual machine. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 11

12 After the virtual machine and cloud service are created, the Management Portal lists the new virtual machine under Virtual Machines and lists the cloud service under Cloud Services. Both the virtual machine and the cloud service are started automatically. This may take minutes. How to access the newly-created Azure VM through the Management Portal: 1. Click Virtual Machines, and then select the virtual machine you created earlier in the scenario. 2. On the command bar at the bottom of the page, click Connect. 3. If the Connect option is not visible, click on DASHBOARD at the top of the page and the option should appear, click OK on the Azure prompt at the bottom of the screen. 4. Click Open to use the remote desktop protocol file that was automatically created for the virtual machine. 5. Click Connect to allow the remote publisher to connect. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 12

13 6. Select Use Another Account and enter the username AzureAdmin and password then click OK. 7. Click Yes to verify the identity of the virtual machine. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 13

14 You have now remotely logged in to the new Virtual Machine. The Server Manager will start automatically but you do not need to do anything with it now. To leave the remote session, enter the start screen, click on the user icon in the top right corner and select Sign out. The Azure VM is IaaS (Infrastructure as a Service) and so is highly flexible, allowing you to control the operating system and installed applications. You rent the Azure VM time (and optionally an SQL Server license) per running hour and can set up the environment to allow migration from on-premises SQL server with few-to-no code changes. Alternatively, you could use Azure SQL Database (PaaS Platform as a Service) where Microsoft runs the SQL environment and organizations purchase the service on a database by database basis, which is suitable for new or simple-existing applications. 8. Keep Minimize the Remote Desktop session Minimized by clicking on the minimize icon at the top of the VM. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 14

15 Prepare client for using Azure storage You are now in the position to connect to your Azure subscription from a local SQL server. To do this, he you needs to create some credentials he you can use. Download a publishing profile When Azure creates a publishing profile, it automatically creates a management certificate with permissions on all subscriptions the user has access to, which it stores in its certificate store and in the.publishsettings file. The downloaded.publishsettings file can then be used as authentication for any user operations, and so should be kept somewhere secure. Alternatively, the certificate within the file can be extracted into the local certificate store and used as any other management certificate (not covered in this tutorial.) 1. In Internet Explorer, open a new window or tab and navigate to 2. Save the publish settings file to C:\SQLCERTIFICATES\E4 using the default file name using the Save As button Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 15

16 After creating your credentials, you can now deploy and backup to the cloud. Use Azure storage for SQL Server data files You can take advantage of Windows Azure Blob Storage as a place to host his your data files. This hybrid environment would allow him you in the future to stand build up either on premise or hosted databases in the future on his your Virtual Machine in Windows Azure using his your Windows Azure Storage as a dedicated data repository. By hosting the data in the storage environment it will simplify any database movement between machines as they exist in a central location, and can take advantage of built-in Attach and Detach commands. His Your data also immediately benefits from the High Availability and DR provided by the Azure Storage services. You will now migrate databases into Azure blob storage. You would use this option if you wanted to easily attach and detach the database to and from multiple computers, and to take advantage of features of Azure Storage such as high availability and unlimited storage. You can also encrypt your databases to increase security using TDE (Transparent Data Encryption), meaning all I/O operations are automatically encrypted. Create a container to put the databases into 1. If you are not already in Azure Management Portal, open Internet Explorer from the Windows start screen and browse to then sign in using your Azure credentials 2. In Windows Azure Management Portal, click on Storage and select the storage account you created. 3. Click CONTAINERS 4. In the grey options bar, click ADD Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 16

17 5. Enter a name sql-datafiles for the new container and ensure ACCESS is private 6. Click on the Check mark to create the container Encrypt the database files 1. Open SQL Server 2014 Management Studio from the Windows start screen 1.2. In the Connect to Server dialog, connect to the Server SQLONE using Windows Authentication. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 17

18 2.3. In the File menu, select the Open and then File 3.4. Browse to C:\SQLSCRIPTS\E4 and select E4B-2#1- Encryption.sql 4.5. Click Open to open the script 5.6. Edit the file in the query window to replace <<password>> with to use for encryption in two places Click Execute in the command bar Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 18

19 You can ignore the warning about not having a backed up database encryption key Close the query window without saving the changes. If you do not close the query window, you will not be able to detach the database in the next step. Detach the database files 1. In the Management Studio Object Explorer, expand the Databases node and right-click ContosoSalesDB. 2. Select Tasks then Detach 3. Tick on Drop Connections and click OK in the dialog box. Copy Azure storage key to clipboard 1. In the Azure Management Portal navigation pane, select STORAGE then select the name of the storage account you created. 2. In the options bar at the page bottom, click on MANAGE ACCESS KEYS 3. Copy the primary access key by clicking the copy icon Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 19

20 4. If asked, allow the webpage access to the clipboard Use AZCopy to copy the database files into blob storage Note, the database files must be uploaded as page blobs to use as Azure Data Files, which cannot be done using Azure Storage Explorer. AZCopy is a command line tool designed to help move files to and from Azure and is available at 9/07/azcopy-transfer-data-with-re-startable-mode-and-sastoken.aspx 1. In the Windows start screen, type cmd and press Enter to open the command line 2. Type the following command into the command line window: cd "..\..\Program Files (x86)/)\microsoft SDKs\Windows Azure\AzCopy" Formatted: Indent: Left: 0.13", Position: Vertical: 0.28", Relative to: Paragraph 3. Press Enter to run the command which navigates to where AZCopy is stored 4. Type the following command into the command line window: (note, the next step is replacing all the sections enclosed with <<>>) Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 20

21 AZCOPY C:\DemoDatabases storage account>>.blob.core.windows.net/sql-datafiles ContosoSalesDB* /destkey:<<your storage access key>> /blobtype:page In the query you just entered, replace <<your storage account>> with the name of the storage account and container on Azure, to replace <<your storage access key>> right click right after the : to paste in the value. 5. Press Enter to run the command Wait until the transfer summary appears (this may take some time.) Prepare Shared Access Signature authentication so Management Studio can read and write to the database files Shared Access Signatures, or SAS keys, are used to provide access to Azure for less-trustworthy programs which should not be allowed full access to the subscription. These keys can have expiry dates or be revoked by the issuer should they become insecure, and also allow the programs fewer access rights. a. Switch to the Azure Storage Explorer window or if you closed it, from the Windows start menu open Azure Storage Explorer b. Click the Refresh button in the Storage Type section menu bar Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 21

22 c. Select the sql-datafiles container and then in the Blob section of the menu bar, click Security d. Open the Shared Access Signatures tab. e. Leave the blob name blank and no policy selected. f. Mark the check boxes next to Read, Write, Delete, and List. g. Click Generate Signature. h. Click on Copy to Clipboard. i. Open Notepad from the start screen and paste the signature into the new file by pressing CTL+V j. Select all the text after the question mark (this should leave text starting with st=) and right-click and click the Copy command. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 22

23 Note, the entire piece of text (pre-deletion) is a url for a webbrowser to go to the container using the SAS key as permission. The remaining text (post-deletion) is a timeconstrained secret access key. Alternatively, we could use the text from sr= on instead to make the signature not timeconstrained. Attach the database to Azure 1. Open Management Studio from the start screen, if not already open. Connect to SQLONE 2. In the File menu, click Open and select File In the file open dialog, navigate to C:\SQLSCRIPTS\E4 and select E4B-2#2-AttachO1.sql. Click Open to open the file. 4. In the query window that opens, replace <<your storage account name>> and <<your container name>> with the actual values each time they appear in the script. Do not yet execute the query. 5. Return to the Notepad file you created in the previous step. Select all the text and copy it by pressing CTL+C. 6. Return to the Management Studio query window and replace <<your SAS>> with the text you just copied from Notepad. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 23

24 7. You now can and should close Notepad without saving. The SAS key (the remaining text in the window) is secure information as anyone who has it can access the container and write/overwrite data there using their web browser, so the key should not be left in insecure places. 8. Run the Management Studio query by clicking Execute in the task bar. This query may take some time to run. See the new database from Management Studio 1. In the Management Studio Object Explorer, right-click on Databases and select Refresh. This refresh may take some time, but at the end, ContosoSalesDB_Azure should appear in the list of databases. 2. Right-click on ContosoSalesDB_Azure and select New Query. 3. Type the following command into the query window: SELECT * FROM [sys].[tables]; 4. Click Execute in the task bar. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 24

25 This will produce a list of tables in the database. You can run any other transact SQL query on the database in this way. See the new database in Azure 1. In Management Studio, click Connect in the Object Explorer and select Azure Storage Enter the name of the storage account you set up previously as the storage account. 3. If you are not already in Azure Management Portal, open Internet Explorer from the start screen and browse to then sign in using your Azure credentials. 4. In the Azure Management Portal navigation pane, click on Storage and select the storage account you created previously. 5. Click on Manage Access Keys. 6. Click the copy icon next to the primary access key. 7. Return to the Management Studio Connect to Windows Azure Storage dialog box and paste this value as the account key using CTL+V. Tick on Save account key. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 25

26 8. Click Connect. 9. Once the new connection has finished loading, expand the Containers node and the node for the container you created. The.mdf and.ldf files you uploaded will be visible. Uploading data files from a local VDH file to Azure storage You can use this option if you wanted to be able to later download the databases with a fully-functioning environment onto any computer, and/or to run these databases on an Azure Virtual Machine. Create the VHD 1. In the start screen type compmgmt.msc and press enter. 2. In the left pane of the Computer Management window, select Disk Management. 3. On the Action menu select Create VHD. 4. In the Create and Attach Virtual Hard Disk dialog box, type C:\SQLFILES\E4B.vhd as Location. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 26

27 5. Enter 30 MB as the virtual hard drive size. 6. Leave VHD and Fixed Size selected. 7. Click OK to finish the wizard. 8. Once the new disk is created (this may take some time), rightclick on the new disk name in the lower-central pane and choose Initialize Disk (you may have to scroll down to see your disk, it will be the highest-numbered disk present, be Unallocated and Not Initialized, and come before CD-ROM disks) Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 27

28 9. In the Initialize Disk dialog box, accept defaults and click OK. 10. Right-click on the new disk block and select New Simple Volume Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 28

29 11. Click Next for the Introduction page, Next for the Specify Volume Size page. 12. On the Assign Drive Letter or Path, accept the default values but notice which drive letter is being assigned. Click Next. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 29

30 13. Click on Next for the Format Partition page. 14. Finish to complete the wizard. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 30

31 15. Click Format disk in the pop-up box then Start then OK twice then Close on the Format Disk wizard (this may disappear of its own volition. That is not a problem.) 16. Do not close Computer Management yet. Place a backup of ContosoSalesDB onto the VHD 1. If Management Studio is not already open, open it from the start screen and connect to server type: Database Engine, server name: SQLONE using windows authentication. 2. In Management Studio object explorer, right-click on Databases and select Restore Files and Filegroups In the General page of the wizard, type ContosoSalesDB_AzureVHD in the To database... box. 4. Leave From database: checked and select ContosoSalesDB from the drop-down box. 5. In the Select the backup sets to restore box check the tickbox next to ContosoSalesDB-Full Databa... (last in the list) Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 31

32 6. In the Options page of the wizard, click on the Ellipses ( ) button for Restore As for ContosoSalesDB. 7. Click OK in the pop-up box. You can ignore the access error. 8. Scroll down and select the letter for the new drive you have created. 9. Enter ContosoSalesDB_AzureVHD.mdf as the file name. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 32

33 10. Click OK. 11. Repeat steps 6-10 for ContosoSalesDB_log calling the file name ContosoSalesDB_Azure_log.ldf Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 33

34 12. Click OK to finish the wizard. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 34

35 You have now created a copy of the database on the new vhd. 13. Right-click on the new ContosoSalesDB_AzureVHD database in Object Explorer and click Tasks -> Detach. 14. Tick on Drop Connections and click OK. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 35

36 15. Return to Computer Management. 16. Right-click on the name of the disk you created (in the lowercentral pane) and select Detach VHD. 17. Click OK. You may now close Computer Management. Upload the VHD Note, the vhd must be uploaded as a page blob, so this step cannot be done using Azure Storage Editor (which only supports uploading files as block blobs.) a. If you are not already in Azure Management Portal, open Internet Explorer from the start screen and browse to then sign in using the username and password you were provided with. b. Click Storage on the navigation menu and select the storage account you created previously. c. Click on DASHBOARD then in the options pane at the bottom of the page, click Manage Access Keys d. Click the copy icon next to the Primary Access Key. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 36

37 This has copied the access key to your clipboard, we will use this later. e. In the Windows Start screen, type cmd and click on Command Prompt in the list of search results this creates. f. Type the following command into the command window (note, to paste, right-click and select Paste, CTL+V will not work): cd "..\..\Program Files (x86)\microsoft SDKs\Windows Azure\AzCopy" g. Press ENTER to run the command. h. Copy or paste the following command into the command line (note, the next step is to replace all the values in the <<>>): AZCOPY C:\SQLFILES\ storage account>.blob.core.windows.net/sql-datafiles E4B.vhd /destkey:<<your storage access key>> /blobtype:page i. In the query you just entered, replace <<your storage account>> and <<your storage access key>> with the value you copied using right-click. j. Press ENTER to run the command. k. Wait until the Transfer summary appears (this may take some time.) You now have your database safely stored on the cloud, available for download to any computer with access to your subscription. Attach the VHD to an Azure VM 1. If you are not already in Azure Management Portal, open Internet Explorer from the start screen and browse to Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 37

38 then sign in using your Azure credentials. 2. Click on Virtual Machines in the navigation pane, then DISKS. 3. In the grey options bar at the bottom, click CREATE. 4. Type in the NAME for the VHD as ContosoSalesDB_AzureVHD. 5. Click the browse button next to VHD URL 6. Browse into the Storage account and container you uploaded the vhd into and select the VHD you uploaded. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 38

39 7. Click Open. 8. Leave the check box next to The VHD contains an operating system unchecked then click the check mark to create the disk. 9. Once the disk has been created, click on VIRTUAL MACHINE INSTANCES and select the virtual machine you created. 10. Click on DASHBOARD. 11. In the options pane at the window bottom, click ATTACH then select Attach Disk. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 39

40 12. In the Attach Disk dialog box, select the ContosoSalesDB_AzureVHD disk you uploaded. 13. Click the check mark to attach the data disk. See the Deployed Database on the Azure VM Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 40

41 1. Go to your minimized remote desktop session for your VM. If you happened to close it, click CONNECT in the options bar and log in again. 2. Press the Windows key and open SQL Server 2014 Management Studio for the start screen (type the first few letters of Management and select the program from the list of options presented.) 3. In the remote session of Management Studio, connect using Windows authentication to the default server. 4. In the Object Explorer, right-click on the databases node and select Attach. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 41

42 5. Click Add.. to add a new MDF file. 6. Navigate to the highest-lettered drive and select the ContosoSalesDB_Azure.mdf file. 7. Click OK to attach the database. 8. In the Object Explorer, expand the Databases node. 9. Right-click on ContosoSalesDB_copy.mdf and select New Query. 10. Type the following command into the command window: select * from sys.tables; 11. Click Execute. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 42

43 You can run any query against this database now it is attached and functioning normally. You were able to provision your databases inside Windows Azure Storage providing you with future benefits including a central location to back up and restore databases from knowing that the information stored there is secure, and benefits from the native High Availability provisioning by the Windows azure platform. It also means data virtualization and movement has become easier to manage and is now a low cost to the OpEx budget. Storing data in this way also provides you an easy future growth plan due to the elastic scalability offered by this solution. Azure account clean-up steps 1. Open the Azure Management Portal at and sign in with your credentials 2. Delete Azure Virtual Machines with their associated services and disks as follows: a. Click on CLOUD SERVICES in the navigation pane b. Select the cloud service you want to delete (this will have the same name as the virtual machine you created) c. Click DELETE in the options pane at the bottom of the page and select Delete the Cloud Service and its deployments This deletes the virtual machines and attached disks within the cloud service 3. Delete Azure containers a. Click STORAGE in the navigation pane Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 43

44 b. Click on the name of the storage account you want to delete the containers from c. Click CONTAINERS at the page top and select the containers you want to delete d. Click DELETE at the page bottom, confirming you do want to delete 4. Delete your storage account. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 44

45 Terms of use 2014 Microsoft Corporation. All rights reserved. By using this Hands-on Lab, you agree to the following terms: The technology/functionality described in this Hands-on Lab is provided by Microsoft Corporation in a sandbox testing environment for purposes of obtaining your feedback and to provide you with a learning experience. You may only use the Hands-on Lab to evaluate such technology features and functionality and provide feedback to Microsoft. You may not use it for any other purpose. You may not modify, copy, distribute, transmit, display, perform, reproduce, publish, license, create derivative works from, transfer, or sell this Hands-on Lab or any portion thereof. COPYING OR REPRODUCTION OF THE HANDS-ON LAB (OR ANY PORTION OF IT) TO ANY OTHER SERVER OR LOCATION FOR FURTHER REPRODUCTION OR REDISTRIBUTION IS EXPRESSLY PROHIBITED. THIS HANDS-ONLAB PROVIDES CERTAIN SOFTWARE TECHNOLOGY/PRODUCT FEATURES AND FUNCTIONALITY, INCLUDING POTENTIAL NEW FEATURES AND CONCEPTS, IN A SIMULATED ENVIRONMENT WITHOUT COMPLEX SET-UP OR INSTALLATION FOR THE PURPOSE DESCRIBED ABOVE. THE TECHNOLOGY/CONCEPTS REPRESENTED IN THIS HANDS-ON LAB MAY NOT REPRESENT FULL FEATURE FUNCTIONALITY AND MAY NOT WORK THE WAY A FINAL VERSION MAY WORK. WE ALSO MAY NOT RELEASE A FINAL VERSION OF SUCH FEATURES OR CONCEPTS. YOUR EXPERIENCE WITH USING SUCH FEATURES AND FUNCITONALITY IN A PHYSICAL ENVIRONMENT MAY ALSO BE DIFFERENT. FEEDBACK. If you give feedback about the technology features, functionality and/or concepts described in this Hands-on Lab to Microsoft, you give to Microsoft, without charge, the right to use, share and commercialize your feedback in any way and for any purpose. You also give to third parties, without charge, any patent rights needed for their products, technologies and services to use or interface with any specific parts of a Microsoft software or service that includes the feedback. You will not give feedback that is subject to a license that requires Microsoft to license its software or documentation to third parties because we include your feedback in them. These rights survive this agreement. MICROSOFT CORPORATION HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS WITH REGARD TO THE HANDS-ON LAB, INCLUDING ALL WARRANTIES AND CONDITIONS OF MERCHANTABILITY, WHETHER EXPRESS, IMPLIED OR STATUTORY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON- INFRINGEMENT. MICROSOFT DOES NOT MAKE ANY ASSURANCES OR Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 45

46 REPRESENTATIONS WITH REGARD TO THE ACCURACY OF THE RESULTS, OUTPUT THAT DERIVES FROM USE OF THE VIRTUAL LAB, OR SUITABILITY OF THE INFORMATION CONTAINED IN THE VIRTUAL LAB FOR ANY PURPOSE. DISCLAIMER This lab contains only a portion of new features and enhancements in Microsoft SQL Server Some of the features might change in future releases of the product. In this lab, you will learn about some, but not all, new features. Exploring SQL Server 2014 Database Deployment in Microsoft Azure Virtual Machines 46

Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage

Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage Exploring Manual and Automatic Database Backup Using Microsoft Azure Storage Contents Predictable, efficient and flexible data backups certainty of availability... 3 Provisioning a Windows Azure Storage

More information

Exploring AlwaysOn Failover Cluster Instances

Exploring AlwaysOn Failover Cluster Instances Exploring AlwaysOn Failover Cluster Instances Contents Data availability (AlwaysOn)... 3 Failover Cluster Instances (FCI)... 3 Terms of use... 23 Exploring AlwaysOn Failover Cluster Instances Data availability

More information

Migrating to Azure SQL Database

Migrating to Azure SQL Database Migrating to Azure SQL Database Contents Azure account required for lab... 3 SQL Azure Migration Wizard Overview... 3 Provisioning an Azure SQL Database... 4 Exercise 1: Analyze and resolve... 8 Exercise

More information

Exploring Organizational Security and Auditing

Exploring Organizational Security and Auditing Exploring Organizational Security and Auditing Contents Organizational security and audit... 3 Scenario 1: SQL Server audit... 3 Scenario 2: Contained Database Authentication...16 Scenario 3: User Defined

More information

Lab 1: Windows Azure Virtual Machines

Lab 1: Windows Azure Virtual Machines Lab 1: Windows Azure Virtual Machines Overview In this hands-on Lab, you will learn how to deploy a simple web page to a Web server hosted in Windows Azure and configure load balancing. Objectives In this

More information

Exploring SQL Server Data Tools in Visual Studio 2013

Exploring SQL Server Data Tools in Visual Studio 2013 Exploring SQL Server Data Tools in Visual Studio 2013 Contents Azure account required for last exercise... 3 Optimized productivity One set of tools for everything... 3 Using SSIS project to export a table

More information

Building an ASP.NET MVC Application Using Azure DocumentDB

Building an ASP.NET MVC Application Using Azure DocumentDB Building an ASP.NET MVC Application Using Azure DocumentDB Contents Overview and Azure account requrements... 3 Create a DocumentDB database account... 4 Running the DocumentDB web application... 10 Walk-thru

More information

Exploring In-Memory OLTP

Exploring In-Memory OLTP Exploring In-Memory OLTP Contents See the Impact of In-Memory Features... 3 Faster Way to Process Data... 8 Creating Memory-Optimized Data and Filegroups.. 9 Creating Memory-Optimized Tables and Indexes...15

More information

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services

Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Hands on Lab: Building a Virtual Machine and Uploading VM Images to the Cloud using Windows Azure Infrastructure Services Windows Azure Infrastructure Services provides cloud based storage, virtual networks

More information

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE

SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE SHAREPOINT 2013 IN INFRASTRUCTURE AS A SERVICE Contents Introduction... 3 Step 1 Create Azure Components... 5 Step 1.1 Virtual Network... 5 Step 1.1.1 Virtual Network Details... 6 Step 1.1.2 DNS Servers

More information

Using and Contributing Virtual Machines to VM Depot

Using and Contributing Virtual Machines to VM Depot Using and Contributing Virtual Machines to VM Depot Introduction VM Depot is a library of open source virtual machine images that members of the online community have contributed. You can browse the library

More information

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required

Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required Good Morning Wireless! SSID: MSFTOPEN No Username or Password Required 2 Today s Agenda - 9:00-10:30 - Windows Azure Infrastructure Services - 10:30-10:45 - Break - 10:45-12:00 - Windows Azure Infrastructure

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure

MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure MATLAB Distributed Computing Server with HPC Cluster in Microsoft Azure Introduction This article shows you how to deploy the MATLAB Distributed Computing Server (hereinafter referred to as MDCS) with

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

Introduction to Hyper-V High- Availability with Failover Clustering

Introduction to Hyper-V High- Availability with Failover Clustering Introduction to Hyper-V High- Availability with Failover Clustering Lab Guide This lab is for anyone who wants to learn about Windows Server 2012 R2 Failover Clustering, focusing on configuration for Hyper-V

More information

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black

How To Configure A Windows 8.1 On A Windows 7.1.1 (Windows) With A Powerpoint (Windows 8) On A Blackberry) On An Ipad Or Ipad (Windows 7) On Your Blackberry Or Black Introduction to Cloud-Based Mobile Device Management with Intune Information in this document, including URLs and other Internet Web site references, is subject to change without notice. Unless otherwise

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

AppLoader 7.7. Load Testing On Windows Azure

AppLoader 7.7. Load Testing On Windows Azure AppLoader 7.7 Load Testing On Windows Azure CONTENTS INTRODUCTION... 3 PURPOSE... 3 CREATE A WINDOWS AZURE ACCOUNT... 3 CREATE A LOAD TESTING ENVIRONMENT ON THE CLOUD... 6 CONFIGURE A WINDOWS AZURE STORAGE

More information

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Microsoft Corporation Published: December 2014 Author: Mark Grimes Acknowledgements Special thanks to the

More information

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE

AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE AUTOMATED DISASTER RECOVERY SOLUTION USING AZURE SITE RECOVERY FOR FILE SHARES HOSTED ON STORSIMPLE Copyright This document is provided "as-is." Information and views expressed in this document, including

More information

MacroLan Azure cloud tutorial.

MacroLan Azure cloud tutorial. MacroLan Azure cloud tutorial. Create a Virtual Machine running Windows This tutorial shows you how easy it is to create an Azure virtual machine (VM) running Windows, using as an example a Windows Server

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide

Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Web Sites, Virtual Machines, Service Management Portal and Service Management API Beta Installation Guide Contents Introduction... 2 Environment Topology... 2 Virtual Machines / System Requirements...

More information

Deploying System Center 2012 R2 Configuration Manager

Deploying System Center 2012 R2 Configuration Manager Deploying System Center 2012 R2 Configuration Manager This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT.

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

uh6 efolder BDR Guide for Veeam Page 1 of 36

uh6 efolder BDR Guide for Veeam Page 1 of 36 efolder BDR for Veeam Hyper-V Continuity Cloud Guide Setup Continuity Cloud Import Backup Copy Job Restore Your VM uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder

More information

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials

Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials Installing Windows Server Update Services (WSUS) on Windows Server 2012 R2 Essentials With Windows Server 2012 R2 Essentials in your business, it is important to centrally manage your workstations to ensure

More information

Installation Guide for Pulse on Windows Server 2008R2

Installation Guide for Pulse on Windows Server 2008R2 MadCap Software Installation Guide for Pulse on Windows Server 2008R2 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Contents Notice to Users

Contents  Notice to Users Web Remote Access Contents Web Remote Access Overview... 1 Setting Up Web Remote Access... 2 Editing Web Remote Access Settings... 5 Web Remote Access Log... 7 Accessing Your Home Network Using Web Remote

More information

Lab 07: Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013

Lab 07: Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013 Lab 07: Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013 DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Forefront, Hyper-V, Internet

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

CDP-H210 Introduction to Azure Active Directory

CDP-H210 Introduction to Azure Active Directory CDP-H210 Introduction to Azure Active Directory This is an infrastructure lab, useful to both ITPro s and Developers to learn the basics of Azure Active Directory. The main focus is on understanding the

More information

MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM)

MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) MICROSOFT BITLOCKER ADMINISTRATION AND MONITORING (MBAM) Microsoft BitLocker Administration and Monitoring (MBAM) provides a simplified administrative

More information

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure An Oracle White Paper September 2013 Oracle WebLogic Server 12c on Microsoft Windows Azure Table of Contents Introduction... 1 Getting Started: Creating a Single Virtual Machine... 2 Before You Begin...

More information

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman Test Lab Guide: Creating a Microsoft Azure Active Directory and Windows Server Active Directory Environment using Microsoft Azure Active Directory Sync Services Microsoft Corporation Published: December

More information

efolder BDR for Veeam Cloud Connection Guide

efolder BDR for Veeam Cloud Connection Guide efolder BDR for Veeam Cloud Connection Guide Setup Connect Preload Data uh6 efolder BDR Guide for Veeam Page 1 of 36 INTRODUCTION Thank you for choosing the efolder Cloud for Veeam. Using the efolder Cloud

More information

Assignment # 1 (Cloud Computing Security)

Assignment # 1 (Cloud Computing Security) Assignment # 1 (Cloud Computing Security) Group Members: Abdullah Abid Zeeshan Qaiser M. Umar Hayat Table of Contents Windows Azure Introduction... 4 Windows Azure Services... 4 1. Compute... 4 a) Virtual

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Lab 05: Deploying Microsoft Office Web Apps Server

Lab 05: Deploying Microsoft Office Web Apps Server Lab 05: Deploying Microsoft Office Web Apps Server DISCLAIMER 2013 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync, PowerPoint, Silverlight, SQL

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

Web Remote Access. User Guide

Web Remote Access. User Guide Web Remote Access User Guide Notice to Users 2005 2Wire, Inc. All rights reserved. This manual in whole or in part, may not be reproduced, translated, or reduced to any machine-readable form without prior

More information

WhatsUp Gold v16.2 Installation and Configuration Guide

WhatsUp Gold v16.2 Installation and Configuration Guide WhatsUp Gold v16.2 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.2 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step

Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Customizing Remote Desktop Web Access by Using Windows SharePoint Services Stepby-Step Guide Microsoft Corporation Published: July 2009 Updated: September 2009 Abstract Remote Desktop Web Access (RD Web

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

NovaBACKUP xsp Version 15.0 Upgrade Guide

NovaBACKUP xsp Version 15.0 Upgrade Guide NovaBACKUP xsp Version 15.0 Upgrade Guide NovaStor / November 2013 2013 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide

Digipass Plug-In for IAS. IAS Plug-In IAS. Microsoft's Internet Authentication Service. Installation Guide Digipass Plug-In for IAS IAS Plug-In IAS Microsoft's Internet Authentication Service Installation Guide Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Guide to Setting up Docs2Manage using Cloud Services

Guide to Setting up Docs2Manage using Cloud Services COMvantage Solutions Presents: Version 3.x Cloud based Document Management Guide to Setting up Docs2Manage using Cloud Services Docs2Manage Support: Email: service@docs2manage.com Phone: +1.847.690.9900

More information

VMware/Hyper-V Backup Plug-in User Guide

VMware/Hyper-V Backup Plug-in User Guide VMware/Hyper-V Backup Plug-in User Guide COPYRIGHT No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying,

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS

SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS 2013 SPHOL325: SharePoint Server 2013 Search Connectors and Using BCS Hands-On Lab Lab Manual This document is provided as-is. Information and views expressed in this document, including URL and other

More information

MadCap Software. Upgrading Guide. Pulse

MadCap Software. Upgrading Guide. Pulse MadCap Software Upgrading Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Deploying Bitnami Stacks on Windows Azure

Deploying Bitnami Stacks on Windows Azure Deploying Bitnami Stacks on Windows Azure In this whitepaper we walk you through the process of setting up a Bitnami cloud image stack on Windows Azure and look at the advantages over other deployment

More information

Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013

Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013 Configuring High Availability and Disaster Recovery in Microsoft Lync Server 2013 DISCLAIMER 2014 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Forefront, Hyper-V, Internet Explorer,

More information

Acronis Backup & Recovery 11.5 Quick Start Guide

Acronis Backup & Recovery 11.5 Quick Start Guide Acronis Backup & Recovery 11.5 Quick Start Guide Applies to the following editions: Advanced Server for Windows Virtual Edition Advanced Server SBS Edition Advanced Workstation Server for Linux Server

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows May 2012 Version 3.1 Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

3 Setting up Databases on a Microsoft SQL 7.0 Server

3 Setting up Databases on a Microsoft SQL 7.0 Server 3 Setting up Databases on a Microsoft SQL 7.0 Server Overview of the Installation Process To set up GoldMine properly, you must follow a sequence of steps to install GoldMine s program files, and the other

More information

Migrating Active Directory to Windows Server 2012 R2

Migrating Active Directory to Windows Server 2012 R2 Migrating Active Directory to Windows Server 2012 R2 Windows Server 2012 R2 Hands-on lab In this lab, you will complete a migration of a Windows Server 2008 R2 domain environment to Windows Server 2012

More information

SharePoint Server for Business Intelligence

SharePoint Server for Business Intelligence SharePoint Server for Business Intelligence SharePoint Business Intelligence Content Team Summary: Step-by-step, learn how to install and configure SharePoint Server 2010 and SQL Server 2008 to create

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Installing and Configuring Login PI

Installing and Configuring Login PI Installing and Configuring Login PI Login PI Hands-on lab In this lab, you will configure Login PI to provide performance insights for a Windows Server 2012 R2 Remote Desktop Services installation. To

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

WhatsUp Gold v16.1 Installation and Configuration Guide

WhatsUp Gold v16.1 Installation and Configuration Guide WhatsUp Gold v16.1 Installation and Configuration Guide Contents Installing and Configuring Ipswitch WhatsUp Gold v16.1 using WhatsUp Setup Installing WhatsUp Gold using WhatsUp Setup... 1 Security guidelines

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Ricardo Perdigao, Solutions Architect Edsel Garcia, Principal Software Engineer Jean Munro, Senior Systems Engineer Dan Mitchell, Principal Systems

Ricardo Perdigao, Solutions Architect Edsel Garcia, Principal Software Engineer Jean Munro, Senior Systems Engineer Dan Mitchell, Principal Systems A Sexy UI for Progress OpenEdge using JSDO and Kendo UI Ricardo Perdigao, Solutions Architect Edsel Garcia, Principal Software Engineer Jean Munro, Senior Systems Engineer Dan Mitchell, Principal Systems

More information

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services

Using IIS Application Request Routing to Publish Lync Server 2013 Web Services Using IIS Application Request Routing to Publish Lync Server 2013 Web Services DISCLAIMER 2014 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Hyper-V, Internet Explorer, Lync,

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Managing Linux Servers with System Center 2012 R2

Managing Linux Servers with System Center 2012 R2 Managing Linux Servers with System Center 2012 R2 System Center 2012 R2 Hands-on lab In this lab, you will use System Center 2012 R2 Operations Manager and System Center 2012 R2 Configuration Manager to

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

DocAve for Office 365 Sustainable Adoption

DocAve for Office 365 Sustainable Adoption DocAve for Office 365 Sustainable Adoption Quick Start Guide Issued October 2015 1 Table of Contents Submitting Documentation Feedback to AvePoint... 3 1. Request a DocAve License from AvePoint... 4 2.

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

Dell Statistica 13.0. Statistica Enterprise Installation Instructions Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or

More information

Click Studios. Passwordstate. High Availability Installation Instructions

Click Studios. Passwordstate. High Availability Installation Instructions Passwordstate High Availability Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

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

Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Upgrading from MSDE to SQL Server 2005 Express Edition with Advanced Services SP2 Installation and Configuration Introduction This document will walk you step by step in removing MSDE and the setup and

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

Deploy the client as an Azure RemoteApp program

Deploy the client as an Azure RemoteApp program Microsoft Dynamics AX 2012 R3 Deploy the client as an Azure RemoteApp program Microsoft Azure RemoteApp helps you provide secure, remote access to applications from many different user devices. This white

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

LAB 1: Installing Active Directory Federation Services

LAB 1: Installing Active Directory Federation Services LAB 1: Installing Active Directory Federation Services Contents Lab: Installing and Configuring Active Directory Federation Services... 2 Exercise 1: installing and configuring Active Directory Federation

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Web Hosting Training Guide Internet Explorer version Doc Ref: GC278_v1.1 Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the

More information

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files

Application. 1.1 About This Tutorial. 1.1.1 Tutorial Requirements. 1.1.2 Provided Files About This Tutorial 1Creating an End-to-End HL7 Over MLLP Application 1.1 About This Tutorial 1.1.1 Tutorial Requirements 1.1.2 Provided Files This tutorial takes you through the steps of creating an end-to-end

More information

Veeam Backup Enterprise Manager. Version 7.0

Veeam Backup Enterprise Manager. Version 7.0 Veeam Backup Enterprise Manager Version 7.0 User Guide August, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication may

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Table of Contents SQL Server Option

Table of Contents SQL Server Option Table of Contents SQL Server Option STEP 1 Install BPMS 1 STEP 2a New Customers with SQL Server Database 2 STEP 2b Restore SQL DB Upsized by BPMS Support 6 STEP 2c - Run the "Check Dates" Utility 7 STEP

More information

Version 3.8. Installation Guide

Version 3.8. Installation Guide Version 3.8 Installation Guide Copyright 2007 Jetro Platforms, Ltd. All rights reserved. This document is being furnished by Jetro Platforms for information purposes only to licensed users of the Jetro

More information