Using your critical eye to see something positive
As DBA's we are often looking for issues and hole is things, but it is also important to see positives and seek a better solution.
2018-10-18
55 reads
As DBA's we are often looking for issues and hole is things, but it is also important to see positives and seek a better solution.
2018-10-18
55 reads
I needed to speed up some regression testing. Redgate Sql Data compare API helped me do it.
2018-10-16
1,101 reads
In larger shops with multiple database servers, it is very important to have consistency.
2018-10-12
146 reads
It is important to train new people, so what is the best way to go about doing it?
2018-09-06
251 reads
When we risk failure, we also have the opportunity for success, so try something new today.
2018-08-30
65 reads
In many ways job titles matter, just not when telling a stranger what you do for work.
2018-07-30
114 reads
Normalization is important for relational databases, but sometimes too much of a good thing can be bad.
2018-07-23
1,730 reads
2018-05-17
99 reads
Disappointment is hard, but you get to choose how you react to it.
2018-05-14
88 reads
AD Authentication in SQL Server has been around for a long time, so why do we still use SQL Authentication?
2018-03-30
292 reads
By Steve Jones
I am not a great software developer. I’m OK, and I do know how...
By Steve Jones
Today’s coping tip is to appreciate your hands and all the things they do...
By alevyinroc
On to the FIRST Robotics Competition 2023 World Championship Last week I wrote about...
Hi, each day we are sent an email with an XML attachment. Recently the...
SELECT BusinessEntityID,FirstName,MiddleName,LastName, YEAR(OrderDate) AS OrderYear, DATENAME(MM,OrderDate) AS OrderMonth FROM Person.Person Pp INNER...
I am after some advice, I have completed a SSRS migration 2017 - 2019. ...