I can easily create a table relationship with SQL Server Express in Visual Studio 2010 by right-clicking and selecting relationships in the table designer. How to create a relationship between two tables with Visual Studio 2013 in SQL Server Express LocalDB without SQL Server Management Studio? I'm confused. May be without T-SQL code. I would like a simple solution.
Denis source
share