Add ability in Azure SQL DB to have use minimal logging
Would like the ability in Azure SQL DB to use minimal logging just an an om premise SQL Server would do. For example, doing an insert into an empty table with only a clustered index and specifying WITH (TABLOCK) should do minimal logging.
44
votes