Troubleshooting SQL Server 2016 Merge Replication If you have problems with SQL Server 2016 merge replication, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because some SQL Server 2016 Merge replication bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Tag: SQL Server 2016
Troubleshooting SQL Server 2016 Transactional Replication
Troubleshooting SQL Server 2016 Transactional Replication If you have problems with SQL Server 2016 transactional replication, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because some SQL Server 2016 Transactional replication bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Troubleshooting problems with DBCC commands in SQL Server 2016
Troubleshooting problems with DBCC commands in SQL Server 2016 If you have problems with SQL Server 2016 DBCC commands, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because some SQL Server 2016 DBCC bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At...
Troubleshooting problems with linked servers in SQL Server 2016
Troubleshooting problems with linked servers in SQL Server 2016 If you have problems with linked servers in SQL Server 2016, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because some SQL Server 2016 linked servers bugs were fixed in SQL Server service packs, you should install the latest SQL Server service...
Troubleshooting problems with connection to SQL Server 2016
Troubleshooting problems with connection to SQL Server 2016 If you have problems with connection to SQL Server 2016, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 connection bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the...
Troubleshooting Upgrading to SQL Server 2016
Troubleshooting Upgrading to SQL Server 2016 Should you have problems with upgrading to SQL Server 2016, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To upgrade to SQL Server 2016, you should have the following hardware: – Intel or compatible platform with processor speed: 1.4 GHz minimum for a 64-bit x64 2.0 GHz or faster...
Some useful undocumented SQL Server 2016 extended stored procedures
Some useful undocumented SQL Server 2016 extended stored procedures In this article, you can find the description of some useful undocumented SQL Server 2016 extended stored procedures. xp_enum_oledb_providers This extended stored procedure can be used to get the list of all available OLE DB providers. It returns Provider Name, Parse Name and Provider Description. Syntax: EXECUTE xp_enum_oledb_providers To get a...
Troubleshooting problems with SQL Server 2016 triggers
Troubleshooting problems with SQL Server 2016 triggers If you have problems with SQL Server 2016 triggers, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 triggers bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this...
Troubleshooting SQL Server 2016 backup/restore problems
Troubleshooting SQL Server 2016 backup/restore problems If you have problems with SQL Server 2016 backup/restore, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 backup/restore bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this article...
Some tips for using SQL Server 2016 Database Console Commands
Some tips for using SQL Server 2016 Database Console Commands Consider using a MAXDOP option with the DBCC CHECKTABLE, DBCC CHECKDB and DBCC CHECKFILEGROUP. This option was first introduced in SQL Server 2016. By using a MAXDOP option with the DBCC CHECKTABLE, DBCC CHECKDB and DBCC CHECKFILEGROUP you can specify the degree of parallelism. If you don’t need to check...