Backwards Compatibility Backwards Compatibility is the mirror image of the problem introduced yesterday. The problem we have with Forward Compatibility is the ability to use new features, and emulate those features using creative techniques in older versions that do not support the new features. This goal is often not possible for one reason or another. An example of Forward or […]
Other News
Forwards Compatibility
Forwards Compatibility In response to yesterday’s editorial I received a number of comments regarding backwards compatibility. I have been working with Microsoft SQL Server since version 4.21. Unlike many products I have used, SQL Server has been very generous in supporting deprecated features. Generally, the status of a feature is made known long before the product no longer supports it; […]
System Health Session Dashboard
System Health Session Dashboard I had written a series on how to create reports based on the system health session for SQL Server 2008 and above instances in the recent past. I got a lot of positive feedback regarding the reports which got me thinking on how to make this available using the new features of SQL Server 2008 R2...
Understanding Visual Studio’s Default Namespaces
(Richard Carr) When files for classes and some other types are added to a project, Visual Studio automatically adds a namespace definition. The decision of which namespace to apply is based upon the structure of the project and a simple setting.
.NET Assembly Version Numbers
(Olav Nybø) Version numbers on .NET assemblies are both simple and complicated stuff. This post will explain the details of the different version numbers on an assembly and what they are used for, then I will show how we can modify all of them on an existing assembly without access to the source cod
Tutorial – BDD and Dependency Injection in .Net (1)
(Daryn Holmes) This tutorial focuses on Behaviour Driven Development, Dependency Injection and application design in general. The primary technologies being used will be SpecFlow and MS Test. While we are targeting the .Net platform the content is applicable to most object oriented languages.
An Introduction to RDF
(Ric Roberts) Linked Data is based around describing real world things using RDF. A lot of articles about Linked Data assume you already know what RDF is all about: if you are coming to it for the first time, this article explains the basics.
Surely the computer should do that?
(Paul Miller) We have become accustomed to the simple yet all-powerful search box. ‘Advanced’ search options and arcane query syntaxes have largely been replaced by the learned behaviour of throwing some words at Google*, ignoring the sponsored links, and (usually) finding what we want somewhere in
Using DirectQuery in the Tabular BI Semantic Model
(Cathy Dumas) This paper introduces DirectQuery, a mechanism for directly querying a SQL Server data source for Analysis Services tabular models. Readers will learn when and how to use DirectQuery in SQL Server 2012.
Beyond NVL
(Scott Wesley) If there’s one thing I’ve ever learned while developing in Oracle, there is always more than one way to solve a problem.
