Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,666 total)

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (9/29/2010)


    Tread lightly there 😉

    Thread lightly? 😛

  • RE: SSIS PACKAGE

    the.hank (9/29/2010)


    I have heard of ssis packages but how to conditionally pull data and delete after confirming data has been inserted in centralised server.

    In other words, you're trying to use...

  • RE: Which is faster? Using a lookup or joining on the server?

    The joining option will probably be faster.

    You should try both just to see what the difference will be.

  • RE: Are the posted questions getting worse?

    Last night, someone posted an interesting comment in a new thread, in a non-database related forum, that I follow"

    "So I feel there needs to be a thread for just randomness....

  • RE: How two different task can goto one task in SSIS

    I think that all you need to do is set the A and E to use "Logical OR".

  • RE: SSIS PACKAGE

    What have you looked at so far? What options have you considered?

  • RE: Are the posted questions getting worse?

    I just remembered what a former manager used to say:

    "We never have time to do it right the first time, but, somehow, we can always find time to did it...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (9/29/2010)


    GilaMonster (9/29/2010)


    Got a project manager that holds a weekly meeting in which does the following:

    * Asks the developers what they are currently busy with

    * Updates his % completed...

  • RE: How To Format Phone Number

    Rakesh Sharma-471339 (9/28/2010)


    SELECT T.sPhoneNum1 AS 'Phone Number - Raw/Unformatted',

    '(' + Stuff(Stuff(T.sPhoneNum1,len(T.sPhoneNum1)-3,0,'-'),len(T.sPhoneNum1)-6,0,') ') AS 'Phone Number-Formatted'

    FROM (SELECT '9991112222' AS 'sPhoneNum1') T

    Will work for phone...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (9/28/2010)


    Alvin Ramard (9/28/2010)


    Jeff Moden (9/28/2010)


    It's disappointing, for sure but... you still got paid and they didn't blame you so probably not such a bad gig, eh?

    Jeff, you trying to...

  • RE: Flat file import problems

    Without having seen the connection manager details, I'm guessing that there might be a problem with the delimiter of the end of row.

  • RE: Are the posted questions getting worse?

    Steve Jones - Editor (9/28/2010)


    I am not sure I've had many projects at all in my lifetime that were on budget/on time unless they were trivial (< 1 week). It...

  • RE: Are the posted questions getting worse?

    HowardW (9/28/2010)


    ... The irritating thing was it was about 3 weeks away from the QA stage so from our perspective it was virtually a finished product.

    I hate to think...

  • RE: Are the posted questions getting worse?

    Jeff Moden (9/28/2010)


    It's disappointing, for sure but... you still got paid and they didn't blame you so probably not such a bad gig, eh?

    Jeff, you trying to speak Canadianese, eh?...

  • RE: Are the posted questions getting worse?

    Grant Fritchey (9/27/2010)


    Jeff Moden (9/27/2010)


    Grant Fritchey (9/27/2010)


    I just got bad news. I've seen the schedule for the PASS Summit. I'll be speaking to an empty room because I'm presenting the...

Viewing 15 posts - 1,651 through 1,665 (of 3,666 total)