How often to update SQL Server?

January 2, 2017 Andy 0

Question I am a new DBA at a company that has never had a DBA before me. SQL Servers are never upgraded unless it is part of a Windows Update on the server. Service Packs (or CUs) are never installed. We have a mix of … [Read More]

How to add 1100 columns in SQL Server

December 4, 2016 Andy 0

Question I need 1100 columns in a single table.I already have 928 columns in same table, now I need to add new 150 columns. I know SQL Server allow maximum 1024 columns. Now I will not create new table. If I create new table and … [Read More]

AlwaysON Migrate from 2014 to 2016

September 1, 2016 Andy 0

Question I have like 20 Listners on 2014 with approx 500 DBS, what is the best way to migrate these with least downtime, effort My idea is: Stop access Backup dbs Start restore dbs While restore is running: Drop AOG on 2014 Create it on … [Read More]

SQL Server 2014 slow insert

August 24, 2016 Andy 0

Question I have a very strange slow insert issue, here I am providing the table structure, and the insert statement used. The database is clean, contains no other tables, no indices, no constraints, no triggers. I tested this on two different machines, with high speed … [Read More]