2020-07-24
82 reads
2020-07-24
82 reads
2020-02-21
738 reads
Steve doesn't like the idea of cars using data from cameras to update a display instead of a mirror.
2019-09-30
175 reads
"This time when we go to the Moon, we're actually ...
2019-05-23
2019-05-10
Brent Ozar asks if you can tell if each of these SQL Server bugs is brand-new, or almost 20 years old.
2019-05-03
The Vineyard Wind project will also commit $15 million to battery development.
2019-04-24
American auto shows are in decline, but we still found a few things to excite.
2019-04-22
The Panamera Turbo comes in two flavors, and the more powerful one is a hybrid.
2019-04-11
This week’s T-SQL Tuesday is about where you use databases in your personal life. And I have a database I don’t use any more that’s a little happy and...
2019-04-09
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