I am stuck creating a diagram for a vendors database.
When linking 2 tables I get the error:
Select a column with the same data type properties as the related column. one is nvarchar(255) and one is nvarchar(50). nvarchar(50 ) is right but that isn't helping me, is there a setting that allows me to override the restriction?
Maybe I am going about this the wrong way, I am running into all sorts of issues using the SSMS diagram tool. I can't save diagrams without manually making changes to the tables before I start the diagram, I can't get deleted columns in the diagram back...........do others use this tool successfully?
PS: My other option is to recreate a dummy DB and create the correct column types manually but that will end up being a lot of work.
help?