The return types for the following stored procedures could not be detected

后端 未结 15 2135
小鲜肉
小鲜肉 2020-12-09 08:09

While drag-drop a stored procedure in dbml file I get this error:

Unknown Return Type
The return types for the following stored

15条回答
  •  自闭症患者
    2020-12-09 08:36

    I was using a temp table in my SQL and was getting this error. I converted the temp table to table variables and that resolved my issue.

提交回复
热议问题