Forum Replies Created

Viewing 15 posts - 4,216 through 4,230 (of 9,712 total)

  • RE: last day of any year

    tim.cloud (7/6/2012)


    I need one that will always display the last day of the fiscal year.

    What is your fiscal year? And do you keep track of it in other ways in...

  • RE: last day of any year

    I've never run into an instance where using CAST over CONVERT (or vice versa) has made a difference in code performance. The problem is usually related to the rest of...

  • RE: Are the posted questions getting worse?

    OCTom (7/6/2012)


    Brandie Tarvin (7/6/2012)


    Someone please explain to me why donut shops insist on placing single donuts in the bag icing side down. I don't want my icing sticking to the...

  • RE: What information should I keep for each database ??

    Another recommendation:

    Learn the data, learn the business.

    If you know the data well enough to recognize bad data the instant you see it on a report or in an administrative request,...

  • RE: HI all . Glad to see you all . Need guidance :)

    One thing I strongly advise: Do not take this career path just for the possibility of high pay. If you do not like what you are doing, then the pay...

  • RE: Removing possible bad Indexes

    Before removing any indexes from a production system, it is a wise idea to try removing them from a QA environment and running full-load tests to see if it in...

  • RE: Cese in where condition

    You cannot use the keyword IN on the "result" side of a CASE statement, only on the conditional side of the statement.

    CASE means "please check"

    WHEN means "these conditions"

    THEN means "this...

  • RE: SSIS Possible File System Task problem

    So you see more clearly what I'm working with, I've attached a snapshot of my SSIS package with a few sensitive things blurred out.

    The job runs and sends one to...

  • RE: SSIS Possible File System Task problem

    Brandie Tarvin (7/6/2012)


    Koen Verbeeck (6/8/2012)


    Enable logging on preexecute on postexecute events, so you can exactly see what is going on.

    I think I shall do just that. Thanks, Koen.

    Hmm. Except it...

  • RE: SSIS Possible File System Task problem

    Koen Verbeeck (6/8/2012)


    Enable logging on preexecute on postexecute events, so you can exactly see what is going on.

    I think I shall do just that. Thanks, Koen.

  • RE: SSIS Possible File System Task problem

    andersg98 (6/7/2012)


    Is the entire dataflow configured inside a Sequence container?

    No. It's configured in the ForEach container.

  • RE: Today's Random Word!

    Doooughnut.

  • RE: Are the posted questions getting worse?

    Hey, guys. I'm going to post something and if it's inappropriate, please let me know.

    A lot of people have been displaced due to the recent East Coast flooding and the...

  • RE: Are the posted questions getting worse?

    Someone please explain to me why donut shops insist on placing single donuts in the bag icing side down. I don't want my icing sticking to the bottom of the...

  • RE: Calendar For the Fiscal Year

    Michael Valentine Jones (7/5/2012)


    Brandie Tarvin (7/5/2012)


    Michael Valentine Jones (7/5/2012)


    Create a calendar table with a row for each date, and include a column that indicates if a date is a working...

Viewing 15 posts - 4,216 through 4,230 (of 9,712 total)