• Thanks for the suggestion.

    Here's what I'm trying to do.

    I'm taking parameters from a web page and writing them to a txt file for security reasons via the sql server.

    The web page calls a stored procedure (SP). The SP passes the parameters to the dtsx package via global variables.

    The global variables are passed to a vb.net script. The script writes to a text file on the database server.

    It's a run-time procedure unless I can think of another way to do it. Do you have any suggestions?

    Again, thanks so much for the quick reply and assistance.