2024-09-27
645 reads
2024-09-27
645 reads
Steve is a little disappointed in technology that didn't work well after a security incident.
2024-09-25
148 reads
Governments want backdoors built into encryption software, which Steve thinks is a bad idea.
2024-09-23
101 reads
2024-09-21
109 reads
Stored procedures can be poorly written, but Steve prefers them over embedded code.
2024-09-20
285 reads
Steve has a few thoughts on the tradeoff between getting work done quickly and producing well performing code.
2024-09-18
107 reads
2024-09-16
61 reads
2024-09-14
72 reads
Today Steve wonders if you have simple solutions you like or complex ones you don't.
2024-09-13
129 reads
Casino Night from SQL Server Central is coming back to the PASS Data Community Summit.
2024-09-11
330 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