Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 3,348 total)

  • RE: Using User Defined functions with SQL Window operations

    As a more generic response, if you want to use your own function in T-SQL the same way that aggregate functions like SUM are used, then you have no other...

  • RE: Averages over 28 days instead of a month

    As an alternative to the already mentioned ideas, how about adding a Calendar table to your database?

    A Calendar table is a table that holds all days for a period that's...

  • RE: Does anyone know what this verbage means ?

    My best (but still pretty wild) guess is that this table holds static data (with healthcare codes??), and that the highlighted line was added by a developer who, as part...

  • RE: In Service Broker : Target Queue is Empty

    I copy/paste/ran your code and it ran fine for me. There was a message on the target queue.

    If you use copy/paste from the code to a fresh database and try...

  • RE: It's the end of the year

    Aaron N. Cutshall (12/31/2015)


    Hugo Kornelis (12/31/2015)


    No, the conversion from string to datetime is actually documented. And there is no way to write a datetime constant other than as string (or...

  • RE: It's the end of the year

    Aaron N. Cutshall (12/31/2015)


    Hugo Kornelis (12/31/2015)


    Oh boy. I guess we can all brace ourselves for another day where dozens of people feel that they just have to respond to inform...

  • RE: It's the end of the year

    TomThomson (12/31/2015)


    Hugo Kornelis (12/31/2015)


    Oh boy. I guess we can all brace ourselves for another day where dozens of people feel that they just have to respond to inform the world...

  • RE: It's the end of the year

    Oh boy. I guess we can all brace ourselves for another day where dozens of people feel that they just have to respond to inform the world that there is...

  • RE: Mapping Logins

    The explanation is (slightly) incorrect.

    SQL Server will not automatically map to existing users with the same name. What happens is that the (documented, in the page that's referenced in the...

  • RE: Outer Joins

    JohnDeardurff (12/17/2015)


    I want to verify what I think is the conclusion with this code. Is the ANSI-89 syntax for joining tables deprecated or just the *= operators. I know it...

  • RE: Big plans

    Megistal (12/15/2015)


    What sparkle the idea? Often funny to hear; if you'd like to share Sir Kornelis!

    I am preparing a course for Pluralsight that will have hours and hours of in-depth...

  • RE: Filestream Tables

    TomThomson (12/11/2015)


    So I don't think that stating that "ID" is a user defined type would improve the question, it wouldn't really change anything. But maybe I'm biased because...

  • RE: Filestream Tables

    The question would have been better if the author had added a note that we can assume that "ID" is already created as a userdefined datatype.

    I still got it wrong....

  • RE: Join operators, part 3 - performance

    Marcia J (12/7/2015)


    Hugo, I'm wondering if there is an article you would recommend on the different operators and how they affect performance.

    Unfortunately, there is not much out there. When I...

  • RE: Join operators, part 3 - performance

    Always embarrassing to see a mistake in one's own question.

    Both in the question and in the explanation I have consistently used the term "hash input" where I should have used...

Viewing 15 posts - 1,231 through 1,245 (of 3,348 total)