by George Chrysovaladis Grammatikos | Feb 1, 2019 | Azure, Portal, SQL Server
In this quick post, we will see how to solve a problem that was reproduced in an Azure VM with SQL Server. The main point is that the problem began after we tried to change collation on the SQL Server. Problem While we change collation in a SQL Server on an Azure VM,...
by George Chrysovaladis Grammatikos | Jul 18, 2018 | Installation / Configuration, SQL Server
When we deploy a SQL Server Always-On, we MUST create the user logins manually to the secondary replica. This happens because SQL server keeps logins in the Master database which is not syncing. To overcome this problem we need to run some SQL scripts in a certain...
by George Chrysovaladis Grammatikos | May 21, 2018 | Azure, Azure SQL Database, SQL Server
In this post, you will read about the differences between index tuning in SQL Server (on-premises) and SQL Azure (cloud). But what is an index? Consider an index as a contents page. When comparing a SQL database index and a Contents page in a physical book, you note...
by George Chrysovaladis Grammatikos | May 8, 2018 | SQL Server, Troubleshooting
SQL Nexus is a very useful utility that helps to identify SQL Server performance issues, by visualizing data logs using chart and reports. You can read how to collect diagnostics data using pssdiag in my previous article here. Before you install SQL Nexus, you must be...
by George Chrysovaladis Grammatikos | May 8, 2018 | SQL Server, Troubleshooting
Pssdiag is a data collection utility that Microsoft gives to us to collect useful data and log files for SQL Server installations. Before, start the steps you need to follow to configure all the mandatory parameters you should first download the utility latest...
by George Chrysovaladis Grammatikos | Apr 19, 2018 | SQL Server, Troubleshooting
Below you can find an easy explanation, how to reset sa account password. Download the PsExec tool from the Sysinternals suite. Open with elevated CMD or Powershell privileges and run the following command CMD: C:\PsExec.exe -s -i “C:\Program Files...