Forum Replies Created

Viewing 15 posts - 4,891 through 4,905 (of 11,678 total)

  • RE: wildcards

    ChrisM@Work (9/11/2013)


    Hany Helmy (9/11/2013)


    I am really amazed of the 16 people (as of now) who got it right! :w00t:

    Hope one of them will post a reply explaining how he got...

  • RE: Are the posted questions getting worse?

    Jeff Moden (9/10/2013)


    Koen Verbeeck (9/10/2013)


    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are...

  • RE: Are the posted questions getting worse?

    jasona.work (9/10/2013)


    Koen Verbeeck (9/10/2013)


    Grant Fritchey (9/10/2013)


    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos...

  • RE: SSIS Sheduled package not working

    Did you enable logging in the SSIS package? If yes, is there something useful in there?

  • RE: SSIS Package created in SQL 2008

    The deployment models are they way SSIS packages are developed in SSIS 2012.

    You have two models:

    * the package deployment model: the unit of deployment is a single package. This is...

  • RE: Tablix data region

    Maybe a little more information is needed?

    What are you using as a data source?

    How did you create the tablix?

    Any expressions/filters on the tablix?

  • RE: what is cross server query

    alekya.kondam (9/10/2013)


    HI ,

    select * INTO Test FROM

    (

    select ROW_NUMBER()over(partition by customer order by customer) as counts ,customer,Contract

    from tablename

    ) A where ...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/10/2013)


    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are over. Our...

  • RE: Are the posted questions getting worse?

    paul.knibbs (9/10/2013)


    Koen Verbeeck (9/10/2013)

    Which means we have a 5 year anniversary coming up. Exciting!

    Doesn't it mean the thread goes to school soon and we have to tearfully wave it away...

  • RE: DWH Practice

    ntuschiev (9/10/2013)


    Thanks for your reply,

    this sounds as the most natural way, but I don't want to change my job at this moment, so this is not an option for...

  • RE: DWH Practice

    I found a company that was willing to invest in me.

    They hired me as a junior BI developer and they put me on a project with some senior DWH developers...

  • RE: Help On Query

    HanShi (9/10/2013)


    If there are double rows (like the same NAME is entered twice both with the ROLE 'User') the solution of Koen will give false results. The code below will...

  • RE: Does my SSISDB Contain Dark Matter?

    You should throw your server into the Hadron collidor to have it examined. 🙂

  • RE: Help On Query

    This should do the trick:

    SELECT Name

    FROM SAMPLE

    GROUP BY Name

    HAVING COUNT(*) > 1;

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (9/9/2013)


    Grant Fritchey (9/9/2013)


    Not sure anyone noticed, but we passed the three year anniversary of the thread. Thank the gods the terrible twos are over. Our little... thread......

Viewing 15 posts - 4,891 through 4,905 (of 11,678 total)