Forum Replies Created

Viewing 15 posts - 34,321 through 34,335 (of 49,552 total)

  • RE: Exceptional DBA Voting

    george sibbald (1/30/2010)


    they were? People do that?

    Sure. The exceptional DBA allowed both people to nominate others and for people to nominate themselves. Lots of people will nominate themselves for things...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL SERVER TDS PACKET NOT GETTING THROUGH

    Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic856488-146-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL DEPENDENT APP CRASHES AFTER IDLE TIME [COULD BE TDS RELATED]

    Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic856488-146-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL SERVER TIMEOUT TDS PROTOCOL

    Please don't cross post. It just wastes peoples time and fragments replies.

    No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic856488-146-1.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: query taking a lot of time.

    Does updating statistics on the table Log_Event help? The estimated rows are 1 and it looks like the type of index that will be susceptible to stale stats

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: SQL Server AWE?

    AWE allows SQL to address memory about the 4GB boundary imposed by the 32 bit processor architecture. Hence it's only useful when running 32 bit SQL Server.

    These may help

    http://msdn.microsoft.com/en-us/library/ms190673.aspx

    http://msdn.microsoft.com/en-us/library/aa213764%28SQL.80%29.aspx

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Exceptional DBA Voting

    Jeff Moden (1/29/2010)


    What would really be cool is to see the email or letter from the person(s) that nominated these folks.

    I can't speak about the 2008 one (which this...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Exceptional DBA Voting

    There's something odd going on with the forum. Suddenly lots of old announcements,podcasts, etc are pitching up in the forums with recent dates. I mean, this announcement dates back to...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Are the posted questions getting worse?

    It's Hermes (Mercury) one of the greek gods. I believe he was the messenger of the gods

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: TempDB into Memory

    Jeff Moden (1/29/2010)


    There are a couple of things you can try like making sure TempDB is on it's own harddrive(s), has 1 file for each CPU (up to 8 I...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: restore with full & transaction log

    I suggest you spend some time reading Books Online. There are good sections on restoring when a DB is in full recovery.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Help - Cannot recover the master database. Exiting.

    Please run this and post the full and complete output. If you need a fast response (ie faster than 10 hours) I suggest you call MS. They will likely ask...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: How to kill Rollback process

    rotkehlchen105-kak (1/29/2010)


    I don't know why people keep saying that the rollback will resume when restarting the server. That's BS

    Nope, it's fact. I can pull error log entries out to show...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: Help - Cannot recover the master database. Exiting.

    Either restore a backup of master (if you can, no guarantees that it will be possible) or rebuild the master database.

    What you can do is rebuild master (to get SQL...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • RE: auto shrink,

    Is there a question here?

    If you're looking for a resolution, there's one in the error message

    Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files...

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 15 posts - 34,321 through 34,335 (of 49,552 total)