Monitor All the Changes
Today Steve Jones looks at the potential downfalls of monitoring every change without lots of filtering.
2016-11-22
104 reads
Today Steve Jones looks at the potential downfalls of monitoring every change without lots of filtering.
2016-11-22
104 reads
2016-11-21
172 reads
2016-11-21
172 reads
Today we have a guest editorial from Andy Warren that looks at how we might divvy up our workload in a company.
2016-11-18
89 reads
2016-11-17
152 reads
Does your database development process prevent changes in your software? You shouldn't be held hostage by your database.
2016-11-16
101 reads
Steve Jones talks about the issues with using a local database in your application.
2016-11-14
74 reads
2016-11-11
173 reads
2016-11-10
132 reads
2016-11-08 (first published: 2013-02-14)
201 reads
By Vinay Thakur
Google has contributed a lot of stuff/enhancement on its portfolio, google is no longer...
Next up in my series talking about The Burrito Bot is diving into the...
By DataOnWheels
Two years ago, two things happened within a few days of each other. I...
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