• when i run this script on SQL 2008 i get an error

    Msg 213, Level 16, State 1, Line 197

    Column name or number of supplied values does not match table definition.

    its happening

    Create table nodes (name varchar (20))

    ==> insert into nodes values (@image_path1)