|
|
|
|
|
|
|
SQL Server 2012 : Transact-SQL - Functions, Triggers |
A trigger is a special kind of stored procedure that is executed when a special event happens within SQL Server. An event could include the execution of a given DDL or DML statement or a login to SQL Server. |
|
SQL Server 2012 : Transact-SQL - Stored Procedures |
A stored procedure is a block of T-SQL or .NET code that is stored within a database. This code is similar to other procedures in other languages because it accepts parameters as inputs and can provide output to the calling application or user. Stored procedures make building database applications easy. |
|
SQL Server 2012 : Transact-SQL - Transactions |
Transactions enable users to create T-SQL batch statements that are either completely applied or do nothing to the existing data. When changes are applied, it is said that the transaction has committed. |
|
|
SQL Server 2012 : Transact-SQL - Data Manipulation Language (part 1) |
Most of what you’ll do with T-SQL centers around the Data Manipulation Language (DML). DML consists of the four statements SELECT, INSERT, UPDATE, and DELETE. These are the four statements that you use to get data into a database, update and delete that data, and get it back out again. |
|
|
|
|
|
|
|
|
|
|
|
Sharepoint 2013 : Client-side Programming - Working with the REST API (part 3) |
Using the REST API from a C# application is certainly possible, but it is easily the least attractive of all the programming options. You will find that retrieving form digests, parsing out properties, and creating payloads can be tedious and messy. This section details the steps necessary to work with the REST API in C#. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|