Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Klein, Scott, 1966-
Otros Autores: Roggero, Herve
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)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn701718915
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 110214s2010 nyua o 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d EBLCP  |d OCLCQ  |d MHW  |d OCLCQ  |d B24X7  |d UMI  |d E7B  |d CDX  |d YDXCP  |d DEBSZ  |d IDEBK  |d N$T  |d OCLCQ  |d OCLCF  |d OCLCQ  |d BEDGE  |d OCLCA  |d OCLCQ  |d OCLCO  |d COO  |d OCL  |d OCLCQ  |d Z5A  |d LIV  |d OCLCQ  |d UAB  |d MERUC  |d ESU  |d VT2  |d OCLCQ  |d OCLCO  |d IOG  |d OCLCA  |d OCL  |d CEF  |d INT  |d U3W  |d OCLCQ  |d OCLCO  |d WYU  |d YOU  |d OCLCQ  |d LEAUB  |d OCLCO  |d UKAHL  |d OCLCQ  |d OCLCO  |d AUD  |d DCT  |d OCLCQ  |d ERF  |d OCLCQ  |d BRF  |d OCLCQ  |d OCLCO  |d INARC  |d OCLCQ  |d OCLCO 
019 |a 701106803  |a 708563504  |a 743407131  |a 750172742  |a 816835859  |a 1044247460  |a 1056442932  |a 1067189139  |a 1077884103  |a 1087348883  |a 1105603784  |a 1110811594  |a 1112536899  |a 1391807425 
020 |a 9781430229629  |q (electronic bk.) 
020 |a 1430229624  |q (electronic bk.) 
020 |a 1430229616 
020 |a 9781430229612 
020 |a 1283075334 
020 |a 9781283075336 
024 7 |a 10.1007/978-1-4302-2962-9.  |2 doi 
029 1 |a AU@  |b 000048698439 
029 1 |a AU@  |b 000053262072 
029 1 |a AU@  |b 000060583485 
029 1 |a AU@  |b 000067103886 
029 1 |a DEBSZ  |b 355435993 
029 1 |a DEBSZ  |b 396958826 
029 1 |a GBVCP  |b 785355464 
029 1 |a NZ1  |b 13875441 
035 |a (OCoLC)701718915  |z (OCoLC)701106803  |z (OCoLC)708563504  |z (OCoLC)743407131  |z (OCoLC)750172742  |z (OCoLC)816835859  |z (OCoLC)1044247460  |z (OCoLC)1056442932  |z (OCoLC)1067189139  |z (OCoLC)1077884103  |z (OCoLC)1087348883  |z (OCoLC)1105603784  |z (OCoLC)1110811594  |z (OCoLC)1112536899  |z (OCoLC)1391807425 
037 |a 978-1-4302-2961-2  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.73.S67  |b K54 2010 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UY.  |2 bicssc 
082 0 4 |a 005.75/6  |2 22 
049 |a UAMI 
100 1 |a Klein, Scott,  |d 1966- 
245 1 0 |a Pro SQL Azure /  |c Scott Klein, Herve Roggero. 
260 |a [New York, NY] :  |b Apress,  |c ©2010. 
300 |a 1 online resource (xv, 292 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a Expert's voice in .NET 
520 |a 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 scenarios. You'll learn to program SQL Azure from Silverlight, ASP.NET, WinForms, and from SQL Reporting Services. You'll also understand how to manage the platform by planning for scalability, troubleshooting performance issues, and implementing strong security. * Shows how to use SQL Azure from Silver 
588 0 |a Print version record. 
505 0 |a 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. 
506 |a University staff and students only. Requires University Computer Account login off-campus. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a SQL server. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a SQL server.  |2 blmlsh 
630 0 7 |a SQL server  |2 fast 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a SQL (Computer program language) 
650 0 |a Cloud computing. 
650 6 |a SQL (Langage de programmation) 
650 6 |a Infonuagique. 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a SQL (Computer program language)  |2 blmlsh 
650 7 |a Microsoft .NET.  |2 blmlsh 
650 7 |a Cloud computing.  |2 blmlsh 
650 7 |a Informatique.  |2 eclas 
650 7 |a Cloud computing  |2 fast 
650 7 |a SQL (Computer program language)  |2 fast 
700 1 |a Roggero, Herve. 
776 0 8 |i Print version:  |a Klein, Scott, 1966-  |t Pro SQL Azure.  |d New York : Apress, ©2010  |z 9781430229612  |w (OCoLC)610826769 
830 0 |a Expert's voice in .NET. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781430229612/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n prosqlazure0000klei 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29482959 
938 |a Books 24x7  |b B247  |n bks00037654 
938 |a Coutts Information Services  |b COUT  |n 17823603 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL666790 
938 |a ebrary  |b EBRY  |n ebr10441598 
938 |a EBSCOhost  |b EBSC  |n 373621 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 307533 
938 |a YBP Library Services  |b YANK  |n 3620421 
994 |a 92  |b IZTAP