/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vickiboykis.com
| | www.dbaglobe.com
2.0 parsecs away

Travel
| | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc.
| | barneylawrence.com
3.2 parsecs away

Travel
| | FIRST_VALUE and LAST_VALUE had limited uses when they were first released to the world back in 2012, but with the introduced of the ability to ignore nulls in SQL Server 2022 they become a lot more useful. Let's take a look at some examples of why.
| | tsqltuesday.com
3.0 parsecs away

Travel
| | [AI summary] The blog post discusses SQL Server bugs and enhancements, encouraging readers to report issues through Microsoft's Connect platform and participate in the improvement process.
| | surfingcomplexity.blog
21.5 parsecs away

Travel
| In the previous blog post, we saw how a transaction isolation strategy built on multi-version concurrency control (MVCC) does not implement the serializable isolation level. Instead, it implements a weaker isolation level called snapshot isolation. In this post, I'll discuss how that MVCC model can be extended in order to achieve serializability, based on work...