I am using SQL Server 2008 and its Management Studio. I am doing a web project, which has a tool to automate the tables/relationships creation.
My web project reveals t
There is no such constraint!
The first error clearly says that it could NOT create that constraint since the datatypes of those two columns involved (Game.Id
and Tester.Game
) do not match.
What you should do is check how you're creating your FK constraint that leads to that first error - and explicitly give that FK constraint a meaningful name!