Viewing 4 posts - 1 through 5 (of 5 total)
crmitchell (12/20/2013)
Has anyone changed that ID column to an Identity column without telling you?
No. It failed on deployment to our common dev server. But this is also failing on my...
December 20, 2013 at 7:49 am
Sowbhari (12/19/2013)
What happens if you change the SQL to include the database name as well?
INSERT INTO DatabaseName.SchemaName.TableName
Unfortunately no difference. I'm wondering if this is truly a SQL Server problem or...
December 19, 2013 at 11:26 am
Hi Howard. No triggers or any other object aside from the foreign key reference.
December 19, 2013 at 9:47 am
That's the weird thing. If I execute that insert statement in SSMS, it works just fine. But this has to be part of a deployment; I can't just insert it...
December 19, 2013 at 9:46 am
Viewing 4 posts - 1 through 5 (of 5 total)