How to get started with the ScriptDom
What is the ScriptDom? The ScriptDom is an api for taking t-sql scripts, converting them into an AST or taking an AST and generating t-sql.
What is an AST? Read...
2015-11-07
3 reads
What is the ScriptDom? The ScriptDom is an api for taking t-sql scripts, converting them into an AST or taking an AST and generating t-sql.
What is an AST? Read...
2015-11-07
3 reads
I have made a few ui changes to this to make it a little more usable, I can't really think...
2015-11-06
561 reads
I have made a few ui changes to this to make it a little more usable, I can’t really think...
2015-11-06
19 reads
I have made a few ui changes to this to make it a little more usable, I can’t really think...
2015-11-06
22 reads
I have made a few ui changes to this to make it a little more usable, I can't really think of any new features so if anyone has any...
2015-11-06
1 reads
This is probably the last contributor that I am going to add to the DacFx deployment contributors project (https://github.com/DacFxDeploymentContributors/Contributors/) for...
2015-11-06
387 reads
This is probably the last contributor that I am going to add to the DacFx deployment contributors project (https://github.com/DacFxDeploymentContributors/Contributors/) for...
2015-11-06
20 reads
This is probably the last contributor that I am going to add to the DacFx deployment contributors project (https://github.com/DacFxDeploymentContributors/Contributors/) for...
2015-11-06
23 reads
This is probably the last contributor that I am going to add to the DacFx deployment contributors project (https://github.com/DacFxDeploymentContributors/Contributors/) for a little while, if anyone else has one they...
2015-11-06
5 reads
Another day another deployment contributor for the project: https://github.com/DacFxDeploymentContributors/Contributors.
This one came about because I was talking to Peter Schott (b|t)...
2015-11-05
359 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