Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,640 total)

  • RE: dbo ownership

    in general terms the only thing I can see user owned objects are good for is setting complex permission questions in the mcdba tests!!  Ownership becomes more important in sql...

  • RE: About bookmark lookup

    Yes I should have included Kimberly in that list, better still if she or Kalen are running any courses/seminars get booked on to them double quick.

  • RE: How to get MDAC Version on a remote sql server using opendatasource

     The extended procs still have access on 2000, it's on 2005 the security has been tightened on, as I say you can alter the permissions in surface config.

  • RE: Database creation questions 101

    Don't create multiple filegroups on the same disk/array unless you require a read only filegroup, you'll probably degrade performance.Multiple files are different however.

    Check out BOL, msdn, technet and the article...

  • RE: slow running Query

    If the result set is more than a few rows chances are you'll get index scans rather than seeks - this is why such questions about tuning queries are difficult...

  • RE: About bookmark lookup

    Bookmark is better than a scan, however:-

    • I suggest you search sql server central for articles on indexing
    • Read BOL
    • Check out Technet and msdn
    • Buy the inside sql books - 2000 is in...
  • RE: SQL Diagnostic Manager

    • I don't use it for rebuilding indexes or stats.
    • I view extract worst performing for optimisation
    • I view table growth/ useage of text columns and will look at indexes and sizes on...
  • RE: Why are Women exiting It?

    I actually think that the situation arises far further back in education. I'm not a great lover of the ( english ) eduction system, an obsession with statistics has lowered...

  • RE: DBReIndex & Defrag

    I blogged the diffs in raid performance  ( see my earlier post ) ,

    http://sqlblogcasts.com/blogs/grumpyolddba/

     largest scssi disks currently are 300gb so for 1 TB you'd need 8 disks in raid...

  • RE: Reindex

    Going back to your original post - do you have a problem with the cpu usage ?

  • RE: dbo ownership

    as I said you must always qualify objects ..

    when you create a proc you should define as:-

    create proc dbo.myproc

    as

    then when you script you get ownership - as I said before,...

  • RE: Reindex

    I don't have such a table/database to hand to test on but I just ran a dbcc on the largest table in my test db on a single socket dual...

  • RE: Reindex

    I don't know how many cpu's you have but why shouldn't the cpu spike ?  If you have one cpu I might expect this. That's why dbreindex should be considered...

  • RE: TempDB

    I'd also look into what caused the growth anyway - maybe the job needs to be batched or include checkpoints. I also beg to disagree about default location of tempdb...

  • RE: dbo ownership

    beat your users hard around the head until they learn to always qualify an object, it's best practice anyway, so teach them < grin > If only I could remotely...

Viewing 15 posts - 1,336 through 1,350 (of 2,640 total)