Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Creating CLR table function with T-SQL producing error msg 6208.

$
0
0
I created an assembly using T-SQL. I then tried to create the function using T-SQL but I get the error:"CREATE FUNCTION failed because the parameter count for the FillRow method should be one more than the SQL declaration for the table valued CLR function."I couldn't find anything helpful on the web.C# code and T-SQL statement attached.Any help would be greatly appreciated.Thanks!

Viewing all articles
Browse latest Browse all 3145

Trending Articles