Why I Don’t Like Shared Development Databases
Today, Kendra explains why she doesn't like shared development databases.
2026-05-15 (first published: 2020-01-31)
650 reads
Today, Kendra explains why she doesn't like shared development databases.
2026-05-15 (first published: 2020-01-31)
650 reads
Today, Kendra Little talks about how DevOps adoption affects developer productivity and time.
2025-05-23 (first published: 2020-02-14)
387 reads
Kendra Little talks about write ahead logging in SQL Server, one of the basic concepts that developers and DBAs should understand.
2024-06-12 (first published: 2020-01-20)
4,838 reads
Today, Kendra Little talks about code reviews and why they should be done early.
2024-04-29 (first published: 2020-02-07)
338 reads
2020-02-25
281 reads
2020-02-21
756 reads
Today, Kendra Little talks about reteaming.
2020-02-21
531 reads
2020-02-20
671 reads
2020-02-18
1,110 reads
2020-02-17
1,015 reads
By ReviewMyDB
A behind-the-scenes look at Day of Data Jacksonville 2026, the transition from SQL Saturday,...
You run EXPLAIN ANALYZE on a slow query, stare at the plan, and something...
By Steve Jones
la guadière – n. a glint of goodness you notice in something that you...
hi, we couldnt get our upstream data source developers to supply what is sometimes...
Are there any good articles on all the trace flags that are enabled on...
Comments posted to this topic are about the item The Data Model Matters
I run the SQLCMD utility as follows:
lcmd -S localhost -EI then type this (the 1> is the prompt):
1> select @@version goIf I hit enter, what happens? See possible answers