Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
"Oslo": The Language
Nov 22, 2008 at 6:08 AMThe spouses 'SpouseA' and 'SpouseB' in the 'Marriage' type does not get the correct data type which should be
the identity key 'Name' nvarchar(28) from the table 'People' .
Instead it get's a nvarchar(max) so the constraints for the 'Marriages' table does not comply.
I get the following errors when running mx.exe
Installing Image: Contacts;Version=1.0;Locale=neutral...
Column 'Contacts.People.Name' is not the same length or scale as referencing col
umn 'Marriages.SpouseA' in foreign key 'FK_Marriages_SpouseA_Contacts_People'. C
olumns participating in a foreign key relationship must be defined with the same
length and scale.
Could not create constraint. See previous errors.
/Henrik