Forum Replies Created

Viewing 15 posts - 706 through 720 (of 2,640 total)

  • RE: Enterprise Level SQL SERVER 2005 Management

    I worry if you're administering such a server! You will have to either remove builtin admins or make sure no-one can get added to the local admins of the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: SQL Server 2000 SP4 problem

    I'd uninstall the sp and re-install, or just run it again, you might also have to go to 2187 to complete. I did have a sp not fully install once...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Restarting Windows

    I have to be honest that for a production box I'd always prefer to stop the sql services first if I can.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Linked Server connectivity delays

    to be honest I don't think you can, it's probably something to do with oledb. It's something I'm aware of but not thought much about. You could try setting a...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Specify Owner of object to Improve performance?

    2 part naming in select lists has nothing to do with this. Issues specifically arise when stored procs are called without an owner e.g. exec myproc ...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Splitting Data Files

    we'll agree to disagree then! Everything I've ever learned in xxx years says raid 5 generates 4 io per write regardless of the number of spindles in the array.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Uncommon Behaviour of Inner Join VS Left Join

    I'm still surprised we're discussing this! David I agree - seen some strange things in 2000 too, will let you know if I find them in 2005.

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Why number of Writes are so low - recorded from Profiler?

    If your code doesn't write then profiler won't show writes - I'm a little confused as to exactly what you're asking - you can always lift the execution code from...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: C-2 and other auditing

    you can use dml triggers which are database wide.

    There wasa product I saw a demo of which used a sniffer to capture sql going to the server, so it didn't...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: Splitting Data Files

    yeah raid 10 all the way. Raid 5 doesn't work that way that I know as it's extra is on the parity disk not the array. The more disks you...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: DBCC DBREINDEX not improving SCAN DENSITY

    if the table has a fillfactor this will remain unless you force it to 100%. This may give what appears a poor density. If you get values of 25%, 50%,...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: cachestore flush

    sorry - if x32 what switches are in boot.ini

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: cachestore flush

    ok - this can happen - please give details of sql edition, o/s ( including sp's ) is this x32 or x64, how much memory, what are your memory settings...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: char / nchar / varchar / nvarchar efficiency

    you should save 50% space making this change unless somehow the columns have padded with white space. How are you measuring the size of the table?

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

  • RE: problem In sql server 2005

    I assume you're managing sql server through cluster administrator? If you take the service(s) offline you should be able to make your changes.

    Agree that the error should be in the...

    [font="Comic Sans MS"]The GrumpyOldDBA[/font]
    www.grumpyolddba.co.uk
    http://sqlblogcasts.com/blogs/grumpyolddba/

Viewing 15 posts - 706 through 720 (of 2,640 total)