Home Forums SQL Server 2008 SQL Server Newbies Unable to insert values into a column- insert fails with error message RE: Unable to insert values into a column- insert fails with error message

  • When I get stuck with some error like this, I like to see what I am inserting into the table.

    So I would do an

    exec dbo.spA --(without the insert)

    and visually see the data being returned