Forum Replies Created

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

  • RE: SQL Server Integration Services Automation

    For all members:

    The enclosed two issued have been resolved by SSC team.

    1. Uploaded automation.zip folder.

    2. Store SP OthCalculateNextDate in a separate box

    You can use the example along with an...

  • RE: SQL Server Integration Services Automation

    For all members:

    There are two issues need to be corrected by SSC team.

    1. I had provided automation.zip folder. SSC team has forgotten to upload the same. I will...

  • RE: clearing all the data in the database

    We can use this sp to clear data in tables.

    This sp will clear the foriegn key table first and followed by primary key table.

    I have used Delete and...

  • RE: Access to Stored Procedure

    You can use syscomments system table to retrieve the actual text of your SP.

    select text from syscomments where id = object_id(<your sp name>)

    Note:Your sp should not be...

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