Home » SQL Server Error : 4155

SQL Server Error : 4155

sql server DBA 999

SQL Server Error : 4155, Severity: 15. The SELECT list for the nested INSERT st

SQL Server Error : 4155 Details

SQL Server Error: 4155 Severity: 15 Event Logged or not: No Description: The SELECT list for the nested INSERT statement can only contain one item. Severity 15 Description: Indicates syntax errors in the Transact-SQL command.

Solution:

Make sure that SELECT list for the nested INSERT statement can only contain one item.

one statement for each insert statement is allowed.

SQL Server Error Code and solution summary

SQL Server Error: 4155 Severity: 15 Event Logged or not: No Description: The SELECT list for the nested INSERT statement can only contain one item.

 

Make sure that SELECT list for the nested INSERT statement can only … Read the rest