SQL Server Flow Mode

Source: Internet
Author: User

Open a table in a database in sqlserver Enterprise Manager and modify the record. When the table is closed, the following message is displayed: "transactions cannot be started in streamline mode" and data cannot be modified.
Principle: SQL server returns the result set to the default mode of the client. Rows are sent to the client in the order they are placed in the result set, and the ApplicationProgramThe Rows must be processed in this order. After an SQL statement in the connection is executed, the application cannot perform any operations on the connection except the rows in the query result set until all rows have been retrieved. The only other operation that the application can perform before the result set retrieval ends is to cancel the remaining part of the result set. Solution:
Drag the scroll bar on the right down until all the data is displayed.
Or, after you change a data record, click the left button in another cell and close the data table. No "transactions cannot be started in streamline mode" will be reported.

 

Related Article

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.