|
|
Posted 09 March 2010 -
Category SQL Sub Category Stored Procedures
 
Transactions make sure a series of updates to the database happen together or else rollback gracefully.
|
Posted 31 January 2010 -
Category SQL Sub Category Stored Procedures
 
Usually the identity column will be used to create a unique key value in a table. Sometimes though finding the next no by using the current values is useful.
|
Posted 05 March 2010 -
Category SQL Sub Category Stored Procedures
 
Sometimes you don't know if the record exists in the table and the insert / update should be carried out within the one stored procedure call. Heres how.
|
|
|