Forum Replies Created

Viewing 15 posts - 19,396 through 19,410 (of 26,484 total)

  • RE: Password Change - why such a PITA ???? I am locked out.

    ifila (8/3/2009)


    I am using Config Mgr 🙁

    I have attached a screen shot.

    FYI, not everyone has Office 2007 (or Word 2007) and as I have more than enough things installed on...

  • RE: Date comparison help

    andrewd.smith (8/3/2009)


    Sorry! - that'll teach me to submit an answer without testing it.

    However, a minor change fixes the problem I think.

    WHERE (a.START_DATE = DATEADD(day, -14, GETDATE()))

    Here's a variation that removes...

  • RE: Date comparison help

    Not sure if the above actually works. I got an empty result set with this WHERE clause

    WHERE

    a.START_DATE >= dateadd(dd,-14,getdate()) and

    a.END_DATE <=...

  • RE: Are the posted questions getting worse?

    Luke L (8/3/2009)


    Lynn Pettis (8/2/2009)


    Thought I'd bring this to the water cooler. We talked to Kassondra again today, and she leaves reception tomorrow to actually start Basic Training. ...

  • RE: Date comparison help

    It would help if you would please provide the DDL for the table, sample data in a readily consummable format, expected results based on the sample data.

    For help providing this,...

  • RE: Why Processing time is more on SQL with Where Clause

    CrazyMan (8/3/2009)


    Hi All

    This might sound crazy, but just wanted to know what is the background process when we write a...

  • RE: handelling of IDENTITY Column in a Table

    naginderp (8/3/2009)


    Thanks for ur reply,

    My Situation is that data in table is reduntant or duplicate . So We Need to maintain the Identity Column in Table to maintain...

  • RE: File watcher task question

    Not sure why you would limit yourself to only out of the box components? SSIS is designed to be extensible, allowing you to develop or purchase custom components to...

  • RE: Date conversion

    zubamark (8/3/2009)


    try this:

    convert(char(10),convert(datetime, 'jul 5 2009 12:00 AM'),101)

    Yep. That is the answer that was provided earlier in the thread.

  • RE: Are the posted questions getting worse?

    Jeff Moden (8/2/2009)


    Lynn Pettis (8/2/2009)


    Thought I'd bring this to the water cooler. We talked to Kassondra again today, and she leaves reception tomorrow to actually start Basic Training. ...

  • RE: Are the posted questions getting worse?

    Thought I'd bring this to the water cooler. We talked to Kassondra again today, and she leaves reception tomorrow to actually start Basic Training. She sounded much better...

  • RE: Date conversion

    Tejas Shah (8/1/2009)


    Hi,

    Its better to use DATEADD(dd,0, DATEDIFF(dd,0,GETDATE())) instead of the conversion.

    Because when you use this syntax fro order by, it will order t by date, while in VARCHAR, it...

  • RE: Is it legal to use Developer edition in QA environment??

    Jeff Moden (7/31/2009)


    NP... when I wrote it, it seemed crystal clear to me. Looking back at it, it's not so clear.

    You have had a bit of a tough go...

  • RE: mdf file increasing rapidly - what are the causes for increasing the mdf file size?

    Jeff Moden (7/31/2009)


    Lynn Pettis (7/31/2009)


    How many times do you plan on posting this???

    Multiple post, please post responses here.

    Heh... not to worry, Lynn. It would appear that a good number...

  • RE: Database testing

    Here is a mighty vague answer for a mighty vague question; It depends.

    What are you wanting to test?

Viewing 15 posts - 19,396 through 19,410 (of 26,484 total)