Forum Replies Created

Viewing 15 posts - 46 through 60 (of 262 total)

  • RE: Email report as PDF with different name through subscription

    Thanks mate

    I am doing it in an SSIS package, a script task will do the necessary

    thanks for taking the time

  • RE: the use of CTEs

    Lynn Pettis (1/11/2016)


    Sergiy (1/11/2016)


    Kedazs (1/11/2016)


    Yes. I also use CTE's to "clean up my code". Especially if it is something being called multiple times within the select. I do...

  • RE: the use of CTEs

    ChrisM@Work (1/8/2016)


    erics44 (1/8/2016)


    ChrisM@Work (1/8/2016)


    erics44 (1/8/2016)


    Hugo Kornelis (1/8/2016)


    erics44 (1/8/2016)


    Hugo Kornelis (1/8/2016)


    Jeff Moden (1/7/2016)


    Alan.B (1/6/2016)


    You can't write a recursive CTE with using pre-CTE features.

    Technically correct because only an rCTE can be...

  • RE: the use of CTEs

    ChrisM@Work (1/8/2016)


    erics44 (1/8/2016)


    Hugo Kornelis (1/8/2016)


    erics44 (1/8/2016)


    Hugo Kornelis (1/8/2016)


    Jeff Moden (1/7/2016)


    Alan.B (1/6/2016)


    You can't write a recursive CTE with using pre-CTE features.

    Technically correct because only an rCTE can be an rCTE...

  • RE: the use of CTEs

    Hugo Kornelis (1/8/2016)


    erics44 (1/8/2016)


    Hugo Kornelis (1/8/2016)


    Jeff Moden (1/7/2016)


    Alan.B (1/6/2016)


    You can't write a recursive CTE with using pre-CTE features.

    Technically correct because only an rCTE can be an rCTE but the...

  • RE: the use of CTEs

    Hugo Kornelis (1/8/2016)


    Jeff Moden (1/7/2016)


    Alan.B (1/6/2016)


    You can't write a recursive CTE with using pre-CTE features.

    Technically correct because only an rCTE can be an rCTE but the rather well advertised...

  • RE: the use of CTEs

    Lynn Pettis (1/7/2016)


    You have to remember that many times threads go off on tangents, and sometimes the tangents actually impart knowledge that may not have been provided otherwise.

    I don't believe...

  • RE: the use of CTEs

    Sergiy (1/7/2016)


    erics44 (1/7/2016)


    You spoilt a good thread boys!

    Define "spoilt".

    It's all the matter of preferences, you know.

    ha, very true

    thing is, unlike whether a CTE can spoil a nice bit of code,...

  • RE: the use of CTEs

    You spoilt a good thread boys!

  • RE: the use of CTEs

    Luis Cazares (1/6/2016)


    Been following this discussion, but I didn't feel like getting in it.

    I believe that over use of CTEs is as bad as the lack of CTEs. I'd rather...

  • RE: the use of CTEs

    Lynn Pettis (1/6/2016)


    erics44 (1/6/2016)


    Sergiy (1/6/2016)


    jaime.simancas 27970 (1/6/2016)


    but CTEs have their place in making these "Sets" easier to read..

    Very questionable. Very.

    CTE's break the structure of Structured Query Language, moving part of...

  • RE: the use of CTEs

    Alan.B (1/6/2016)


    erics44 (1/6/2016)


    Alan.B (1/6/2016)

    This is just silly. Every MVP and Certified Master whose article and/or book I have read uses CTEs. And I use them and I know how to...

  • RE: the use of CTEs

    Sergiy (1/6/2016)


    jaime.simancas 27970 (1/6/2016)


    but CTEs have their place in making these "Sets" easier to read..

    Very questionable. Very.

    CTE's break the structure of Structured Query Language, moving part of FROM effectively out...

  • RE: the use of CTEs

    Alan.B (1/6/2016)

    This is just silly. Every MVP and Certified Master whose article and/or book I have read uses CTEs. And I use them and I know how to design DBs...

  • RE: the use of CTEs

    jaime.simancas 27970 (1/6/2016)


    erics44 (1/6/2016)


    jaime.simancas 27970 (1/6/2016)

    Skill is not defined by how you write a query, but by how you solve the right problem.

    hmmmmmm, seems like a very profound thing...

Viewing 15 posts - 46 through 60 (of 262 total)