(Michael J. Swart) About eight years ago, Dan Guzman wrote a post called Use Caution with Explicit Transactions in Stored Procedures. In it, he talks about error handling and transactions, specifically with respect to the XACT_ABORT setting.
Tag: sql server
Drillthrough On Multiselect Now Works In Excel 2016 And SSAS 2016
(Chris Webb) One unadvertised – but still very welcome – feature of Excel 2016 is that it is now possible to do a drillthrough in a PivotTable when there is a multiselect on a filter or a slicer. It only works if you are using SSAS 2016 on the server, or if you’re querying the Excel Data Model/Power
Implementation of Data Compression – SQL Server
(Rohit Garg) Data Compression is feature of Microsoft SQL Server to reduce the size of table on the basis of Duplicates, Null & Zeroes. It’s a process of reducing size of database & its objects by increasing CPU cycle and reducing I/O effort.
SQL SERVER – What is Windows Internal Database Edition?
(Pinal Dave) The more you read the more you learn. But some of the best learnings need not come from known sources. These can be accidental too. These learnings in my opinion involves tons of exploration which you would have never done before.
Backup Deployed Sessions
(Jason Brimhall) There is a wealth of information within Extended Events. Throughout this series, I have been working on exposing that wealth of information. A good bit of this information happens to be the metadata for Extended Events, and another bit of this information is tied craneto the metadat
How to Create Ten 200GB Test Databases in 60 Seconds
(Jason Crease) In a recent survey run on community site SQL Server Central, 58% of respondents admitted that their test database is an exact copy of their production database. Many of these respondents concede that they should be removing sensitive data, but aren’t.
Resolving the MERGE statement attempted to UPDATE or DELETE the same row more than once error
(Dallas Snider) I’m receiving the following error when attempting to run a T-SQL MERGE statement: “Msg 8672, Level 16, State 1, Line 123. The MERGE statement attempted to UPDATE or DELETE the same row more than once. This happens when a target row matches more than one source row.
Backup Deployed Sessions
(Jason Brimhall) There is a wealth of information within Extended Events. Throughout this series, I have been working on exposing that wealth of information. A good bit of this information happens to be the metadata for Extended Events, and another bit of this information is tied craneto the metadat
How to Create Ten 200GB Test Databases in 60 Seconds
(Jason Crease) In a recent survey run on community site SQL Server Central, 58% of respondents admitted that their test database is an exact copy of their production database. Many of these respondents concede that they should be removing sensitive data, but aren’t.
Resolving the MERGE statement attempted to UPDATE or DELETE the same row more than once error
(Dallas Snider) I’m receiving the following error when attempting to run a T-SQL MERGE statement: “Msg 8672, Level 16, State 1, Line 123. The MERGE statement attempted to UPDATE or DELETE the same row more than once. This happens when a target row matches more than one source row.
