(Manoj) Azure HDInsight is a standard Apache Hadoop distribution offered as a managed service on Microsoft Azure. It is based on the Hortonworks Data Platform (HDP) and provisioned as clusters on Azure. The clusters can be created on your choice of Windows or Linux Servers.
Tag: sql server
SQL SERVER – Fix Error: Invalid object name STRING_SPLIT
(Pinal Dave) Just the other day one of the readers sent me following email after reading my earlier blog post: STRING_SPLIT Function Performance Comparison. He really liked the new feature of SQL Server 2016 and decided to start using this new feature.
Adding Reference Data in Database Continuous Integration (CI) Pipeline
(Haroon Ashraf) As a SQL Server database developer or database DevOps engineer my development team has been tasked to include reference data with the database(s) so that deploying the database should populate the reference tables on any target environment which can help maintain the reference data t
SQL SERVER – Installation Error – Unable to Open Windows Installer File – 2147286960
(Pinal Dave) SQL installation and parching are the processes which every DBA has to do. Some smart DBAs do this via script and some go with a manual approach.
Extended Events – Using Azure Storage
(blobeater) Last year I wrote about Azure SQL Database extended events (https://blobeater.blog/2017/02/06/using-extended-events-in-azure/) and gave an example where I was capturing deadlocks via the ring buffer.
SQL Dialog Box for PowerShell
(JoeMVP) I had a need the other day to build a PowerShell script to automate some tasks for installing a solution I built.
A View Will Not Make Your Query Faster
(Grant Fritchey) Twice recently, one on a blog post, and one in a forum post, I’ve seen people state, unequivocally, without reservation or hint of a caveat, that, “Oh, just put that query into a view. It will run faster.”
The trials and tribulations of REVERTing from impersonation
(Kenneth Fisher) Impersonation is a highly useful tool in your toolbox. With the EXECUTE AS clause you can allow your stored procedure to do things that the user doesn’t have permission to.
The Importance of Baselines
(Tim Radney) As a consultant working with SQL Server, many times I’m asked to look at a server that seems like it’s having performance issues. While performing triage on the server, I ask certain questions, such as: what is your normal CPU utilization, what are your average disk latencies, what is y
SQL SERVER – Service Pack Failure: MissingRegistryKeyException. The Registry Key is Missing
(Pinal Dave) One of my blog readers contacted me and informed that he is getting the same error as mentioned in below blog SQL SERVER – Service Pack Failure: MissingRegistryKeyException. Note that it had the same error message, but that did not help him here.
