Tips for using linked servers in SQL Server 2019 Rewrite remote queries so, that the most work will be performed on the remote server, not the local server. You can run the remote query from Management Studio and take a look at the query plan to find out which parts of the remote query are performing on the remote server...
Tag: sysadmin
Troubleshooting SQL Server 2017 Roles
Troubleshooting SQL Server 2017 Roles If you have problems with SQL Server 2017 roles, review this troubleshooting checklist to find potential solutions. 1. The error 920 may occur when you modify the database script level. This error indicates that only members of the sysadmin role can modify the database script level. To resolve this problem, ensure that user, who modify...
Troubleshooting SQL Server 2016 Roles
Troubleshooting SQL Server 2016 Roles If you have problems with SQL Server 2016 roles, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2016 service pack. Because many SQL Server 2016 roles bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this article was...
Some tips to work with SQL Server 2016 alerts
Some tips to work with SQL Server 2016 alerts SQL Server 2016 writes the events into the Windows Application log. SQL Server Agent checks the Windows application log for SQL Server events. When an event occurs, the SQL Server Agent checks if the appropriate alert exists and if so perform the defined response. Alerts can be used to execute a...
Troubleshooting SQL Server 2014 Roles
Troubleshooting SQL Server 2014 Roles If you have problems with SQL Server 2014 roles, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2014 service pack. Because many SQL Server 2014 roles bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this article was […]
Troubleshooting problems with SQL Server 2012 Wizards
Troubleshooting problems with SQL Server 2012 Wizards If you have problems with SQL Server 2012 Wizards, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because some SQL Server 2012 Wizards bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this...
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...
Troubleshooting SQL Server 2012 Roles
Troubleshooting SQL Server 2012 Roles If you have problems with SQL Server 2012 roles, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 roles bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this article was...
Tips for using alerts in SQL Server 2012
Tips for using alerts in SQL Server 2012 SQL Server writes the events to the Windows Application log. SQL Server Agent checks the Windows application log for SQL Server events. An alert is an automated response to events raised by SQL Server. When an event occurs, the SQL Server Agent checks if the appropriate alert exists and if so perform...
Troubleshooting SQL Server 2012 jobs
Troubleshooting SQL Server 2012 jobs If you have problems with SQL Server 2012 jobs, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 jobs bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this article was...