sql server programming:
Hi,
I want to update some records with CLR-Function. But I got error that
indicate I can't edit records with CLR-Function.
"Error Message: A .NET Framework error occurred during execution of user
defined routine or aggregate fn_myFunction:
System.Data.SqlClient.SqlException: Invalid use of side -effecting or time
-dependent operator in ‘UPDATE’ within a function."
As a alternative way I create T-SQL function which update my records and
call this function in that CLR-UDF. But ther error stills.
Some one told me use IsMutrator parameters, but I think this is for UDT only.