Pro SQL Azure /
SQL Azure represents Microsoft's cloud-based delivery of its enterprise-caliber, SQL Server database management system (formerly under the code name "Oslo"). Pro SQL Azure introduces you to this new platform, showing you how to program and administer it in a variety of cloud computing...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[New York, NY] :
Apress,
©2010.
|
Colección: | Expert's voice in .NET.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Cover
- Contents
- About the Authors
- About the Technical Reviewer
- Acknowledgments
- Chapter 1 Getting Started With Sql Azure
- Introduction to Cloud Computing
- Who Is Doing What in the Cloud?
- Typical Cloud Services
- Discovering the Microsoft Azure Platform
- Why Microsoft Azure?
- About Geographic Locations
- Storing Data in Azure
- Sql Azure Primer
- Registering for Azure
- Creating a Database in Sql Azure
- Configuring the Firewall
- Connecting With Sql Server Management Studio
- Creating Logins and Users
- Assigning Access Rights
- Understanding Billing for Sql Azure
- Limitations in Sql Azure
- Security
- Backups
- Objects
- Miscellaneous
- Drivers and Protocols
- Conclusion
- Chapter 2 Design Considerations
- Design Factors
- Offsite Storage
- High Availability
- Performance
- Sql Data Sync Framework
- Direct Vs. Serviced Connections
- Pricing
- Security
- Review of Design Factors
- Design Patterns
- Direct Connection
- Smart Branching
- Transparent Branching
- Sharding
- Offloading
- Aggregation
- Mirroring
- Combining Patterns
- Transparent Branching + Rws
- Cascading Aggregation
- Sample Design: Application Sla Monitoring
- Pre-Azure Application Architecture
- Azure Implementation
- Other Considerations
- Blob Data Stores
- Edge Data Caching
- Data Encryption
- Conclusion
- Chapter 3 Setting Up and Configuring
- Creating Your Azure Account
- Managing Your Azure Projects
- Azure Server Administration
- Server Information
- Firewall Settings
- Databases
- Creating Databases, Logins, and Users
- Databases
- Logins and Users
- Connecting to a Sql Azure Database
- Connecting Using Ado.Net
- Connecting From the Entity Framework
- Conclusion
- Chapter 4 Security
- Overview
- Confidentiality
- Integrity
- Availability
- Securing Your Data
- Encryption
- Hashing
- Certificates
- Access Control
- Authentication (Authn)
- Authorization (Authz)
- Firewall
- Compliance
- Conclusion
- Chapter 5 Data Migration and Backup Strategies
- Migrating Databases and Data to Sql Azure
- Generate and Publish Scripts Wizard
- Sql Server Integration Services
- Bcp
- Sql Azure Backup Strategies
- Copying a Database
- Knowing When a Copy Is Complete
- Automating a Database Copy
- Maintaining a Backup History
- Conclusion
- Chapter 6 Programming With Sql Azure
- Application Deployment Factors
- On-Premise Application
- Azure-Hosted Application
- Which to Choose?
- Connecting to Sql Azure
- Ado.Net
- Odbc
- Sqlcmd
- Wcf Data Services
- Creating a Data Service
- Connecting the Service to the Model
- Creating the Client Application
- T$307.