Where did january go?
I have been pretty busy over january and the first half of feburary and haven't had time to write any...
2016-02-16
472 reads
I have been pretty busy over january and the first half of feburary and haven't had time to write any...
2016-02-16
472 reads
I have been pretty busy over january and the first half of feburary and haven’t had time to write any...
2016-02-16
41 reads
I have been pretty busy over january and the first half of feburary and haven’t had time to write any...
2016-02-16
49 reads
I have been pretty busy over january and the first half of feburary and haven't had time to write any blogs, I did have an article on simple talk...
2016-02-16
1 reads
Code Coverage
What is code coverage?
When you write some code and then test it, how sure are you that you have...
2016-01-22 (first published: 2016-01-13)
2,059 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
52 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that...
2016-01-13
67 reads
Code Coverage What is code coverage? When you write some code and then test it, how sure are you that you have tested the whole thing? Code coverage gives...
2016-01-13
3 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
869 reads
In the final part of this 3 part series on what SSDT actually is I am going to talk about...
2016-01-07
43 reads
Day 1 is an absolute thrill at re:Invent! I normally dedicate this dynamic day...
With all the changes that have happened with VMware since the Broadcom acquisition I...
Each year around this time, companies enter the familiar ritual of budgeting. For many,...
Comments posted to this topic are about the item Adding a Lot of Seconds
Comments posted to this topic are about the item SQL Server Licensing is Simple,...
Comments posted to this topic are about the item Stairway to Azure SQL Hyperscale...
When does this code work and when does it fail?
DECLARE @BaseDate DATETIME = '1900-01-01'; SELECT DATEADD(SECOND, 2147483648, @BaseDate) AS [MaxIntSecondsAdded];See possible answers