Forum Replies Created

Viewing 15 posts - 15,451 through 15,465 (of 22,211 total)

  • RE: Will view imporve performance

    A view, unless you're talking about a materialized view, will not help performance in the situation you describe. You need to focus on the queries and what they're doing and...

  • RE: Stored procedure performance tuning

    The way to tell which parts of the procedure are taking more time is to look at the execution plan. You can run the query yourself through a SQL window...

  • RE: Insertion slow

    arup_kc (4/20/2010)


    Gianluca Sartori (4/20/2010)


    Some things that come to my mind:

    1) Badly coded triggers

    2) Too many indexes

    3) ... any possible reason. The question is too generic to give a good answer.

    Hi,...

  • RE: Columns that contain both clustered and unclustered

    Paul White NZ (4/20/2010)


    Grant Fritchey (4/20/2010)


    But, you don't simply have an ID column and apply a cluster and a noncluster to it, right?

    That is exactly what I do 😉

    Heh. ...

  • RE: tempdb log growth

    Roust_m (4/19/2010)


    Grant Fritchey (4/19/2010)

    It's going to vary from situation to situation, but the potential for it to have very large impact and take tempdb offline for a considerable length of...

  • RE: Columns that contain both clustered and unclustered

    Paul White NZ (4/20/2010)


    Roy Ernest (4/15/2010)


    I have never heard of anyone recommending to have both clustered and non clustered on the same column. This is the first time.

    It's not all...

  • RE: Are the posted questions getting worse?

    anthony_merriwether (4/19/2010)


    If the truth be known, I too agree that a person should strive to solve a problem no matter what it is, by due diligence and at the very...

  • RE: tempdb log growth

    Roust_m (4/19/2010)


    Ok, I know that this query is bad and needs to be redesigned. I also know that the tempdb will not release the space back to the OS,...

  • RE: Some problem for Stored Procedure

    Jeff Moden (4/19/2010)


    only4mithunc (4/19/2010)


    Thanks for the reply.

    Unfortunately I didn't check these two things... And as I mentioned, when I dropped and recreated the SP it was fine, so no chance...

  • RE: Are the posted questions getting worse?

    RBarryYoung (4/19/2010)


    Kit G (4/19/2010)


    anthony_merriwether (4/19/2010)


    This is for all of you who are perturbed with the postings that you are seeing. I have read your replies and feel that you are...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (4/19/2010)


    Grant Fritchey (4/19/2010)


    I owned two different Pacers. One worked great unless it rained. Then, if you splashed through a puddle more than 1/2 deep, it would immediately stall....

  • RE: rows from a table deleted not sure who and/or when

    The default trace doesn't capture DML. I learned that one the hard way.

  • RE: Are the posted questions getting worse?

    I owned two different Pacers. One worked great unless it rained. Then, if you splashed through a puddle more than 1/2 deep, it would immediately stall. Great fun, especially on...

  • RE: rows from a table deleted not sure who and/or when

    You would need to pick up a third party log explorer tool. There's no way to do this with native SQL Server tools.

  • RE: Transaction Log Growing Despite Simple Recovery

    jvanderberg (4/19/2010)


    Grant Fritchey (4/19/2010)


    Another option would be to use a minimally-logged operation such as bcp or BULK INSERT.

    I'm confused as to how BCP or BULK INSERT would help, considering the...

Viewing 15 posts - 15,451 through 15,465 (of 22,211 total)