Ensure that all statements execute in the same database transaction.
Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block.
Create a stored procedure in the database that wraps the insertstatements in a TRANSACTION block.
Open a new connection to the database. Use a separate transaction scope to roll back the original operation.
第1题:
A Windows Azure application connects to a SQL Azure database. Connections to the database are being dropped due to throttling. You need to recommend an approach for identifying the root cause of the problem. Which two actions should you recommend?()
第2题:
An application connects to a SQL Azure database. The application occasionally loses the connection to the SQL Azure database. You need to recommend an approach for reliably completing data access operations. What should you recommend?()
第3题:
A Windows Azure application requires high Windows Azure Storage throughput. Windows Azure Diagnostics is configured for scheduled transfers to Windows Azure Storage. The application is experiencing slow response times. You determine that the current Windows Azure Diagnostics configuration is responsible for the reduced application performance. You need to recommend an approach for improving application performance. What should you recommend?()
第4题:
You are planning the migration of an existing application to Windows Azure and SQL Azure. The original application includes a Microsoft SQL Server 2008 database. You need to recommend an approach for ensuring that the database migrates successfully toSQL Azure. Which two actions should you recommend?()
第5题:
A Windows Azure application stores data in a SQL Azure database. The application will start an operation that includes three insert statements. You need to recommend an approach for rolling back the entire operation if the connection to SQL Azure is lost. What should you recommend?()
第6题:
A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance. What should you recommend?()
第7题:
Use Windows Azure Queues.
Use Windows Live Mesh 2011.
Use a single SQL Azure database.
Use Windows Azure Table storage
第8题:
Increase the number of application role instances.
Increase the Windows Azure Diagnostics buffer quota.
Decrease the Windows Azure Diagnostics buffer quota.
Move Windows Azure Diagnostics to its own Windows Azure Storage account.
第9题:
Ensure that all statements execute in the same database transaction.
Create a stored procedure in the database that wraps the insert statements in a TRY CATCH block.
Create a stored procedure in the database that wraps the insertstatements in a TRANSACTION block.
Open a new connection to the database. Use a separate transaction scope to roll back the original operation.
第10题:
Use the SQL Azure Data Sync service.
Run the SQL Server Agent in SQL Azure.
Use SQL Server Integration Services (SSIS) to connect to SQL Azure.
Connect the existing on-premise SQL Server Agent jobs to SQL Azure.
第11题:
Use the SQL Server Profiler to capture all SQL activities.
Use a Dynamic Management View to analyze performance.
Use the Database Engine Tuning Advisor to analyze the workload.
Use Microsoft SQL Server Management Studio to analyze the SQL logs.
第12题:
Move business logic to a worker role.
Vertically partition the SQL Azure database.
Store business logic results in Windows Azure local storage.
Store business logic resultsin Windows Azure Table storage
第13题:
You are planning the deployment of a SQL Azure database. Your company has a Volume Licensing Agreement for Microsoft SQL Server 2008. The SQL Azure database must maintain a monthly availability of 99.9%. You need to recommend an approach for minimizing the monthly expenses associated with the SQL Azure database. What should you recommend?()
第14题:
Multiple Windows Azure applications connect to multiple SQL Azure servers. On-premise users connect to the SQL Azure servers for a variety of purposes. You successfully deploy a new Windows Azure application with its own SQL Azure server. When on- premise users attempt to connect to the new SQL Azure server they receive connection errors. You need to recommend an approach for mitigating the connectivity issue. What should you recommend? ()
第15题:
You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table. You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification. What should you recommend?()
第16题:
A Windows Azure application is running in the development fabric. You need to recommend an approach for deploying the application to Windows Azure. What should you recommend?()
第17题:
You are designing a Windows Azure application that will store data in two SQL Azure databases. The application will insert data in both databases as part of a single logical operation. You need to recommend an approach for maintaining data consistency across the databases. What should you recommend?()
第18题:
Use SQL Azure to host client report definitions.
Use SQL Azure to host server report definitions.
Use Windows Azure to host client report definitions in an ASP.NET webpage.
Use Windows Azure to host server report definitions in an ASP.NET webpage.
第19题:
Use XCopy deployment.
Use the Windows Azure AppFabric.
Use the Windows Azure Storage Services REST API.
Use the Windows Azure Tools for Microsoft Visual Studio 2010.
第20题:
Use SQL Azure Data Sync.
Use the Microsoft Sync Framework.
Use Windows Azure Blobstorage snapshots.
Use the Microsoft SQL Server replication component.
第21题:
Create a database view to retrieve the data.
Use a clustered index on the SQL Azure database tables.
Open a new database connection when an operation times out.
Create SQL Azure database table indexes basedon application queries
第22题:
Execute database calls on parallel threads.
Wrap the database calls in a single transaction scope.
Use Microsoft Distributed Transaction Coordinator (MSDTC).
Handle errors resulting from the database calls by using compensatory logic.
第23题:
Use Microsoft ADO.NET connection pooling.
Pass exceptions to the user interface layer.
Implement a retry policy in the data access layer.
Begin a transaction before each data access operation.
第24题:
Open port 1433 on the network firewall.
Use Security Support Provider Interface (SSPI).
Disable the validation of the SSL certificate for the SQL Azure server through theconnection string.
Change the firewall rules of the new SQL Azure server to allow access by computers on the internalnetwork.