I'm new to working with this much data (20 million rows) and I don't know what I should expect as far as query duration:
update table set field = '1234'
No index on field. This statement took 25 minutes. The database is set to Simple Recovery. Does 25 minutes seem too long? Table has 9 columns with small data types <50 varchar.