Viewing 2 posts - 1 through 2 (of 2 total)
Here is a procedure that I wrote to encapsulate the error handling.
The test example is embedded in the comments
As with all software, It is a work in progress.
CREATE PROCEDURE [Tools].[TextFile]...
June 14, 2016 at 6:11 am
#1884856
I'v been working on the same problem. However I took it a step further by recursively climbing the AD Group structure.
While I did not use a cursor, I did...
March 17, 2016 at 7:25 am
#1865854