0
kicks
New features for database developers in SQL Server 2012
* Paging got simpler and more efficient
* Sequences have been introduced; better performance for auto-generated IDs and easier to have IDs unique across tables
* FileTables have been introduced : building upon the FileStream feature now we can have non-transactional access to files stored in the DB as a windows share along with transactional access via T-SQL