SQL SERVER 2016 – WARNING: Setup Limited to Reporting Services for SharePoint
I have a habit of generally reading the “What’s New” section whenever a new version is around in the block. This is a great way to actually check, learn everything that is getting released in a...
View ArticleSQL SERVER – Install Error – Could not Find the Database Engine Startup Handle
Note: There are multiple reason of above error and this blog shows just one of them. I am sure that this blog would give you guideline about what do to in case you see this error about install error....
View ArticleSQL SERVER Installation – FeatureUpgradeMatrixCheck (SQL Server 2016 Feature...
One of the best ways to learn problems faced by individuals and organizations is to look at the forums for these issues. Often I have visited MSDN forums and see if there are some hot or interesting...
View ArticleSQL SERVER – What is Deadlock Scheduler? How to Reproduce it?
If you have come on this page by internet search, then you must have seen below error in the ERRORLOG which is about deadlock scheduler. 2016-07-25 08:50:29.50 Server *...
View ArticleSQL SERVER – Event 17058 – initerrlog: Could not Open Error Log File
If you have ever interacted with me or taken my services, you would notice that I always ask for ERRORLOG in almost all of my contact with my client. Once of my friend contacted me and when I asked for...
View ArticleSQL SERVER – Creating a Copy of Database in Azure SQL DB
Recently I was about to undertake an interesting assignment for one of my clients who pinged me for Performance Tuning exercise. Since this is something I have been doing full time in the past couple...
View ArticleSQL SERVER – Installation Fails With Error – A Constraint Violation Occurred
In my recent past, I have helped around 10 customers who have had similar problems while installing SQL Server Cluster on windows. So I thought it would be a nice idea to pen it down as a blog post so...
View ArticleSQL SERVER – A Timeout (30000 milliseconds) was Reached While Waiting for a...
Recently I was contacted by a client who reported very strange error in the SQL Server machine. These consulting engagements sometimes get the best out of you when it comes to troubleshooting. They...
View ArticleSQL SERVER – False Error – Cannot bulk load because the file could not be...
Yes, it’s possible that SQL Server can raise false and misleading error. I was trying to do some pretty straight forward stuff – import data from text file to SQL table using the BULK INSERT command of...
View ArticleSQL SERVER – Backup to URL Fails in Azure Resource Manager (ARM) Deployment...
During my previous consulting engagement, I learned something new with SQL Server feature called back up to the URL. Since it was not so clearly documented, I am sharing this with you. In this blog...
View ArticleSQL SERVER – SSMS Error During Restore: No Backupset Selected to be Restored
There are various ways of learning in my current role. Along with client engagements, reading others blog, I also learn from comment/interaction of my own blog. One of my blog readers sent below email...
View ArticleSQL SERVER – Script level upgrade for database ‘master’ failed because...
Recently once by my client contacted via Skype to know my thoughts about a cluster failover failure issue. They were having two nodes SQL Clustered instance and it was running fine of Node1. As soon as...
View ArticleSQL SERVER – Fix Error – Cannot use the backup file because it was originally...
Here is a recent email which I received from Madhu. He is a beginner in the SQL Server and when he tried to take a backup from SSMS (SQL Server Management Studio), he got error related to backup file....
View ArticleSQL SERVER – How to Fix Error 8134 Divide by Zero Error Encountered
Here is one of the most popular questions: How to overcome (Error 8134) Divide by Zero Error Encountered in SQL Server? Before we see the answer of this question, let us see how to recreate this error....
View ArticleSQL SERVER – GetRegKeyAccessMask : Could Not Get Registry Access Mask For...
I have been getting many requests from my HIRE-ME page and a few of them are getting change to my blog. This is the outcome of one of my clients who was having a strange issue. They were having 2 nodes...
View ArticleSQL SERVER – FIX Error 18456, Severity: 14, State: 5. Login failed for user
Some errors are historic and have the most common root cause. Sometimes we really don’t know why they happen and I have seen clients go nuts to identify the real reason for the problem. In a recent...
View ArticleMySQL – Fix Error – WordPress Database Error Duplicate Entry for key PRIMARY...
As many of you know that this blog runs on WordPress and under the hood of WordPress there is a MySQL database. MySQL database is quite good and is able to hold massive traffic this blog receives every...
View ArticleSQL SERVER – Columnstore Index Cannot be Created When Computed Columns Exist
Explorations working with SQL Server never stop and I get an opportunity to learn something every other day. Today I thought of bringing pout some learning that happened to me by accident. As I was not...
View ArticleSQL SERVER – Patch Installation Error: The version of SQL Server instance...
Applying a patch is something which is part of everyone’s life in the software industry. One of my clients reported below error related to Patch Installation Error. The version of SQL Server instance...
View ArticleSQL SERVER – Fix Error Msg 35336 Working with ColumnStore Indexes
Since my consulting have started around performance tuning, I am able to see a number of customers who want to start using the new capabilities of SQL Server for their existing application as they plan...
View Article