(Grant Fritchey) Or database developer, report writer, whatever.
Tag: sql server
Error handling protip: @@Error resets after the next command
(Kenneth Fisher) The system variable @@ERROR is a quick and easy way to retrieve the error number from the last statement run and use it in your code.
SQL SERVER – Msg 3254 – The Volume on Device PathFile is Empty. RESTORE DATABASE is Terminating Abnormally
(Pinal Dave) During the recent consulting engagement Comprehensive Database Performance Health Check with SQL Server 2017/2019, my client’s DBA asked me if I can help with an error message which they are seeing while restoring a backup.
Database classifications have changed
(Daniel Janik) Some time back I wrote about the new data classification features in Azure and SQL Server Management Studio. If you’ve done quite a bit of work classifying your data using the extended properties, guess what?
Install a Specific SQL Server Version on Linux Step by Step
(Edwin Sarmiento) In a previous tip on Installing SQL Server vNext CTP1 on Red Hat Linux 7.2, we read about how we can install SQL Server 2017 on a Linux operating system.
An approach to index tuning – Part 2
(Erin Stellato) In my last post, I started to outline the process I go through when tuning queries – specifically when I discover that I need to add a new index, or modify an existing one.
Azure Synapse Analytics confusion
(James Serra) I see a lot of confusion among many people on what features are available today in Azure Synapse Analytics (formally called Azure SQL Data Warehouse) and what features are coming in the future.
SQL SERVER – Error 9002: The Transaction Log for Database ‘SQLAuthority’ is Full Due to ‘REPLICATION’
(Pinal Dave) Recently one of my clients contacted me to provide them assistance in finding and fixing the cause of a huge transaction log file. There are many caused to get error 9002 in SQL Server ERRORLOG.
Introduction to Azure SQL Database Instance Pools
(Marcin Policht) In one of the article, Considerations for Deploying Azure SQL Database Managed Instances, recently published on this site, basic characteristics of Azure SQL Database Managed Instance were described.
Decoded Statistics Names and More
(Jason Brimhall) Every now and again I am asked about the meaning behind the automatically generated names for statistics in SQL Server. The quick answer is short, sweet and really easy.