Forum Replies Created

Viewing 15 posts - 1,981 through 1,995 (of 2,640 total)

  • RE: Index Tuning Wizard

    If you've a copy of 2005 around the tuning advisor makes a much better job than the 2k wizard.

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

  • RE: large table load slow performance

    make sure you spread your data across arrays - I assume your import data is local to the server so make sure its not on the same array as your...

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

  • RE: Effects of encrypting stored procedures

    It's also largely pointless - just check how many routines are available to decrypt them. You're better removing permissions from syscomments which will deter browsers of your code. There's never...

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

  • RE: How do i turn off polling??

    Hmmm .. should we be messing with the xml files do you think? I did have a quick look but couldn't see anything that seemed to match. I do think...

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

  • RE: Can anyone recommend a good performance tuning tool?

    agreed, although I don't consider myself an old fart - more a grumpy old DBA - but if you're not from the UK the grumpy old bit won't make much...

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

  • RE: Table Fragmentation

    absolutely, it's an oft overlooked part of database optimisation. Mind you the actual fragmentation is only painful for physical i/o, usually read ahead / scans. Once your data is in...

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

  • RE: Quickest way to apply transaction logs

    no sweat - select the file ( open device ) in EM for restore and click the button which says view contents, then check which backups/logs you want to restore.

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

  • RE: Quickest way to apply transaction logs

    hmm bad news! I hope you appended the files?

    I think .. as I don't do things this way, if you select the file from within EM you should see the...

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

  • RE: Quickest way to apply transaction logs

    I'm not sure I udnerstand what you're asking - the tlogs should have datetimes as part of their filename, failing that look at the file create date. If it's in...

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

  • RE: Can anyone recommend a good performance tuning tool?

    oh and yes Jeff I do agree but getting the basics of what needs tuning with the least effort has always seemed a good bet to me and one which...

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

  • RE: Can anyone recommend a good performance tuning tool?

    yup agreed monitoring software has its place, I used diagnostic manager in stress testing ( for example ), sent the output of worst performing ( for each test ) to...

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

  • RE: How do i turn off polling??

    I don't think the ref you mention has anything to do with what you're asking. My guess would be that you can only disable this by unregistering the servers. I...

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

  • RE: Script to scan server logins for database permissions

    actually sp_helplogins may do what you require - it didn't fit what I needed.

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

  • RE: Script to scan server logins for database permissions

    you can write a script to do this, the biggest problem is getting it to traverse the databases on the server, I usually make use of the sp_msforeachdb undoc (...

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

  • RE: Can anyone recommend a good performance tuning tool?

    I've used Diagnostic manager since it was called SQL Probe back in 1999 or so. I find it provides a good balance of statistical trend analysis, basic alerts and performance...

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

Viewing 15 posts - 1,981 through 1,995 (of 2,640 total)