I created a couple of tables procedurally via C# named something like [MyTableOneCustom0] and [MyTableTwoCustom0]. When I try to return all of the values from these tables via "Open Table" in MS SQL Server Management Studio, I receive the following error:
Error Source: Microsoft.VisualStudio.DataTools
Error Message: Exception has been thrown by the target of an invocation.
However, I can still bring up all of the data via a SELECT * statement.
Does anyone know what is causing this?