Jul 14, 1999 #1 JaneMosk Programmer Joined Jul 2, 1999 Messages 7 Location US Is there a way to suppress the "rows affected" line in a select result?
Aug 13, 1999 #2 Biggi Programmer Joined Aug 13, 1999 Messages 1 Location US You can use:<br> <br> set nocount on<br> go<br> <br> before executing your query. Upvote 0 Downvote