Forum Replies Created

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

  • RE: Scripting Environments in SSIS

    Hi Jeff,

    Thank you so much for this post and the script. It saved me tons of time, for sure.

    I had to do 2 small changes in your script,...

  • RE: Find for SQL Objects, Entities or Text

    Hello,

    Thanks for the input you've provided.

    However, I think you'd get better results using this function: object_definition(object_id)

    Example:

    SELECT TOP 1 object_id, object_definition(object_id) as Definition

    FROM sys.all_objects

    WHERE NOT(object_definition(object_id) IS...

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