Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Microsoft SQL Azure Enterprise Application Development
  • Table Of Contents Toc
Microsoft SQL Azure Enterprise Application Development

Microsoft SQL Azure Enterprise Application Development

By : Jayaram Krishnaswamy
4 (2)
close
close
Microsoft SQL Azure Enterprise Application Development

Microsoft SQL Azure Enterprise Application Development

4 (2)
By: Jayaram Krishnaswamy

Overview of this book

SQL Azure is a database service in the cloud. Based on Microsoft’s Windows Azure platform, SQL Azure is well suited for web facing database applications. Are you interested in moving your business applications and data to the cloud but are not sure how to go about it? Look no further; this book covers all you ever wanted to know about taking your relational enterprise data to the cloud using SQL Azure. This book will show you how to manage SQL Azure using various tools and also guide you in developing enterprise applications and business intelligence solutions. It will take you through migration and synchronization scenarios with a variety of tools, help you in working with Microsoft technology still in incubation, and in leveraging hybrid applications that exist partially in the cloud and partially on the ground.This step-by-step tutorial begins by providing an overview of Cloud Computing, introducing you to the most significant Cloud Computing implementations. You will then learn the mechanics of signing up and obtaining an account on Microsoft Windows Azure and logging into the portal.The book then dives deep into SQL Azure, showing you how to provision a SQL Azure Server, and how to create/delete databases as well as set up Firewall rules so that you can access SQL Azure from tools/Client programs. It is then followed by details of how to access SQL Azure using Client and Server APIs.Other content includes, a comprehensive description of tools required to access SQL Azure and how to use them and how to populate and migrate SQL Azure databases using a variety of tools.Finally, the book will detail with examples, data-centric applications that leverage a mix of on-site data and Cloud based data, how to synchronize data and extend the applicability of SQL Azure data by disconnected applications on mobile media, and synchronize services for globally distributed data. After covering the topics of services which are in production, the book will then cover future developments as well as a complete update to SQL Azure at the time of writing this book.
Table of Contents (17 chapters)
close
close
Microsoft SQL Azure: Enterprise Application Development
Credits
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface

Creating database objects with SQL Server API


You will now use the SMO object model (SQL Server API) to connect to an SQL Azure database. Use SQL Server API to create a table in the database and add columns with chosen data types to the table and then create the table. While writing the code, wait for the intellisense to provide you with a drop-down list.

In the following steps, you will be creating database objects using the server API:

  1. 1. Create a Windows Application project using the Windows Forms Application template and give it a name of your own (herein, it is SmoCreate).

  2. 2. Right-click the project and choose Add Reference.

  3. 3. In the Add Reference window select and add the following references:

    Microsoft.SqlServer.ConnectionInfo
    Microsoft.SqlServer.Management.sdk.Sfc
    Microsoft.SqlServer.Management.Smo
    
  4. 4. Drag-and-drop a button on to the Form1.vb.

  5. 5. Add the following code to the code page of Form1.vb:

    Imports Microsoft.SqlServer.Management.Smo
    Public Class Form1
    Private Sub Button1_Click...
Visually different images
CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Microsoft SQL Azure Enterprise Application Development
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon