Forum Replies Created

Viewing 15 posts - 17,926 through 17,940 (of 22,202 total)

  • RE: Are the posted questions getting worse?

    Well the OP came back with what seems to be an appropriate level of contrition and received help.

    I just don't understand how you do it Lynn. I try to avoid...

  • RE: Identfying long running queries in SQL 2000.

    If the database is running in 80 compatibility mode, you won't be able to run 90 type queries, which include using the CROSS APPLY query.

  • RE: Are the posted questions getting worse?

    Well the OP came back with what seems to be an appropriate level of contrition and received help.

    I just don't understand how you do it Lynn. I try to avoid...

  • RE: Are the posted questions getting worse?

    Well the OP came back with what seems to be an appropriate level of contrition and received help.

    I just don't understand how you do it Lynn. I try to avoid...

  • RE: Index Maintainence

    Well, I finally got around to RTFM... It is noted in BOL that this will run slow on large tables. So, you're just getting hammered. You're already doing the right...

  • RE: Index Maintainence

    Ray Herring (3/24/2009)


    Hi Grant,

    The DBCC is returning 3 rows for the table, the heap, the Blobs, and one non-clusterer.

    The DM returns the same 2 indexes but it is 4 or...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (3/24/2009)


    Is it me or are the people we are trying to help just getting dumber, or do we need to start commenting are code a lot more heavily?

    I...

  • RE: Primary Key

    I doubt there's a way to do this in a single go. Each table will need and individual PK created. Unless you've named the primary key in all 100 tables...

  • RE: Concurrency Issues - Sample Included :)

    Try looking at sys.dm_tran_locks to see what locks are being held. When I run it, I see an exclusive intent lock on the page from the first statement. That's causing...

  • RE: Index Maintainence

    Ray Herring (3/23/2009)


    Hi All,

    I have two related questions. First I have been working with sys.dm_db_index_physical_stats and I am really surprised by it's relative poor performance compared to DBCC.

    I am...

  • RE: Monitoring Store Procedures

    If you're trying to check to see if a particular procedure is running at, say, noon, you can could query the sys.dm_exec_requests DMV to see if it's there.

  • RE: optimized execution plan...when and when it is not generated

    No, it's not true. Depending on how you're calling nested queries you may not get the plan you think you'd get, as Gail outlined, but the plans will be created...

  • RE: Books OnLine?

    I don't know if it's the best place to learn SQL Server from, but I do know that it's open on my desktop most days and it's the first place...

  • RE: Do DBAs Still Read Techincal Books?

    I had copies of Ken Henderson's books on my desk at all times. But since I'm not working 2000 any more, I've had to switch to Kalen & Itzik's books...

  • RE: Upgrade SQL 2000 to SQL 2005/2008 Server

    Leo (3/22/2009)


    Hi Grant,

    I have a couple of questions here,

    1. What about detach the database in 2000 and reattach in 2008? It should be okay, isn't it?

    Sure. I just like...

Viewing 15 posts - 17,926 through 17,940 (of 22,202 total)