Forum Replies Created

Viewing 15 posts - 1,246 through 1,260 (of 2,640 total)

  • RE: Receive mail when specific user connects

    I'm not sure if one of the database/server triggers can be used for this - haven't looked at this feature too much.  Is this for SQL or AD connects ?

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

  • RE: Error while enabling AWE

    You need to watch out for over zealous security templates in Group Policy which may seek to remove basic rights the sql server service needs. I've had some issues with...

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

  • RE: MSDB is reset to Simple recovery model..

    please don't multi-post.

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

  • RE: MSDB is reset to Simple recovery model, how can i avoid this?

    this is the default for msdb - think carefully about what you are asking, do you really need tran logs for msdb ?  As you only take two tran log...

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

  • RE: MSSQLServer keeps stopping

    did you change the service account back to the domain account ?  I'd check out the sql error logs they should tell you what is wrong, I figure your domain...

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

  • RE: Restore Log Error Handling

    umm .. I can't post the code as there's too much to explain, but my log shipping copes with this, it doesn't require the ability to query the source server...

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

  • RE: DBReIndex & Defrag

    I'm just biased , brought up on very high performance oltp databases, back in sql 6.5 I was using multiple raid 10 arrays. My last three contracts all have databases...

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

  • RE: Question...logs vs. log backups

    you also need to check your backup job, I've seen backup jobs which shrink the log, that disguises the fact the log was growing, as well as adding fragmentation. The...

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

  • RE: Question...logs vs. log backups

    within reason no real issues, if you drop and recreate a clustered index the logging should be around 1.25 - 1.5 times the size of the table.  Or a data...

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

  • RE: Profiler filtering question

    experience has taught me that the dbid is better than the name in profiler. It's only a quick lookup

    select

    * from...

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

  • RE: Difference in query plan with use of COALESCE

    the timings are a red herring unless you are absolutely sure both quereis run with a level playing field, so to speak. What's the io difference between the queries?

    could you...

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

  • RE: SQL Diagnostic Manager

    I have in several client sites.

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

  • RE: Urgent performance problems

    oops! sorry Jeff , slip of the brain.

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

  • RE: Is it possible to identify the other process in a deadlock after it has happened?

    you may need 1204 too - I figure about 80mb a day ( av ) with trace falgs enabled.

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

  • RE: Restore Log Error Handling

    I query the underlying tables and grab the dates to avoid these errors .. it takes some querying but isn't impossible!

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

Viewing 15 posts - 1,246 through 1,260 (of 2,640 total)