The Future is Now - An Internet of Things Infographic
A look at the positive and negative aspects of IoT in this infographic.
2017-02-01
239 reads
A look at the positive and negative aspects of IoT in this infographic.
2017-02-01
239 reads
2017-01-03
2,369 reads
Here is a reference that lets you take a quick look at the new features in SQL Server 2016 and dig into the various items with a collection of links we'll maintain.
2016-10-28 (first published: 2015-06-22)
14,357 reads
We're always looking for articles, but here are a few ones that I'd like to see written up.
2016-04-29 (first published: 2014-09-04)
1,973 reads
2015-11-09
103 reads
Links and references to understand what the Query Store is in SQL Server 2016.
2015-09-28
2,795 reads
References and links about the Stretch to Azure feature in SQL Server 2016.
2015-09-21
1,367 reads
2015-09-14
2,359 reads
2015-09-07
2,294 reads
2015-08-31
857 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers