Making Virtual Teams Work: Ten Basic Principles #remotework
Consider this now familiar view from the field:
“I’ve run a virtual team for the past 18 months in the development...
2014-02-14
1,127 reads
Consider this now familiar view from the field:
“I’ve run a virtual team for the past 18 months in the development...
2014-02-14
1,127 reads
This is part of my Powershell Challenge, to learn more about PowerShell (PoSh) using the Learn Windows Powershell 3 in a Month...
2014-02-14
982 reads
I already post an article how to setup Linked Server in SQL Server and querying on linked Server using open...
2014-02-14
77,164 reads
Photo credit – JStove
Old posts are like unicorns. You might see them just once, but it’d sure be nice to have...
2014-02-14
619 reads
Tracking 3,500 stores with your hands tied
One major problem is that Sonic has more than 3,500 stores across the United...
2014-02-14
322 reads
Jason Brimhall is hosting the 51st T-SQL Tuesday this month with “Place your bets!.
It’s always a gamble when buying a...
2014-02-14 (first published: 2014-02-11)
1,581 reads
On the second Tuesday of each month, the SQL Server universe all comes together to blog about a topic. Known...
2014-02-14 (first published: 2014-02-11)
1,810 reads
I have one more thing I want to talk about regarding the conversation I had recently with my friends and...
2014-02-14
1,109 reads
The major strides achieved in IT in 2013 are possibly a hint of what to expect in 2014. The leading...
2014-02-13
259 reads
I needed to get this one on Hyper-V, so I decided to document the process. I’ve put together a series...
2014-02-13
885 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