HI
I have table in database that contain 1000 rows in sql there is just this option "Edit Top 200 Rows"
Now I want edit rows 400-500 how I can do it?
Best Regards
Neda
After clicking the "Edit Top 200 Rows" click on the SQL button in the SQL Server menu and it will show the query.
From that query either remove "Top 200" or chage to some other value to see more records.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.