Bejelentkezés Microsoft-fiókkal
Jelentkezzen be, vagy hozzon létre egy fiókot.
Üdvözöljük!
Válasszon másik fiókot.
Több fiókja van
Válassza ki a bejelentkezéshez használni kívánt fiókot.
Angol
Sajnáljuk. Ez a cikk nem érhető el az Ön nyelvén.

Symptoms

Consider the following scenario:

  • You create a table that contains an identity column.

  • You use the INSERT INTO statement to insert the execute sp_execute_external_script stored procedure to insert data into the table.

  • You specify the @parallel parameter value of the sp_execute_external_script stored procedure as1.

In this scenario, when you run the INSERT INTO statement, the query fails and you receive the following error message:

Msg 213, Level 16, State 7, Line 32
Column name or number of supplied values does not match table definition.

Resolution

This fix is included in Cumulative Update 5 for SQL Server 2016 Service Pack 1.

About SQL Server 2016 builds

Each new build for SQL Server 2016 contains all the hotfixes and security fixes that were included with the previous build. We recommend that you install the latest build for SQL Server 2016.

Workaround

To work around this issue, set the @parallel parameter value of the sp_execute_external_script procedure to 0.

Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

References

Learn about the terminology Microsoft uses to describe software updates.

További segítségre van szüksége?

További lehetőségeket szeretne?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Hasznos volt ez az információ?

Mi volt hatással a felhasználói élményére?
Ha elküldi a visszajelzést, a Microsoft felhasználja azt a termékei és szolgáltatásai továbbfejlesztéséhez. Az informatikai rendszergazda képes lesz ezeket az adatokat összegyűjteni. Adatvédelmi nyilatkozat.

Köszönjük a visszajelzését!

×