Use SET NOCOUNT ON in Sybase

Source: Internet
Author: User
Tags sybase

When SET NOCOUNT is on, no count is returned (indicating the number of rows affected by the Transact-SQL statement). When SET NOCOUNT is OFF, the count is returned.

If some of the statements contained in a stored procedure do not return much of the actual data, this setting can significantly improve performance because of the significant reduction in network traffic.

The @ @ROWCOUNT function is updated even when SET NOCOUNT is on. When SET NOCOUNT is on, the client is not sent Done_in_proc information for each statement in the stored procedure. When a query is executed using the utility provided by Microsoft®sql Server™, the nn rows are not displayed in the query results when the Transact-SQL statements (such as SELECT, INSERT, UPDATE, and DELETE) are completed affected "。

You can use off when you are counting large amounts of data without having to look at each record in detail.

This article is from: Feng Libin's blog




Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.