Forum Replies Created

Viewing 10 posts - 1 through 11 (of 11 total)

  • RE: Date Formatting Issue

    I've tried both datetime and smalldatetime and have the same issue with both

  • RE: Date Formatting Issue

    Got it to work doing this as recommended by Joel

    SET @pdteStartDate = CONVERT(char(10), @pdteStartDate, 103)

  • RE: Date Formatting Issue

    I was doing this for example

    DATEADD(m,5,@pdteStartDate)

    and 5 months was being added to the day component rather than the month component of @pdteStartDate, however when I passed in the same parameter...

  • RE: Date Formatting Issue

    Thanks for your response. However, should I really be having to convert a date back to the format I want. I just can't understand why this database is running like...

  • RE: Index for Database Driven Menu

    The scenario is purely hypothetical. I have a document library I am building with thousands of records and the index would be very useful to be presented on a webpage

  • RE: Index for Database Driven Menu

    Just tried it. Oh my god, this works amazingly well. I've brielfy heard of CTEs before, but never had a good use for them until now.

    I'm impressed!!!

  • RE: Index for Database Driven Menu

    Just tried it. Oh my god, this works amazingly well. I've brielfy heard of CTEs before, but never had a good use for them until now.

    I'm impressed!!!

  • RE: Index for Database Driven Menu

    Just tried it. Oh my god, this works amazingly well. I've brielfy heard of CTEs before, but never had a good use for them until now.

    I'm impressed!!!

  • RE: Index for Database Driven Menu

    Thanks very much for your reply, I'll give that a go. My boss in work always tells me how good Books Online is and I never bother to look.

  • RE: SQL FIRST & LAST functions in SQL 2K

    That works brilliantly. I'm starting a new job on 2nd January and have been trying to tone up my SQL skills before then.

    I'm surprised that I had so many responses!

    Haven't...

Viewing 10 posts - 1 through 11 (of 11 total)