Forum Replies Created

Viewing 11 posts - 916 through 926 (of 926 total)

  • RE: Transaction Trio

    Excellent question ... keep it up!!! 🙂

  • RE: TSQL - Identity_Insert

    good question ... thanks

  • RE: Excel File with more than 256 columns

    😀 ... yeah rite

  • RE: Return

    Thanks everyone for the comments

    "Mike Dougherty" its a funny world, anything can happen !!!

    "btw, if return is encountered while a transaction is uncommitted - does it rollback?" And the...

  • RE: Sales puzzle

    really nice question ... Thanks 🙂

  • RE: Exists

    Thanks for the comments 🙂

    i like the case sensitive thing 😛

  • RE: Expressions

    a bit delayed response from my side .... but a good question !!!

  • RE: Excel File with more than 256 columns

    For Some reason ... Excel and SSIS dont really like each other 🙂

  • RE: Exists

    Thanks Hugo for taking so much from the other for me ... really appreciated !!!

    For the explanation weak thing ... i accept the explanation is not as detailed as it...

  • RE: Splitting Comma Separated Values into Rows

    Hope it helps u and others !!!

    DECLARE @t Table

    (

    AreaID int,

    AreaName nvarchar(100),

    Responsible nvarchar(100)

    )

    Insert Into @t

    Select 1, 'Finance',Null

    Union All

    Select 2, 'IT','Internal, External'

    Union All

    Select 3, 'Audit, Security', 'Internal'

    Union All

    Select 4, 'Health, Safety, Compliance',...

  • RE: Exists

    Thanks for the comments guys.

    @kingston Dhasian: your explanation is the correct one.

    Actually this was a real time issue, when people just write queries in a hurry and forget...

Viewing 11 posts - 916 through 926 (of 926 total)