Forum Replies Created

Viewing 15 posts - 22,696 through 22,710 (of 26,490 total)

  • RE: Guest Editorial: And Now; a Recitation

    Matt Miller (2/2/2009)


    Lynn Pettis (2/2/2009)


    Phil Factor (2/2/2009)


    Steve, you're supposed to be on holiday!

    Typical geek, can't stay away. I should know, I do the same thing here, even when away...

  • RE: SSIS Package keeps failing

    latingntlman (2/2/2009)


    Thanks, that worked.

    Another question:

    I'm trying to add a Data Flow step to my package thru BI Studio, but can't seem to find the equivalent of sql 2000 Server Enterprise...

  • RE: Tutorial/Tips on writing SPs that are fast and upto standards of development

    GilaMonster (2/2/2009)


    idrees.butt (2/2/2009)

    Also is there anyway on this forum that I can communicate on phone directly to experts to explain the situation and get quick help on that medium?

    Sure....

  • RE: Desperate for Help

    Please take the time to read the first article linked in my signature block below regarding asking for assistance. Follow the guidelines in that article and post your table...

  • RE: Guest Editorial: And Now; a Recitation

    Phil Factor (2/2/2009)


    Steve, you're supposed to be on holiday!

    Typical geek, can't stay away. I should know, I do the same thing here, even when away I check on things.

  • RE: Help with script referencing list in text file

    rbarrera (2/2/2009)


    I need some help with a sql script that basically goes like this:

    USE DATABASE [YOURDB] DELETE FROM YOURTABLE WHERE COLUMNNAME = mytextfilelist.txt

    and here I have a text file...

  • RE: Long running queries

    Confused I am. Your original question stated that developers currently run multiple windows resulting in the CPU jumping to 100%. If they serialize those updates, it should help.

  • RE: Long running queries

    update dbo.table1 set

    col1 = some_value;

    update dbo.table2 set

    col1 = another_value;

    update dbo.table3 set

    col1 = and-another_value;

    The three updates above will run...

  • RE: Long running queries

    Mike Levan (2/2/2009)


    Another performance question.

    Developers run updates queries on multiple databases at once, like if they need to update 3 databases they open 3 windows and run the queries simultaneously...

  • RE: Subject and descriptions for posts

    I agree with Jeff. Same thing with emails. Last employer I worked at people would send an email with error details in the subject line to the help...

  • RE: Long running queries

    Mike Levan (2/2/2009)


    Lynn

    the batch processing trick worked well with me and asavd lot of time. thank you. From your query does the @@rowcount gives the number records updated, do u...

  • RE: Long running queries

    alim.shaikh (1/31/2009)


    hi frnd,

    I think first n foremost thing u need is to have proper indexes in place.

    I want to know which sql server u r using. it is a very...

  • RE: [error] arithmetic overflow error converting numeric to data type numeric

    Jon (2/2/2009)


    Cheers

    Does this mean your problem has been solved?

  • RE: Exponential Moving Average Challenge

    Amazing how many problems seem to be solved using the running totals approach at times. 🙂

  • RE: Are the posted questions getting worse?

    Jeff Moden (1/30/2009)


    Oh, I absolutely agree... when someone said that SSC would have 10-15 million members in 5-10 years, I made the correction that it would have 200 users and...

Viewing 15 posts - 22,696 through 22,710 (of 26,490 total)