Home Forums SQL Server 2008 SQL Server 2008 - General Should I rely on the table definition to implement logic in a stored proc? RE: Should I rely on the table definition to implement logic in a stored proc?

  • Quick question, A, B, C are in the parent table; app passes in A, B, D do you still want to insert A, B and ignore D since A and B are in the parent table and D isn't or do you not want to insert A, B, and D since D isn't in the parent table even though A and B are?