Hi Trent,
I am creating a new table with a field type "DateTime2" and when deploying to SQL2008 I get an error when trying to create the xx_Insert store procedure:
X 4/22/2009 11:52:11 AM-> An error occurred while creating the stored procedure [dbo].[Inventory_Insert].
X 4/22/2009 11:52:11 AM-> SqlException
X 4/22/2009 11:52:11 AM-> Operand type clash: datetime2 is incompatible with int
What am I doing wrong?