June 2015
Intermediate to advanced
1800 pages
70h 6m
English
Much of the functionality related to data integrity has remained the same in SQL Server 2014. Several features that were added in SQL Server 2005, such as cascading integrity constraints, are still supported in SQL Server 2014. The lack of change in this area is generally a blessing. The tools available to enforce data integrity were comprehensive in 2005 and remain so in 2014.
Keep in mind that bound defaults, which were deprecated in SQL Server 2005, are still available in SQL Server 2014. For now, you can still use this statement to create a default that is bound to one or more columns. Microsoft recommends using the DEFAULT keyword with ALTER TABLE or CREATE TABLE instead.
Read now
Unlock full access