performance - SQL server - estimate execution time and get progress of alter table command -


i have big table , time time need change schema, add new columns, or change type of existing column example.

this takes lot of time (hours), , wonder if there's way know beforehand how time (approximately) take, or alternatively, when alter running, i'd know current progress (i.e. 30% done).

is possible?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -