You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load up error at each table is trying to mask, taking a long time to load and then masking data at each table.
The following exception occurred while trying to enumerate the collection: "An exception occurred while executing a Transact-SQL statement or batch.".
At line:57683 char:25
+ if ($tableobject.Name -notin $db.Tables.Name) {
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [], ExtendedTypeSystemException
+ FullyQualifiedErrorId : ExceptionInGetEnumerator
Before submitting a bug report:
powershell -NoProfile
)Steps to Reproduce
Expected Behavior
Be able to quickly mask data in database
Actual Behavior
Load up error at each table is trying to mask, taking a long time to load and then masking data at each table.
Environmental data
The text was updated successfully, but these errors were encountered: