Using T-sql scripts. Migrating Sql Database to SQL Azure Database Create the Test Database In SQL Server Management Studio, on the File menu, point to.

Slides:



Advertisements
Similar presentations
MS Access 2003 Tutorial By: Juan GUANTENG!!! Y7. Step 1 Launch the Microsoft Access 2003 program. This can be done by clicking an icon on the desktop.
Advertisements

Stored procedures and views You can see definitions for stored procedures and views in the demo databases but you can’t change them. For views, expand.
Presentation Heading – font Arial
Integrating Access with the Web and with Other Programs.
Queries Help Topics Using the Access 2007, you can press the F1 to pop up the help windows, where you can search the following topics to help to generate.
The Use of Microsoft based Technologies for the benefit of the Community Prof. Avi Mendelson – Microsoft & Technion - Taub 643.
1 Computing for Todays Lecture 22 Yumei Huo Fall 2006.
1 of 7 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Getting Started with Microsoft SQL Server 2012 Express Edition Appendix A DAVID M. KROENKE and DAVID J. AUER DATABASE CONCEPTS, 6 th Edition.
Virtual Machine A virtual machine in Windows Azure is a server in the cloud that one can control and manage. After a virtual machine is created in Windows.
Figure 1. Hit analysis in 2002 of database-driven web applications Hits by Category in 2002 N = 73,873 Results Reporting 27% GME 26% Research 20% Bed Availability.
SOUL INSTALLATION Step-1 For this Please Install the Version 7.0 or SQL Server 2000 or onwards.
COMMANDLINE OPTIONS IN SSIS -ABHIJIT -SANJAY -SUSHANT.
SQL Server Management Studio Introduction
Access Tutorial 10 Automating Tasks with Macros
Tutorial 1 Creating a Database. Objectives Learn basic database concepts and terms Learn basic database concepts and terms Explore the Microsoft Access.
Guide to MCSE , Enhanced 1 Activity 10-1: Restarting Windows Server 2003 Objective: to restart Windows Server 2003 Start  Shut Down  Restart Configure.
Prepared by Jennifer Kreie, New Mexico State UniversityHosted by the University of Arkansas Microsoft Enterprise Consortium SQL Fundamentals SQL Server.
1 After completing this lesson, you will be able to: View and open folders. Open, edit, and save files. Print files. Sort files. (continued)
Creating a Web Site to Gather Data and Conduct Research.
Microsoft Office 2007 PowerPoint Web Feature Creating Web Pages Using PowerPoint.
Creating Multimedia Interaction with Windows Media Technologies 7.
Course ILT Access basics Unit objectives Define database and database-related terminology, and plan a database Start Access and open, create, view, and.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
SQL Server 2012 Session: 1 Session: 3 Introduction to SQL Server 2012 Data Management Using Microsoft SQL Server.
Unit 5 Microsoft SQL Server and MySQL. Key Concepts DBMS variations SQL Server features SQL Server Management Studio MySQL features Scripts Queries Database.
FIRST COURSE Integration Tutorial 1 Integrating Word and Excel.
® Microsoft Office 2010 Integrating Word, Excel, Access, and PowerPoint.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
2. SQL Security Objectives –Learn SQL Server 2000 components Contents –Understanding the Authentication Process –Understanding the Authorization Process.
Presentation On How To Create Connection To A Database.
Chapter Fourteen Access Databases and SQL Programming with Microsoft Visual Basic th Edition.
MySQL Quick Guide. Start and End MySQL MySQL is installed as a service. To start MySQL: –Control Panel/Administrative Tools/Services/MySQL/ start MySQL.
4. SQL Backup tasks Objectives –Secure the databases and the database server Contents –Understanding Backup Terms, –Backing Up Databases, Files, Filegroups,
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 7 1 Microsoft Office FrontPage 2003 Tutorial 8 – Integrating a Database with a FrontPage.
INTRODUCTION TO ACCESS. OBJECTIVES  Define the terms field, record, table, relational database, primary key, and foreign key  Create a blank database.
Instructor: Craig Duckett Lecture 12: Tuesday, May 19, 2015 Intro to SQL Server, SSMS 1.
FIRST COURSE Integration Tutorial 2 Integrating Word, Excel, and Access.
Learningcomputer.com SQL Server 2008 – Management Studio.
Azure databases 1. Azure storage possibilities Azure offers several storage possibilities Microsoft SQL Server database MySQL database Azure Document.
CodePainter Revolution Trainer Course Max Vizzini RunTime Framework.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 8 1 Microsoft Office Access 2003 Tutorial 8 – Integrating Access with the.
Ch 2. Creating and Configuring Databases. SQL Server Management Studio (SSMS) Graphical way to create / manage SQL Server Combines features from Query.
SQL Query Analyzer. Graphical tool that allows you to:  Create queries and other SQL scripts and execute them against SQL Server databases. (Query window)
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Backup Tables in SQL Server. Backup table method Cape_Codd database is used in this example 1.Righ click the database that contains the table you want.
Introduction to SQL Server  Working with MS SQL Server and SQL Server Management Studio.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
Programming with Microsoft Visual Basic 2012 Chapter 14: Access Databases and SQL.
Template Package  Presented by G.Nagaraju.  What is Template Package?  Why we use Template Package?  Where we use Template Package?  How we create.
XP Creating Web Pages with Microsoft Office
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
How To Start a SQL server Connecting to SQL Server.
Common SQL keywords. Building and using CASE Tools Data Base with Microsoft SQL-Server and C#
Creating Data Base & Sql Data Source
Analyzing Data Using Access
Basic Database Concepts
ETL Validator + ALM = Data Delivery. Faster and Better
Mail Merge And Macros in MS WORD
Deploying and Configuring SSIS Packages
Automating SQL Server Management
20761B 12: Using Set Operators Module 12   Using Set Operators.
First, open your Workbench
Microsoft Office Access 2003
Microsoft Office Access 2003
Access Tutorial 1 Creating a Database
Creating Data Base & Sql Data Source
1. Azure Data Explorer Azure Data Explorer enables rich data exploration over raw, structured, and semi-structured data delivering fast time to insight.
Deploy WebClient App on Microsoft Azure
Data Base.
Presentation transcript:

Using T-sql scripts

Migrating Sql Database to SQL Azure Database Create the Test Database In SQL Server Management Studio, on the File menu, point to New, and then clickDatabase Engine Query.

Migrating Sql Database to SQL Azure Database In the Connect to Database Engine dialog box, enter the information for your local SQL Server instance, and then click Connect.

Migrating Sql Database to SQL Azure Database Paste the Transact-SQL script at the end of this topic in the query window and then clickExecute.

Migrating Sql Database to SQL Azure Database Create the Transact-SQL Script In Object Explorer, right-click the mydb database, point to Tasks, and select Generate Scripts.

Migrating Sql Database to SQL Azure Database In the Generate and Publish Scripts Wizard dialog box, click Next to get to theChoose Objects step.

Migrating Sql Database to SQL Azure Database Select Script entire database and all database objects, and then click Next.

Migrating Sql Database to SQL Azure Database In Set Scripting Options, set the following options: Set Output Type as Save script to a specific location. Select Save to file. ClickSingle file. Type the file name and location in File name. Click Advanced.

Migrating Sql Database to SQL Azure Database In Advanced Scripting Options set “Script for the database engine type” option as “SQL Azure Database”, set “Convert UDDTs to Base Types” option as “True”, and set “Types of data to script” option as “Schema and data”. Click OK.

Migrating Sql Database to SQL Azure Database Click Next

Migrating Sql Database to SQL Azure Database Click Next

Migrating Sql Database to SQL Azure Database Click Finish

Migrating Sql Database to SQL Azure Database Migrating mydb database to SQL Azure SQL Connect to SQL Azure through SQL Server Management Studio or SQL Azure Management Portal by providing the credentials of SQL Server created in Windows Azure Cloud platform.

Migrating Sql Database to SQL Azure Database In SQL Server Management Studio, on the File menu, point to New, and then click QueryWithCurrentConnection

Migrating Sql Database to SQL Azure Database Create the mydb database on the SQL Database server through the Windows Azure Platform Management Portal or by executing the following Transact-SQL command: CREATE DATABASE mydb

Migrating Sql Database to SQL Azure Database In SQL Server Management Studio, on the File menu, point to Open, and then click File.

Migrating Sql Database to SQL Azure Database Click Execute.