Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Write to File

    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]...

  • RE: Enumerate Windows Group Members

    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...

Viewing 2 posts - 1 through 2 (of 2 total)