Forum Replies Created

Viewing 15 posts - 35,806 through 35,820 (of 49,552 total)

  • RE: tell me the sequence in which sql server starts

    Go to the services on the server and take a look at each service. If you get the properties of each one, there's a tab 'dependencies'. A service with no...

    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 timeout exception

    Execution plan?

    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: Backup Database:

    You're backing up across the network. Any other network traffic will slow the backup down. Usual recommendation: Backup local, copy remote.

    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: Question regarding Index Fragmentation

    Wow, and you rebuilt that with no change happening to anything? Sure the rebuild succeeded?

    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: Restoring file groups problem... LOG backup lost...

    ryan.mcatee (11/16/2009)


    I guess the takeaway message from my little experiment is you can't restore a database under the full restore model with only data file backups, you must have at...

    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: RAID

    rkaucher (11/16/2009)


    You should have used LMGTFY. 😉

    I find that condescending and insulting. I've used it once only, after someone repeatedly demonstrated that they were not going to search themselves, and...

    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: Best Practice Advice on Trans Logs, how to automate

    The accepted practice is to size them for the workload (regardless of recovery model) and leave them alone.

    Shrinking a log is a bad idea unless it's after an unusual...

    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: Question regarding Index Fragmentation

    Do you have auto_shrink on?

    Can you run the query with the detailed option and post it so that it's easily readable. If you look at the earlier posts, it's hard...

    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: Just Walk Away - Blacklisting - and Twits without Twitter

    Stuart Davies (11/16/2009)


    ...in that I ask more questions than give answers;

    There's nothing wrong with asking questions. That's what the forum is here for. The problem is that there are...

    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: Question regarding Index Fragmentation

    I'd say 99%. The fragment size is 1, indicating there are no two contiguous pages, and the number of fragments is the same as the number of pages. This index...

    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: delete records in sql without entry in transaction log

    Steve Jones - Editor (11/16/2009)


    The SQLGuru has hit this nail on the head. If you have a failure after TRUNCATE ONLY and before your next full backup, you can lose...

    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: Deadlock Information in Profiler (ObjectID2 way too large)

    If you need some help with that, start a new thread and post (or attach) the deadlock graph, along with definitions of the tables involved.

    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?

    Looks like someone needs a basic computer theory course.

    Clustering: http://www.sqlservercentral.com/Forums/Topic819325-146-1.aspx

    SAN: http://www.sqlservercentral.com/Forums/Topic819323-146-1.aspx

    RAID: http://www.sqlservercentral.com/Forums/Topic819327-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: Best Practice Advice on Trans Logs, how to automate

    Please read through this - Managing Transaction Logs[/url]

    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: RAID

    http://www.google.com/search?q=What+is+RAID+10

    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 - 35,806 through 35,820 (of 49,552 total)