Choose 'select top 1000 rows'. By the way, it's not good way to open table on prod due to locking. Better to run 'select * from table_name where ...' instead.
Choose 'select top 1000 rows'. By the way, it's not good way to open table on prod due to locking. Better to run 'select * from table_name where ...' instead.