Enrich your Data Warehouse dimensions
As a Data Warehouse Consultant, I´m often asked the following by customers: “Is it possible to...
As a Data Warehouse Consultant, I´m often asked the following by customers: “Is it possible to...
Normally I’m not a big fan of using trace flags, my advice is only to use these when it is...
With the release of SQL Server 2012 SP1 CU2, an enhancement to the BACKUP command has been added....
Where did I put my Sales table?
Every now and then standard queries just aren’t sufficient as data sources and therefore it might...
Have you ever thought about logging the before and after value for an update or delete? It’s...
By default view are updateable. It means you can write a TSQL update statement against a view just...
Maybe you are using views as a layer between your tables and your users. If you have a lot of views...
Almost every one of my customers is running a backup of their databases (you would be surprised if...
SQL Server 2012 contains two new string conversion functions. PARSE and TRY_PARSE. These two...