I want to update the top 100 records in SQL Server. I have a table T1 with fields F1 and F2. T1 has 200 records. I want
T1
F1
F2
Note, the parentheses are required for UPDATE statements:
update top (100) table1 set field1 = 1