November 12, 2004 at 12:09 pm
Hi,
Is there a way that we can update only the top 50 rows and leave the remaining or something. I want to use this in debugging, because my update does for million rows and i just have to wait 4 hrs to complete the whole update statement
thank you for your help
Hari
November 12, 2004 at 12:51 pm
Causes Microsoft® SQL Server™ to stop processing the query after the specified number of rows are returned.
SET ROWCOUNT { number | @number_var }
number | @number_var
Is the number (an integer) of rows to be processed before stopping the given query.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy