3 Tips On Being A Rookie DBA
New author Greg Bates brings us a few tips for those of you new to being a DBA or without much experience.
2009-01-26
14,595 reads
New author Greg Bates brings us a few tips for those of you new to being a DBA or without much experience.
2009-01-26
14,595 reads
By Steve Jones
I had someone reach out about generate_series() recently, saying they hadn’t realized this was...
I recently took and passed the DP-700 exam, which is required for the Microsoft...
As a Consultant, I would typically answer with – it depends! Then a typical...
Hi all, I work with an unusual warehouse and I was wondering if anyone...
A colleague of mine has setup SSAS monitoring through Extended Events and these are...
What happens when I run this code in SQL Server 2022?
create table Names ( namestring varchar(20)) go insert Names select 'Steve' go select choose(namestring, 'steve', 'andy', 'brian') from NamesSee possible answers