SQL Server on Linux
There was an announcement last week that SQL Server can run on Linux. And it's coming next year.
2016-03-15
346 reads
There was an announcement last week that SQL Server can run on Linux. And it's coming next year.
2016-03-15
346 reads
2016-03-14
110 reads
2016-03-11
132 reads
Steve Jones discusses the idea of building software better, and why that's a challenge for many of us.
2016-03-10
109 reads
Slack has become a popular phenomenon in the technical world, especially for software developers. Should we join in?
2016-03-09
227 reads
In a couple of days, Microsoft is holding Data Driven, an event that will highlight SQL Server 2016.
2016-03-08
106 reads
2016-03-07
299 reads
SMO gives every appearance of being a great example of over-reliance on automated testing at the expense of manual exploratory testing.
2016-03-07
65 reads
Today we have a guest editorial from Andy Warren that examines the costs of family at work.
2016-03-04
174 reads
Just because we can view the source code for software doesn't mean it is more secure.
2016-03-03
102 reads
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
By gbargsley
This is it. The final chapter of PowerShell Strikes Back. Over the past four...
By Arun Sirpal
Claude is more than a chat window. The desktop experience includes structured workspaces, generated...
Comments posted to this topic are about the item Unraveling the Mysteries of the...
Comments posted to this topic are about the item QUOTENAME Behavior
Good Morning. I have a T-SQL Script which has been developed to execute a...
I use QUOTENAME() like this in code?
DECLARE @s VARCHAR(20) = 'Steve Jones' SELECT QUOTENAME(@s, '>')What is returned? See possible answers