Tips to work with SQL Server 2019 clustering Consider using SQL Server 2019 Big Data Clusters. SQL Server Big Data Clusters allow you to deploy scalable clusters of SQL Server, Spark, and HDFS containers running on Kubernetes. With Big Data Clusters you can read, write, and process big data from Transact-SQL or Spark. Set the performance boost for the foreground...
Tag: cluster
Tips for using Very Large Databases in SQL Server 2019
Tips for using Very Large Databases in SQL Server 2019 Avoid using SQL Server Management Studio to maintain Very Large Databases. Because using SQL Server Management Studio is very resource expensive, use stored procedures and Transact-SQL statements, in this case. For heavily accessed table with text/image columns, place this table in one filegroup and place text/image columns in a different...
Tips to work with SQL Server 2017 clustering
Tips to work with SQL Server 2017 clustering You should proper configure the SQL Server 2017 service accounts. Ensure that each SQL Server 2017 service account is a domain account and a member of the Local Administrators group of each cluster node and a member of the Domain Users group. Set the SQL Server 2017 service accounts passwords to be...
SQL Server 2014 Clustering Optimization Tips
SQL Server 2014 Clustering Optimization Tips Create a cluster resource group before installing SQL Server 2014 clustering. Avoid installing SQL Server 2014 into the default cluster group. To create cluster resource group dedicated for SQL Server 2014, you can use the Cluster Administrator tool. You should also place all the shared array drives that will be used by SQL Server...
Tips for using bulk copy in SQL Server 2014
Tips for using bulk copy in SQL Server 2014 Use native mode bulk copy whenever possible. Because native mode bulk copies are generally faster than character mode, you should use native mode bulk copy whenever possible. Note. Now the bcp utility supports native data files compatible with SQL Server 2000, SQL Server 2005, SQL Server 2008, SQL Server 2008 R2,...
Troubleshooting SQL Server 2012 installation
Troubleshooting SQL Server 2012 installation Should you have problems installing SQL Server 2012, review this troubleshooting checklist to find potential solutions. 1. Check the hardware requirements. To install SQL Server 2012, 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 GHz minimum for a...
Troubleshooting problems with SQL Server 2012 cluster
Troubleshooting problems with SQL Server 2012 cluster If you have problems with SQL Server 2012 cluster, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2012 service pack. Because many SQL Server 2012 cluster bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack. At the time this...
SQL Server 2012 Clustering Optimization Tips
SQL Server 2012 Clustering Optimization Tips You can use cross-cluster migration of AlwaysOn Availability Groups for OS upgrade. SQL Server 2012 service pack 1 introduces support for cross-cluster migration of AlwaysOn Availability Groups for deployments to a new Windows Server Failover Clustering cluster. A cross-cluster migration moves one AlwaysOn availability group to the new destination Windows Server Failover Clustering cluster...
Troubleshooting problems with SQL Server 2008 R2 cluster
Troubleshooting problems with SQL Server 2008 R2 cluster If you have problems with SQL Server 2008 R2 cluster, review this troubleshooting checklist to find potential solutions. 1. Install the latest SQL Server 2008 R2 service pack. Because many SQL Server 2008 R2 cluster bugs were fixed in SQL Server service packs, you should install the latest SQL Server service pack....