Forum Replies Created

Viewing 15 posts - 40,771 through 40,785 (of 49,571 total)

  • RE: optimization help

    Lynn Pettis (2/25/2009)


    Someone want to explain what the statistics profile is saying?

    Will look in the morning, providing Grant doesn't get it first.

    Is 11pm, and I'm dead tired.

  • RE: DBCC found errors, how to fix?

    This doesn't look good. Do you have any idea when it started? Do you have a clean backup of this database?

    How important is the data in this database? Will losing...

  • RE: How to make a Real Time Table Monitor???

    Couple steps back...

    What kind of process do you need to run when a row is inserted?

    What's going to be running those processes?

  • RE: How to make a Real Time Table Monitor???

    jblanco (2/25/2009)


    The thing is that I am writing an application that whenever a record is inserted ona specific table I have to perform some other tasks, but I still...

  • RE: Are the posted questions getting worse?

    Bob Hovious (2/25/2009)


    Just out of curiousity, how many of you see this forum's ultimate objective to be giving people fish, or teaching them to fish?

    Teaching, but you can't teach someone...

  • RE: Perfmon

    sudhakara (2/25/2009)


    How do you exactly calculate the average disk queue in performon ?

    If you have a SAN, don't bother. That counter's near impossible to interpret properly when the storage...

  • RE: optimization help

    Since it's 2000, to get the exec plan, run the query with the statement SET STATISTICS PROFILE ON above it.

    There will be a second resultset. Copy that, paste in excel,...

  • RE: New views do not come across in backup

    steve smith (2/25/2009)


    My bad. It's a replication from the 'production' server to a 'reports' server, published twice a day. Which I believe means that the term 'snapshot replication'...

  • RE: New views do not come across in backup

    steve smith (2/25/2009)


    Sorry all. This is the first time that I've experimented with using font sizing. Does '2' work better? [pls reply only if you need larger]

    How...

  • RE: Threading?Spin off a command within a SP?

    Steve Jones - Editor (2/25/2009)


    Job - granularity is only every minute, so be aware there.

    The job doesn't have to be scheduled. I did something like this with replication where the...

  • RE: Production security for developers - 'emergency' updates

    What kind of system is this? What data are you storing?

  • RE: Are the posted questions getting worse?

    Lynn Pettis (2/25/2009)


    What is "best practices" actually? What is "best" today may not be "best" a week, or month, or year from now.

    Which is one of the reasons I...

  • RE: SP Optimization

    Also Inside SQL Server 2005: Query Tuning and Optimisation which, as it's name implies, is an entire book on query tuning and optimisation.

  • RE: spid blocked itself

    It's perfectly normal with 2000 SP4. It happened in earlier versions, but wasn't reported.

    If a query runs parallel and some of the threads are slower than others, the ones that...

  • RE: DBCC OPENTRAN not showing my open transaction

    DBA (2/25/2009)


    should'nt the DBCC OPENTRAN return

    this open transaction?

    What DB are you running it in? What DB's the transaction in?

Viewing 15 posts - 40,771 through 40,785 (of 49,571 total)