SQL Server: Add Columns When In Production Environment -


are there issues/problems related adding new columns (not indexed) table when database online. assume database quite busy on constant basis , table in question has on 1'000'000 records. thanks.

well, adding column running system cause interruptions , gobble system resources, @ best, database feel slow, @ worst, people won't able query , results.

you need find window of quiet time - e.g. during night or on weekend or something.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -