Forum Replies Created

Viewing 13 posts - 1 through 14 (of 14 total)

  • Reply To: Forcing serialization of incoming stored procedure calls

    Thank you Phil for the idea, it looks very promising at the first glance. It is so nice and simple to implement that I'm really pissed off now that I...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • Reply To: Forcing serialization of incoming stored procedure calls

    Unfortunately no. The trigger is the webservice call received from the external application. We can't control when they make the calls.

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • Reply To: Forcing serialization of incoming stored procedure calls

    Hello Phil,

    The problem is "b) Multiple files are processed at the same time (because multiple instances of the same stored proc are running)". Because of this the verification for duplicated...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: How to stop this message in SQL Server Logs : FILESTREAM: effective level = 0...........

    It is annoying because you can't see in SQL Server Logs the relevant messages because of the garbage generated by these repetitive logging.

    Maybe is the same case as yours... I...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: log_reuse_wait_desc = replication but there's no replication

    OK, with the help of a friend of mine, which is an excellent DBA (and maybe a member here, but I don't know his username 🙂 ), the problem was...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: log_reuse_wait_desc = replication but there's no replication

    Hello,

    I struggled a lot, but I'm really stuck here.

    Context:

    1. SQL2008 R2 Enterprise Edition 64 bit SP1

    2. Recovery model: Simple

    3. Log file reached 2 TB, I needed to add another one...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    Bhuvnesh (1/30/2013) Does it mean that you added an intermediate step where u pulled out the larger table data into temp table then used it in further steps...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    Finally, I got to a solution. Is not a nice solution (old fashion style) but it works. I have clear criteria for selecting the data from the three major tables,...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    Hello again,

    I tried updating the statistics using sp_updatestats. Well, now is it worst because executing the stored procedure code is also slow in execution now. Is good that it behave...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    sqlnaive (1/25/2013)


    Grant, in addition to this, does it means just declaring internal parameters won't resolve parameter snififng ? Is updating stats mandatory (I know there's always "as per situation" criteria...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    Grant Fritchey (1/25/2013)


    I agree. It sounds like parameter sniffing is leading to issues. I would suggest updating the statistics on the tables being referenced. In addition to the solutions for...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Stored procedure very slow execution

    sqlnaive (1/25/2013)

    What exactly are you checking from query analyzer ? Running the procedure with parameters or the code inside the procedure ?

    I tried both. Running the procedure with parameters (exec...

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

  • RE: Can I install SQL Server 2000 Standard Edition on Windows XP Professional with SP2?

    SQL 2000 Standard/Enterprise doesn't work under XP. You need to use SQL 2000 Personal.

    ___________________________________________________________________
    Is better shut up and look stupid than open your mouth and eliminate any doubt

Viewing 13 posts - 1 through 14 (of 14 total)