Suppose I had a table with many records, I wanted to update the entire record in this table using SQL Server 2008 management studio, I typed:Refresh table set col1 = valIt will take some time for this command to update all records, now if I pressed stop excutioin, what exactly will happen, some records will be updated and fixed or will not be the same as I never tried this command?
everything will be or nothing, this operation based on a set of SQL Server uses an implicit transaction, if the explicit has not been started, this is a way to provide ACID
, , , , ! F5
Source: https://habr.com/ru/post/1703490/More articles:Reflection - SetValue of an array inside a class? - arraysВ чем разница между NOT (x> y) и (xSingle Socket Multiple Client Architecture - multithreadingTo what extent should the code explain fatal exceptions? - language-agnosticHow can I implement jquery in a Zend Framework application in my own way? - jquery.NET Database Migration Toolkit - .netC ++ shell with the same name? - c ++Some faces are transparent, others are opaque - transparencyHow can I autofold POD in Perl using vim? - vimAttaching a database with full-text catalogs under a different name? - sql-serverAll Articles