(Jason Brimhall) Not long ago, I wrote a rather long article about a new-ish feature within SQL Server Management Studio (SSMS) that impacted Extended Events. You can read that book – here!
Tag: sql server
How to setup Azure SQL Analytics
(Arun) I am a big fan of this feature, I have written and spoken about it before ( https://blobeater.blog/2018/01/04/azure-sql-analytics/) but I did not cover HOW to set this up. In the previous post mentioned above all I stated was:
SQL SERVER – How to Execute the Query Without Using Management Studio?
(Pinal Dave) One of my clients asked few interesting questions during my performance tuning consultation. If you are interested, you can check more details here SQL Server Performance Tuning and Optimization. In this blog, we would discuss how to execute the query without SQL Server Management Stud
Automatically Generating SQL Server Memory Dumps at a Defined Interval
(Joseph.Pilov) Over the years of troubleshooting SQL Server we have come to see the need for manually generating a memory dump of the SQL Server process for in-depth analysis. On several occasions, generating multiple memory dumps at a pre-defined interval has been required in order to see if the st
Display Last N Months & Selected Month using Single Date Dimension in Power BI
(Jason Thomas) It is Friday, and I thought of writing a quick tip on how you can use the same date dimension for displaying the last N months (say, in a bar chart) and the data for selected month (say, in a card visual).
T-SQL: MAX vs. TOP 1 – Which is better??
(Steve Endow) If you need to get the largest value for a field, should you use MAX in your query? Or should you use TOP 1 with ORDER BY?
Analysis Services Query Analyzer
(Chris Webb) Last week a new, free tool for analysing the performance of MDX queries on SSAS Multidimensional was released: Analysis Services Query Analyzer. You can get all the details and download it here:
Encrypting passwords for use with Python and SQL Server
(Burt King) Due to requirements in my environment I need to use SQL Server authentication with my Python scripts instead of Windows trusted authentication. We don’t want a clear text password stored in the Python scripts and we’re not sure how we can secure the passwords.
Windowing without a partition by or an order by
(Kenneth Fisher) If you’ve never worked with windowing functions they look something like this:
SQL SERVER – Unable to Start SQL Server Agent. Error – Driver’s SQLAllocHandle on SQL_HANDLE_ENV failed
(Pinal Dave) If someone tells me any situation, the first question which I always ask is “What is the error message?”. Now to get the right error message, it is important to look at the right log file. In this blog, we would learn about SQL Server Agent startup issue.
