Loading…

Azure SQL Copilot (#04) – Qual query o Copilot usa para ver as conexões no meu BD?

Fala Pessoal, Hoje será um post rápido com uma pergunta que também deve ser bem utilizada no Copilot sobre as conexões existentes no banco de dados. Pergunta: Who are currently actively connected to the database?   Ele mostrou alguns dados da única conexão que tinha no momento. Ele também nos entrega a query que utiliza […]

Improve the performance of a query that uses ” like ‘%String%’ ” changing only the collation

Hi Folks, In this blog post, I will give you a very useful tip to improve the performance of a query that uses ” like ‘%String%’ “. How often do you have to use a query like this?

Reading the great book SQL Server 2012 Internals, on page 230, we have: “Another case where […]