Forum Replies Created

Viewing 15 posts - 961 through 975 (of 2,640 total)

  • RE: Thinking of taking MCITP Database Developer exams - advice needed

    the developer version of sql server is very cheap to buy, typically around £50 GBP ( about $100 us ) or you might want to consider buying a technet...

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

  • RE: Should we allow new connection to the SQL server while the reindexing (DBCC DBREINDEX) is in progress?

    it depends upon a number of factors, such as table size and how fast your disk subsystem is and how busy the application is. Mostly index rebuilds are kept short...

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

  • RE: Generic insert & update Procedure

    please don't multiple post.

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

  • RE: Generic Insert & Update Procedure

    you'd have to use dynamic sql within your proc building your statements as you go and then executing the created script.

    I'd say this would be the worst and most inefficient...

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

  • RE: Sql Server 2005 Clustering

    you have to be careful removing builtin admins ona cluster - there's some KB articles about this try KB 263712

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

  • RE: How to perform a Database Health Check?

    Hmm I don't know what that says about us if we start checking which commands were used in older versions of sql server

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

  • RE: Measure Data Throughput

    I'm never too impressed with strings of letters in a post - but I do object to anything to do with guns - here in the UK we're suffering a...

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

  • RE: SQL SERVER Disk Usage reports

    as I say I think the table is too small to be effectively defragmented. I wouldn't worry about any figures returned from a 5 page table. Can't comment on a...

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

  • RE: Duplicate Application Data in SQL Server

    yes I know you have to learn. but as I say this isn't a "quirk" it's a lack of understanding - and it doesn't belong under performance.

    you could merge/export your...

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

  • RE: SQL Mail service not started using Outlook 2007

    you need to make sure your mail admins keep the smtp mail queues tidy as well if you use smtp. I've got a couple of stored procs I use -...

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

  • RE: Buffer Cache Hit Ratio = 0

    I never use the buffer cache hit ratio preferring to watch page life as an indicator of use, microsoft say no lower than 300 but I've got to be honest...

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

  • RE: How to perform a Database Health Check?

    I've got to admit I've forgotten which versions you should use with 2000, I thought we went checkdb in 7.0, newalloc in 2000 and back to checkdb in 2005. I...

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

  • RE: How to perform a Database Health Check?

    most servers have server diagnostic software installed, that'll look after the server hardware. There's no golden check which will guarantee a system. I think in 2000 they recommend to...

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

  • RE: SQL Mail service not started using Outlook 2007

    you might do better to get a smtp mail proc - there's bound to be several on this site.

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

  • RE: SQL Server 2000 Slow response time

    if this company is in the UK I might be available for consultancy

    I feel for you and really the best I can suggest is you get hold of...

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

Viewing 15 posts - 961 through 975 (of 2,640 total)