Microsoft announces that it will no longer support SQL Server and that SQL 2014 was an April Fools Joke!
Microsoft has announced that SQL 2014 was in fact an elaborate April Fool’s joke and that Microsoft intends to move...
2014-04-01
407 reads
Microsoft has announced that SQL 2014 was in fact an elaborate April Fool’s joke and that Microsoft intends to move...
2014-04-01
407 reads
Ever assume that when you don’t specify NULL or NOT NULL on a new column it’s going to allow NULLs?...
2014-03-31
1,177 reads
Ever assume that when you don’t specify NULL or NOT NULL on a new column it’s going to allow NULLs?...
2014-03-31
1,036 reads
I had a recent run in with collation problems and it got me started reading. As I read I started...
2014-04-02 (first published: 2014-03-26)
1,722 reads
I had a recent run in with collation problems and it got me started reading. As I read I started...
2014-03-26
503 reads
I started reading about collations after I had a recent run in with them. As I read I started to...
2014-03-24
829 reads
I started reading about collations after I had a recent run in with them. As I read I started to...
2014-03-24
633 reads
I won’t be able to make it to the PASS Summit this year but I still consider myself part of...
2014-03-19
675 reads
I had a recent run in with collation problems and it got me started reading. As I read I started...
2014-03-19
1,915 reads
True story: I worked in a computer lab many years ago and one day this guy (a grad student) checked...
2014-03-17
571 reads
By Steve Jones
Recently I was working in VS Code and I saw a walkthrough for the...
By alevyinroc
In the blink of an eye, summer has passed. I don’t know about you,...
By Chris Yates
In today’s digital landscape, data is both a strategic asset and a potential liability....
Comments posted to this topic are about the item Change Tracking Data Retention Options
Comments posted to this topic are about the item Requiring Technical Debt Payments
Comments posted to this topic are about the item Using the FP-Growth Algorithm to...
If I am running this code:
ALTER DATABASE AdventureWorks2017 SET CHANGE_TRACKING = ON (CHANGE_RETENTION=4 xxx);What are the possible choices for xxx? See possible answers