2019-01-07
117 reads
2019-01-07
117 reads
2018-11-15
599 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
58 reads
I needed to speed up some regression testing. Redgate Sql Data compare API helped me do it.
2018-10-16
1,246 reads
In larger shops with multiple database servers, it is very important to have consistency.
2018-10-12
150 reads
It is important to train new people, so what is the best way to go about doing it?
2018-09-06
339 reads
When we risk failure, we also have the opportunity for success, so try something new today.
2018-08-30
72 reads
In many ways job titles matter, just not when telling a stranger what you do for work.
2018-07-30
247 reads
Normalization is important for relational databases, but sometimes too much of a good thing can be bad.
2018-07-23
2,236 reads
2018-05-17
101 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
Comments posted to this topic are about the item Stairway to Snowflake Level 5...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers