Forum Replies Created

Viewing 4 posts - 1 through 5 (of 5 total)

  • RE: Playing with month names

    Even better.

  • RE: Playing with month names

    Well, there I go posting before thinking things through fully. Turns out that I could use:

    SELECT

    ...

    LEFT(DATENAME(mm, '2003-' + datafield + '-01'), 3) AS MonthName,

    ...

    to get what I want. Still seems...

  • RE: Generating SQL scripts on the fly

    quote:


    Just wondering.... do you really have to have tables for each month? How about just one table and either:

    a) queries that...

  • RE: Stored Procedure Development Cycle

    Robert,

    I, too, found this to be a great "Best Practices" article on SP development. Allow me to add my voice to those who would be interested in reading your take...

Viewing 4 posts - 1 through 5 (of 5 total)