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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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