Forum Replies Created

Viewing 15 posts - 706 through 720 (of 11,678 total)

  • RE: SubQuery behavior

    Easy one. A practice exam question was about the same behaviour. Once you've spent hours finding out why your answer isn't correct, you tend to never forget it again 😀

  • RE: Columnstore efficiencies

    Confusing. I use segment elimination to indicate that a segment of rows has been eliminated, not necessarily an entire column.

    But I guess that if you eliminate all segments of a...

  • RE: Analytical functions available in SQL Server 2012

    Easy one, thanks.

  • RE: LEAD parameters

    Hugo Kornelis (5/15/2015)


    SQL-DBA-01 (5/15/2015)


    Seems like it's sort of ISNULL function. If it's encountered NULL, the 3rd parameter will replace the entered value. Nice Question.

    No, the default parameter of LAG and...

  • RE: LEAD parameters

    Easy one, thanks.

  • RE: Stored Procedure Creation

    Great question, thanks.

  • RE: Are the posted questions getting worse?

    GilaMonster (5/14/2015)


    Question for the people here...

    Over the years I've been very careful to keep my blog completely non-commercial, no adverts, no plugs for my company, nothing. Partially because when I...

  • RE: SQL Server 2014 - Service Pack 1?

    Joy Smith San (5/13/2015)


    ..Hope they will fix the issue and release it again asap.

    It should be released by now:

    https://www.microsoft.com/en-us/download/details.aspx?id=46694

  • RE: Batch Processing in SSIS

    preethi.kaliyamoorthy (5/13/2015)


    Sorry if I am asking silly doubts. What is IsTransferred here. Is it a property for every table. I am just a beginner. I dont get it.

    You asked yourself:

    How...

  • RE: Batch Processing in SSIS

    preethi.kaliyamoorthy (5/13/2015)


    I do understand it. But my doubt is if we set the IsTransferred property to 1 for the transferred rows, those rows will not be selected while fetching the...

  • RE: Batch Processing in SSIS

    preethi.kaliyamoorthy (5/13/2015)


    Koen,

    I am sorry. I couldnt understand.

    Can you please explain.

    UPDATE s

    SET IsTransferred = 1

    FROM

    myTable s

    INNER JOIN

    myStagingTable t

    ...

  • RE: Constant Scan Operator

    Gah, clicked the wrong one.

    More caffeine!

    Nice question though.

  • RE: Batch Processing in SSIS

    preethi.kaliyamoorthy (5/13/2015)


    Hi Koen,

    Is there any way of doing it without deleting the rows from the source table.

    How to mark the rows as transferred instead of deleting it. I should not...

  • RE: Dynamic PowerPivot

    VRT (5/12/2015)


    PowerBI site is what I think I am using now. It only has PowerPivot gallery and we can really schedule the PowerPivot reports here. also we can create performance...

  • RE: Dynamic PowerPivot

    VRT (5/12/2015)


    I used the parameters in PowerQuery using the below link. It is really what I want but Its not working on SharePoint BI site. I want this to be...

Viewing 15 posts - 706 through 720 (of 11,678 total)