2015-04-14
1,788 reads
2015-04-14
1,788 reads
2014-09-03
1,977 reads
2014-08-28
2,176 reads
2014-01-27
1,487 reads
2012-11-20
2,117 reads
2012-01-27
2,246 reads
2011-11-03
2,758 reads
2011-08-12
2,048 reads
2011-03-28
3,433 reads
2011-01-21
3,879 reads
The other day I came across an interesting repo on github, KubeDiagrams. What this...
By Steve Jones
I wrote about getting the Redgate Test Data Manager set up in 10 minutes...
SQL Server migrations are a headache, ask anyone who’s been through the pain of...
Hi we know (or believe) ssas saas gets stood up separately when a company...
Good Afternoon. I have been manually running an SSIS package on an adhoc basis,...
I have an always on availability group of 3 servers (1 primary and 1...
I have this code:
SELECT CHOOSE (MONTH (saledate), 'Winter', 'Winter', 'Spring', 'Spring', 'Spring', 'Summer', 'Summer', 'Summer', 'Autumn', 'Autumn', 'Autumn', 'Autumn') AS x FROM ProductSales;What is a good name for the column alias? See possible answers