Posts by Alex M. • 35 points
2 posts
-
2
votes1
answer455
viewsQ: Return Result of an IF executed by Command Prompt(CMD) in C#
Hello, I’m trying to get a return from an IF line from Command Prompt (CMD) with Visual Studio 2015 in C#, but I’m not getting it. The following Code, runs the CMD, inserts the directory path that…
-
0
votes1
answer1249
viewsQ: Create a Relationship Table (N:N) that relates to a Normal-Table and another Relationship-Table (N:N) in SQL Server 2014 Management Studio
I am trying to create this SQL Server Data Flock Script, but when I run the following error message: Msg 1776, Level 16, State 0, Line 161 There are no primary keys or candidates in the reference…