Monthly Archives: February 2012

Constraints in SQL Server

A constraint is a property assigned to a column or the set of columns in a table that prevents certain types of inconsistent data values from being placed in the column(s). Constraints are used to enforce the data integrity. This … Continue reading

Posted in Just 4 Knowledge, MS SQLServer 2008 | Tagged | Leave a comment

UnderStanding Cursors in SQL Server

Posted in MS SQLServer 2008 | Leave a comment