Database-Administration

Category: database-administration

Signs Your SQL Server is Running with Scissors (Dear SQL DBA Episode 24)

Signs Your SQL Server is Running with Scissors (Dear SQL DBA Episode 24)

Does your team know what it’s doing with SQL Server?

Learn what a consultant looks for when assessing a team, and signs that SQL Server may be badly configured.

Continue reading

Should I change the locks configuration in SQL Server?

Should I change the locks configuration in SQL Server?

on November 22, 2016

I recently got a fantastic question from a reader regarding lock usage in SQL Server:

One of my production databases has a total lock count around 25,000 (select count(*) from sys.dm_tran_locks). The configuration setting for locks is set to the default of zero. This lock count is due to multiple procedures which frequently run and use the same 2-3 tables, repeatedly taking out and releasing locks. Do I need to change the configuration for locks or look into the SP’s so they can finish more quickly, rather than creating locks?

Continue reading

Should I Upgrade to SQL Server 2016? (Dear SQL DBA Episode 22)

Should I Upgrade to SQL Server 2016? (Dear SQL DBA Episode 22)

It’s a big week for SQL Server! And it’s the perfect week to talk about this week’s question, which is about explaining to your management why it’s worth it to upgrade to SQL Server 2016, and which features you can use right away.

Continue reading

SQL Server 2016 SP1: Features Added to Standard, Web, Express, Local DB Editions

SQL Server 2016 SP1: Features Added to Standard, Web, Express, Local DB Editions

on November 16, 2016

Wouldn’t it be awesome if you could develop your application for a small SQL Server using the same features that you intend to use for scale?

And wouldn’t it be more awesome if you could start using bleeding edge features like In-Memory OLTP on some of your less-risky, smaller databases first?

Continue reading

Finding Your Voice as a Speaker (Dear SQL DBA Episode 15)

Finding Your Voice as a Speaker (Dear SQL DBA Episode 15)

on September 1, 2016

Learn what it’s like to find and develop your voice as a technical speaker in this week’s episode of Dear SQL DBA.

Continue reading

Free Poster: tempdb data files in SQL Server

Free Poster: tempdb data files in SQL Server

By Kendra Little on August 23, 2016

Tags: tempdb , posters

The tempdb database is a strange place in SQL Server.

Continue reading