I have table in database with these columns
ID | Fact | Date
And in column Fact
I have only NULLs
. I want to use Script Component
to update data in this table. Is there any way to do that?
Note: I can't use SQL statement because of query performance.