Hi Guys,
Any idea of what this error might mean::
----------------------------------------------------------
Server: Msg 6522, Level 16, State 1, Procedure [S. proc name], Line 0
A .NET Framework error occurred during execution of user-defined routine or aggregate "[S. Proc Name]":
System.Data.SqlClient.SqlException: Line 0: Length or precision specification 0 is invalid.
System.Data.SqlClient.SqlException:
at Microsoft.SqlServer.Server.SmiEventSink_Default.ProcessMessagesAndThrow(Boolean ignoreNonFatalMessages)
at Microsoft.SqlServer.Server.SqlPipe.Send(SqlDataReader reader)
at [Namespace qualified CLR method]
-------------------------------------------------------
The SP has a nvarchar type parameter being passed and the CLR equivalent method accepts a string as a parameter.
Thanks
A
Any idea of what this error might mean::
----------------------------------------------------------
Server: Msg 6522, Level 16, State 1, Procedure [S. proc name], Line 0
A .NET Framework error occurred during execution of user-defined routine or aggregate "[S. Proc Name]":
System.Data.SqlClient.SqlException: Line 0: Length or precision specification 0 is invalid.
System.Data.SqlClient.SqlException:
at Microsoft.SqlServer.Server.SmiEventSink_Default.ProcessMessagesAndThrow(Boolean ignoreNonFatalMessages)
at Microsoft.SqlServer.Server.SqlPipe.Send(SqlDataReader reader)
at [Namespace qualified CLR method]
-------------------------------------------------------
The SP has a nvarchar type parameter being passed and the CLR equivalent method accepts a string as a parameter.
Thanks
A