Forum Replies Created

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

  • RE: Cannot get SP with 2 Outputs to work

    Might be I'm wrong, but I don't htink you can compare varaible without value to result of select. I meant

    IF @tmpPasswordRtrv = (SELECT strPassword FROM Users WHERE lUniqueID = @lUserID)

    and

    IF...

  • RE: Flat file conversion in SSIS Package

    Usually in cases like this I use double quotes to identify the text.  All comas within quotes are recognized as part of text.

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