Comments
Sort by recent activity
Thanks again, I tried with a command rule and that gave similar times as running the tsql from ssms. So, I can choose different methods depending on the table and data structure. / comments
Thanks again, I tried with a command rule and that gave similar times as running the tsql from ssms. So, I can choose different methods depending on the table and data structure.
Thank you for the answer! This is just my first attempt, so I tried to keep the question generic. Is there a way to make a rule mimic a tsql update " UPDATE tbl SET col = LEFT(col,1) + 'FixedStr' " and would that perform more like running the UPDATE statement from outside Data Masker, or would there still be some overhead? / comments
Thank you for the answer! This is just my first attempt, so I tried to keep the question generic. Is there a way to make a rule mimic a tsql update " UPDATE tbl SET col = LEFT(col,1) + 'FixedStr' "...