Forum Replies Created

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

  • RE: Fun with Dates and Times

    I'm with Grasshopper - removing ambiguity with MMM is the way to go . . although I have to confess to using <context>_YYYYMMDD_HHmmSS for time-series files where I control the...

  • RE: Time Zones

    Friends

    Well, we HAVE come a long way from T-SQL and TIme Zones, eh?

    I've been keeping my head down as I didn't want to step into a flame, but there are...

  • RE: Time Zones

    Personally, I believe that formatting and local adjustments should be performed by the application/UI layer and not the database

    Um ... that's all well and good, provided the App/UI is aware...

  • RE: Time Zones

    If you think Time Zones are a bother, just think about the similar - but different - issue of Daylight Saving Time (DST). An offset from the Offset as...

  • RE: Please give me a replacement for a Cursor

    Colleagues

    "The one and only case I'm aware of is this one : Let's say you want to get the nth line of a big query"

    The principle is:

     DECLARE @datStart datetime

     DECLARE @datEnd...

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