SQL Server and MS Access 2013 are still friends in Azure!
With more and more features being added to the SQL Server I started thinking that its friendship with MS Access...
2014-02-13
2,181 reads
With more and more features being added to the SQL Server I started thinking that its friendship with MS Access...
2014-02-13
2,181 reads
Problem: You require the ability to perform a repeatable standardised installation of multiple instances of SQL Server or the ability...
2014-02-13
45,278 reads
Question : Can we do system configuration check with starting SQL Server installation? One of my friend need to submit it...
2014-02-13
3,369 reads
DBAs are the gatekeepers, but if we make it an unpleasant process then people will find a way around the...
2014-02-13
483 reads
Transactions are great tools that every DBA and developer should learn how to use. Unfortunately not everything can be put...
2014-02-13 (first published: 2014-02-05)
4,560 reads
It’s a truism that we should choose the right tool for the job. Everyone says that. And who can disagree?...
2014-02-13
515 reads
To lower IT operational costs and/or to become more agile, the business must simplify the processes to deliver and manage...
2014-02-13
245 reads
In this series I’m going to detail the 5 T-SQL Commands that review in my 5 T-SQL Commands I’ve been...
2014-02-12
528 reads
Wrote this email exchange with some developer colleagues about to embark on performance tuning.
Subject: bag o' tricks from DMV talk
From: A. Developer
Hey...
2014-02-12 (first published: 2014-02-05)
2,085 reads
Five Tips to Improve Your Data Analysis
It’s no secret that Big Data’s real challenge may not be the technology, but...
2014-02-12
389 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