Forum Replies Created

Viewing 15 posts - 15,301 through 15,315 (of 18,923 total)

  • RE: Script to divide data by 2

    I'm still waiting for any type of answer from anyone to this comment/question to go any further in the process. Analysis comes first, not last

  • RE: Sql Server SP to Access

    I think you have to create a perm table and drop it manually. The syntaxe seems to be the same between sql server and access. Also have you...

  • RE: Replacing a Cursor

    I can understand the split if you have 50M rows/merchant .

    The only thing that could speed this up is to make sure that the...

  • RE: help w/ trimming column

    is the data in a varchar column or an int?

    Update table set column = left(Column, len(Column) - 4) where Right(column, 4) = '0000'

  • RE: Sql Server SP to Access

    What is the filename of the db?

    if it's .mdb then it's probabely an access db, else (adp), it's an access data project that is connected to an sql server.

    To be...

  • RE: Sql Server SP to Access

    Procedures in access mdb files?? That's new (to me anyways). Are you sure it's not and access data project that is connected on the server?

  • RE: Script to divide data by 2

    Maybe I wasn't clear with this message .

  • RE: Script to divide data by 2

    Shouldn't the data represent the correct value?? How can yo know the correct value if you don't know what the data represents?? I think you're going the wrong...

  • RE: Sp_Spaceused Command Executing Too Long and Update Statistic Command

    Check if there's a lock on the info you are trying to fetch.

    run exec sp_who2 and check the blkby column for any spid -

    then for each of those ids...

  • RE: Replacing a Cursor

    There's your problem :

    "Due to some internal business rules and for faster data retrieval we have to store each merchant's data in its own table. I have a SP...

  • RE: My Favorite SSCer

    Now you kow why Expert Exchange has a monthly fee . Coding the thing is nothing compared to maintaining it.

  • RE: My Favorite SSCer

    Amen!

  • RE: My Favorite SSCer

    Making ssc a better place is not a moo point Sushila.

    bkelley. Let me rephrase that : takes a lot of man power. Each post has to be read...

  • RE: My Favorite SSCer

    Maybe we should ask for a point/feedback system like the one on ExpertsExchange (assuming we can have the man power to employ it).

  • RE: My Favorite SSCer

    I just saw the title and the poster and I said to myself : Here we go again.

Viewing 15 posts - 15,301 through 15,315 (of 18,923 total)