Forum Replies Created

Viewing 15 posts - 2,941 through 2,955 (of 5,841 total)

  • RE: Maintenance Plan Review

    Must be frustrating (for all concerned) to be a consultant consulting on things you aren't qualified to consult on!! :ermm: How did that happen - did they bring...

  • RE: Please i need HELP !

    Bummer that you had to uninstall it when it "was working fine"! Like others said this could be about a bajillion things, including just a bad reinstall or an...

  • RE: How do you back up a 3TB database

    you cannot manage TB-sized databases on crappy IO subsystems. Do a file IO stall analysis on all of the components hit during your backup and I am certain you...

  • RE: Spatial Data/Indexing performance issues

    Nearest stuff just plain SUCKS with sql server spatial. Search web for isaac kunen spatial. He has a slick power-of-2 query for finding stuff nearest to you. ...

  • RE: Querying against horizonal partitioning using a variable.

    I tried numerous permutations, including a CROSS APPLY, all to no avail. I also tried just a single hit on the view with an IN clause, thinking that if...

  • RE: Table Partition

    durai nagarajan (5/1/2012)


    current deploying the archive stratergy in some tables and making the changes in report as i am moving it to different DB. this is an activity monitor table.

    As...

  • RE: Table Partition

    Partitioning is a COMPLEX topic and I have seen LOTS of clients and forum posters get into trouble trying to implement it without truly knowing what they were doing or...

  • RE: Optimize query for finding nearest airport based on latitude and longitude using STDistance

    1) To the OP: if you aren't good with analysis and mathematics, why are you trying to do this VERY complicated stuff? And without regular computer access too?

    2) Isaac...

  • RE: a ridiculous data problem

    dglane (4/30/2012)


    Understood, KGB. This is not associated with an app. It pertains to a batch import. We would be receiving a table with some combination of attributes...

  • RE: subquery vs scalar functions

    99.x% of the time you should jump through any hoop imaginable to avoid using scalar UDFs!! I wrote a chapter for the SQL Server MVP Deep Dives 2 book...

  • RE: a ridiculous data problem

    dglane (4/30/2012)


    That was an interesting article indeed, Evil Kraig F.

    I would be comparing two tables (vs. a set of variables or one row). Using my shoe example, I would...

  • RE: SQL request performance problem

    CameleWeb (4/25/2012)


    Thanks Kevin!

    Sorry for my ignorance...

    How do I do a file IO stall analysis? What IO stands for?

    Thanks!

    With that reply, reading some prior stuff, and what Ninja said, I cannot...

  • RE: SQL request performance problem

    Ninja's_RGR'us (4/25/2012)


    TheSQLGuru (4/25/2012)


    I didn't read the umpteen replies to the OP, but ANY TIME I see "ran slow the first time and very fast the second time" I IMMEDIATELY think...

  • RE: Faultfinding possible I/O issues

    GilaMonster (4/25/2012)


    TheSQLGuru (4/25/2012)


    SQLIOSIM is the tool to use to validate that an IO subsystem will properly handle SQL Server IO-style workloads.

    But SQL needs to be stopped when running that. The...

  • RE: Find Oldest Row Per Group?

    auto shrink 🙂

Viewing 15 posts - 2,941 through 2,955 (of 5,841 total)