Some tips for using SQL Server 2019 file and filegroups Consider placing the tempdb log files on other physical disk arrays than those with the data files. Because logging is usually more write-intensive, it is important that the disk arrays containing the tempdb log files have sufficient disk I/O performance. Set the maximum size of the data and log files....
Tag: log
Troubleshooting problems with SQL Server 2017 triggers
Troubleshooting problems with SQL Server 2017 triggers If you have problems with SQL Server 2017 triggers, review this troubleshooting checklist to find potential solutions. 1. Access violation occurs when a DDL trigger is raised by the CREATE EXTERNAL TABLE command. Additionally, you may receive the following error messages: “Cannot continue the execution because the session is in the kill state.”...
Troubleshooting problems with SQL Server 2014 alerts
Troubleshooting problems with SQL Server 2014 alerts If you have problems with SQL Server 2014 alerts, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because some SQL Server 2014 alerts bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this […]
Some useful SQL Server 2014 trace flags
Some useful SQL Server 2014 trace flags Trace flags are used to temporarily set specific server characteristics or to switch off a particular behavior. You can set trace flags by using the DBCC TRACEON command or by using the -T option with the sqlservr command-line executable. There are 2 types of trace flags in SQL Server 2014: – global trace...
Some useful SQL Server 2014 trace flags
Some useful SQL Server 2014 trace flags Trace flags are used to temporarily set specific server characteristics or to switch off a particular behavior. You can set trace flags by using the DBCC TRACEON command or by using the -T option with the sqlservr command-line executable. There are 2 types of trace flags in SQL Server 2014: – global trace […]
Troubleshooting SQL Server 2012 Log Shipping
Troubleshooting SQL Server 2012 Log Shipping If you have problems with SQL Server 2012 log shipping, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 log shipping bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Some tips to use System Monitor with SQL Server 2012
Some tips to use System Monitor with SQL Server 2012 Don’t monitor counters you don’t need. The more counters you monitor, the more overhead that is required to perform the monitoring. So, to boost the System Monitor performance, you should monitor only those counters that you need. Stop all screen-saver and anti-virus programs on a computer you run System Monitor....
Troubleshooting problems with SQL Server 2008 R2 Merge Replication
Troubleshooting problems with SQL Server 2008 R2 Merge Replication If you have problems with SQL Server 2008 R2 merge replication, review this troubleshooting checklist to find potential solutions. 1. Check that you use the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 merge replication bugs were fixed in SQL Server service packs, you should install...
Troubleshooting problems with SQL Server 2008 R2 Transactional Replication
Troubleshooting problems with SQL Server 2008 R2 Transactional Replication If you have problems with SQL Server 2008 R2 transactional replication, review this troubleshooting checklist to find potential solutions. 1. Check that you use the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 transactional replication bugs were fixed in SQL Server service packs, you should install...