2019-01-07
139 reads
2019-01-07
139 reads
2018-11-15
706 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
74 reads
I needed to speed up some regression testing. Redgate Sql Data compare API helped me do it.
2018-10-16
1,381 reads
In larger shops with multiple database servers, it is very important to have consistency.
2018-10-12
166 reads
It is important to train new people, so what is the best way to go about doing it?
2018-09-06
377 reads
When we risk failure, we also have the opportunity for success, so try something new today.
2018-08-30
86 reads
In many ways job titles matter, just not when telling a stranger what you do for work.
2018-07-30
530 reads
Normalization is important for relational databases, but sometimes too much of a good thing can be bad.
2018-07-23
2,507 reads
2018-05-17
117 reads
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
By DataOnWheels
This is a blog that I am writing for future me and hopefully it’ll...
By Steve Jones
While wandering around the documentation looking for some Question of the Day topics, I...
Comments posted to this topic are about the item Pro SQL Server Internals
Comments posted to this topic are about the item SQL ART: Who's Blocking Who?...
Comments posted to this topic are about the item Running SQLCMD II
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers