Tips for using SQL Server 2012 database settings To change the database settings, you can use the ALTER DATABASE SET Options or you can use the graphical user interface (GUI). To change the database settings using GUI, you can do the following: – In Object Explorer, connect to an instance of the SQL Server Database Engine, and then expand that...
Tag: SQL Server 2012
Troubleshooting SQL Server 2012 Snapshot Replication
Troubleshooting SQL Server 2012 Snapshot Replication If you have problems with SQL Server 2012 snapshot replication, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because some SQL Server 2012 snapshot replication bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Troubleshooting SQL Server 2012 Analysis Services problems
Troubleshooting SQL Server 2012 Analysis Services problems If you have problems with SQL Server 2012 Analysis Services, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 Analysis Services bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the...
Tips for using SQL Server 2012 configuration options
Tips for using SQL Server 2012 configuration options One of the ways to optimize SQL Server 2012 performance is setting the appropriate server configuration options. You can set these options by using the SQL Server Management Studio or the sp_configure system stored procedure. SQL Server 2012 configuration options may be separated to two categories: – Options that take effect immediately...
Troubleshooting problems with locking in SQL Server 2012
Troubleshooting problems with locking in SQL Server 2012 If you have problems with SQL Server 2012 locking, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 locking bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...
Some tips for using SQL Server 2012 Database Console Commands
Some tips for using SQL Server 2012 Database Console Commands Try to run the DBCC commands when there are no other disk I/O operations, such as disk backups, replication and so on. Use DBCC CHECKFILEGROUP instead of DBCC CHECKDB, if you need to check only specified filegroup, not entire database. If your database contains several filegroups and you need to...
Troubleshooting problems with connection to SQL Server 2012
Troubleshooting problems with connection to SQL Server 2012 If you have problems with connection to SQL Server 2012, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 connection bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the...
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 SQL Server 2012 backup/restore problems
Troubleshooting SQL Server 2012 backup/restore problems If you have problems with SQL Server 2012 backup or restore, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 backup/restore bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time...