Tuesday, 16 February 2016

Moving a SQL Server to a Different Domain

Things to consider:

http://dba.stackexchange.com/questions/37583/moving-sql-server-to-different-domain

No comments:

Post a Comment

Updating massive amount of rows whilst avoiding blocking

The following SQL is a good means to split an update on a massive table into smaller chunks, whilst reducing blocking. The method is to upda...