March 2015
Intermediate to advanced
864 pages
31h 12m
English
This chapter covers topics related to data modification. It’s not meant to provide exhaustive coverage of all data modification features in Microsoft SQL Server; rather, it focuses on the more pragmatic and perhaps less trivial aspects of some of the features.
The chapter covers data insertion, focusing mainly on bulk-import tools. It discusses the sequence object, comparing and contrasting it with the identity column property. It covers aspects of deleting, updating, and merging data. It also discusses the OUTPUT clause, demonstrating some of its practical uses.
SQL Server supports a number of tools you can use to insert data into your tables. Some of those tools use bulk-load optimizations, and those ...
Read now
Unlock full access