SQL SERVER – FIX – Replication Error: SQL Server replication requires the actual server name to make a connection to the serverĀ 

Replication as a topic is quite old and proven technology. After I saw the introduction of SQL Server AlwaysOn from SQL Server 2012, I hardly see folks talking about replication. For me replication will always be a technology which allows for partial (selected tables/articles) synchronization technology, which a lot of…
Read More

Interview Question of the Week #036 – What is the difference between @@DATEFIRST and SET DATEFIRST?

Question: What is the difference betweenĀ @@DATEFIRST and SET DATEFIRST with respect to SQL Server? Answer:Ā SQL Server with US English as default language, SQL Server sets DATEFIRST to 7 (Sunday) by default. We can reset any day as the first day of the week using SET DATEFIRST 5 This will set…
Read More