Comments
3 comments
-
Thanks for pointing this out. I will let someone know.
I would imagine Regex is faster - it's got a lot less to do by not hosting the DLR. Possibly other Python scripts are faster if you bulk-generate the entire column and return an array rather than a single. -
Can you send an example of your simple expression?
-
The backup was written to disk, but the RESTORE VERIFYONLY process did not complete, causing the job to hang.
Add comment
Please sign in to leave a comment.
In my current table of some 15 columns i can using a regex generator for the specified column generate 200.000 rows in seconds.
Using a SimpleExpression for the column instead slows down the whole process to 20.000 rows in 5 min.
Using PythonScript generator is as fast as the regex.