Troubleshooting problems with locking in SQL Server 2016 If you have problems with SQL Server 2016 locking, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many locking bugs were fixed in SQL Server 2016 service packs, you should install the latest SQL Server service pack. At the time this article...
Tag: fix
Troubleshooting SQL Server 2016 Indexes (Part 2)
Troubleshooting SQL Server 2016 Indexes (Part 2) If you have problems with SQL Server 2016 indexes, review this troubleshooting checklist to find potential solutions. 1. You can get the error 1775 when create a foreign key constraint. This error indicates that you cannot create foreign key because it references object whose PRIMARY KEY index is disabled. To resolve this problem,...
Troubleshooting SQL Server 2016 Indexes (Part 1)
Troubleshooting SQL Server 2016 Indexes (Part 1) If you have problems with SQL Server 2016 indexes, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 indexes bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this...
Troubleshooting problems with Master Data Services in SQL Server 2016
Troubleshooting problems with Master Data Services in SQL Server 2016 If you have problems with SQL Server 2016 Master Data Services (MDS), review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 MDS bugs were fixed in SQL Server service packs, you should install the latest SQL Server...
Troubleshooting SQL Server 2016 Columnstore Indexes
Troubleshooting SQL Server 2016 Columnstore Indexes If you have problems with SQL Server 2016 columnstore indexes, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 columnstore indexes bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Troubleshooting problems with deadlock in SQL Server 2016
Troubleshooting problems with deadlock in SQL Server 2016 If you have problems with deadlock in SQL Server 2016, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many deadlock bugs were fixed in SQL Server 2016 service packs, you should install the latest SQL Server service pack. At the time this...
Troubleshooting problems with locking in SQL Server 2014 (Part 2)
Troubleshooting problems with locking in SQL Server 2014 (Part 2) If you have problems with SQL Server 2014 locking, review this troubleshooting checklist to find potential solutions. 1. Encapsulate transactions within SQL Server stored procedures. This can reduce network traffic, because your client will send to server only the stored procedure name (perhaps with some parameters), and reduce the amount […]
Troubleshooting problems with locking in SQL Server 2014 (Part 1)
Troubleshooting problems with locking in SQL Server 2014 (Part 1) If you have problems with SQL Server 2014 locking, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because many locking bugs were fixed in SQL Server 2014 service packs, you should install the latest SQL Server service pack. At the time […]
Troubleshooting Upgrading to SQL Server 2014
Troubleshooting Upgrading to SQL Server 2014 Should you have problems with upgrading to SQL Server 2014, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To upgrade to SQL Server 2014, you should have the following hardware: – Intel or compatible platform with processor speed: 1.0 GHz minimum for a 32-bit x86 implementation and a 1.4 […]
Troubleshooting SQL Server 2014 Indexes (Part 3)
Troubleshooting SQL Server 2014 Indexes (Part 3) If you have problems with SQL Server 2014 indexes, review this troubleshooting checklist to find potential solutions. 1. You can get the error 666. This is the error message text: “The maximum system-generated unique value for a duplicate group was exceeded for index with partition ID %I64d.” To resolve this problem, you can […]