Forum Replies Created

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

  • RE: IF EXIST - DO NOTHING

    i agree. i did the test below:

    it is your logic underneath the condition that changes based on exist and not exist, not your "and" and "or" gates:

    declare @temp table

    (

    ...

  • RE: Issue while setting connection string for excel sheet

    you need to add a default value for your variable. we use templates to make sure that the connection string can validate, and then we override the value with the...

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