(Pinal Dave) As they say – There are more ways than one to skin a cat. In this blog we will find another method to fix an error which you might see during SQL upgrades – Cannot drop the assembly ‘ISSERVER’, because it does not exist or you do not have permission.
Tag: sql server
SQL SERVER – Enabling Older Legacy Cardinality Estimation
(Pinal Dave) Yesterday, I had a very interesting situation, one of our Comprehensive Database Performance Health Check client immediately called me on Skype with his entire server going continuously stopping due to a very toxic poison wait type of Resource Semaphore.
#0414 – Analyzing Event Viewer Logs in Excel
(Nakul Vachhrajani) When troubleshooting issues, the Event Viewer is one of the most handy of all tools. Assuming that appropriate coding practices were used during application development, the Event Viewer contains a log of most problems – in the system, in the configuration or in the application c
How Do You Export A Database in Azure Data Studio
(Grant Fritchey) I’ve been writing a bunch about Azure Data Studio. I’ve also been recording videos on the topic. A comment I received recently asked how to export a database from Azure Data Studio.
Analyzing wait statistics on Managed Instance
(Jovan Popovic) Wait statistics are information that might help you understand why the query duration is long and identify the queries that are waiting for something in database engine.
I’ve added data classifications. Now what?
(Daniel Janik) About a year ago I wrote about a new feature in SSMS that allows you to add a data classification to your columns. Today we’ll discuss what happens behind the scene and how to look at the classifications later.
Finding Power Query Query Execution Times In Power BI And Excel Using SQL Server Profiler
(Chris Webb) Working out how long a Power Query M query takes to run – the first step to troubleshooting refresh performance problems in Power BI or Excel – is something I have blogged about several times (see here, here and here for example).
Resources for Learning About Azure Data Lake Storage Gen2
(Melissa Coates) A couple of people have asked me recently about how to ‘bone up’ on the new data lake service in Azure. The way I see it, there are two aspects: A, the technology itself and B, data lake principles and architectural best practices.
SQL SERVER – Find Out Current Language of the Session
(Pinal Dave) After reading my post SQL SERVER – Puzzle – Playing with DateTime with Customer Data, one of my blog readers asked me “How to find out the current language setting of the session?”
Why do I (they) own that database?
(Kenneth Fisher) Ever looked at the list of databases and wonder why you own one of them? Or why some other user owns the database? Just to be clear, by owner I mean the one and only actual owner of the database, not just a member of the db_owner role.
