Date incrementing

  • Hi I am trying to get my date from 2011-01-01,Please help

  • I'm sorry, but can you reword that question? I don't understand what you're looking for and I don't understand what that has to do with the topic of Date Incrementing.



    Alvin Ramard
    Memphis PASS Chapter[/url]

    All my SSC forum answers come with a money back guarantee. If you didn't like the answer then I'll gladly refund what you paid for it.

    For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]

  • Extremely vague, but perhaps:

    DATEDIFF function

    DATEADD function

    might help you.

    SQL DBA,SQL Server MVP(07, 08, 09) A socialist is someone who will give you the shirt off *someone else's* back.

  • What i mean is to get my date from 2011

    for example if i say skDte >= Getdate() i don't have to go back to my code and change it each time my report run it will give me current info

    thats what i want get info current info starting from 2011

    Hope i explained it

  • Still not clear. How about this?

    skDte >= '20110101'

    If that's not what you require, please supply table DDL (CREATE TABLE statement), sample data (INSERT statements) and expected results.

    John

  • kgeeel240 (8/14/2013)


    What i mean is to get my date from 2011

    for example if i say skDte >= Getdate() i don't have to go back to my code and change it each time my report run it will give me current info

    thats what i want get info current info starting from 2011

    Hope i explained it

    Not really, do you want data from a static point in time in 2011 or is this date calculated somehow based on todays (the day the report is run) date?

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

You must be logged in to reply to this topic. Login to reply