|
OData with SQL Azure - OData Overview |
OData stands for Open Data protocol. It's a REST-based web protocol for querying and updating data completely independent of the platform or source. |
|
SQL Server 2008 : Performing Nonlogged DML Operations |
Most DML operations are logged operations. When an operation is logged, data about the operation is stored in the SQL Server transaction log. The transaction log files can be backed up and replayed into an earlier database backup. |
|
|
|
|
|
|
|
|
|
Defensive Database Programming with SQL Server : Client-side Error Handling |
In order to overcome the described limitations and difficulties with error handling using SQL Server's TRY...CATCH, my advice is simple: when we need to implement feature-rich error handling to respond intelligently to an anticipated error, we should do it in a language that offers more robust error handling, such as C#. |
|
|
|
|
|
|
Azure Programming Considerations |
The service will fire up and what you see is a REST (Representational State Transfer) based service on top of your relational database, a mere XML representation of the service and the entities exposed via the service |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Microsoft SQL Server 2005 : Report Definition and Design (part 3) |
The Data subtab for a report definition manages datasets. You can edit existing datasets or add new ones using the Dataset drop-down list at the top left of the dialog box. Each dataset has a name, data source, and other information specific to the command type and selected data source type. |
|
|
|
|
|
|