Forum Replies Created

Viewing 15 posts - 42,706 through 42,720 (of 49,552 total)

  • RE: Shrink job failed with Error 644 (could not find index entry)..

    hemanth.damecharla (12/1/2008)


    And, I should have mentioned this earlier; the corruption happened while doing a database shrink.

    Not overly likely. More likely the shrink picked up corruption that was already there.

    When...

    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 Data and Log Files

    What's the max size required by your tran log through the day?

    How often are the log backups?

    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: Unable to see any scheduled jobs in SQL Server

    rnunez (12/1/2008)


    Heres all the information from Help..about

    Microsoft SQL Server Management Studio9.00.1399.00

    That's RTM. You've got 2005 SP2 on the server and 2005 RTM on the client. I would suggest you run...

    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: #nisse temp table-updates

    Duplicate post. No replies to this thread please. Direct replies to: http://www.sqlservercentral.com/Forums/Topic611653-338-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: 605 error

    When you can, run a full checkDB with no_infomsgs, all_errormsgs and see if it gives any errors back.

    What build/patch level for 2005?

    Do you have page checksums on for that DB?

    If...

    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: Recommended path for advanced training?

    Steve Jones - Editor (12/1/2008)


    I'd go look at what's offered by SQL Skills, Solid Quality mentors, Scalability Experts and see if something fits.

    Agreed. Where in the world are you...

    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: Which is better

    Chris Morris (12/1/2008)


    Gail, did you notice in your testing if there was significant benefit in using

    Where not exists (Select 1

    instead of Where not exists (Select *

    in Query...

    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: Unable to see any scheduled jobs in SQL Server

    If you click help - about in management studio, it'll show you the version of the client tools. What version do you have for management studio?

    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: Internal Sql server Error

    What version and service pack?

    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: Creating a snapshot on a database error message 5127

    As part of the create snapshot, you need to specify all data files, not just one of them

    So, it'll be something like this

    CREATE DATABASE AdventureWorks_snap042007 ON

    (NAME = AdventureWorks_Data, FILENAME...

    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: Which is better

    In this case (and I tested out in adventureworks) the exists is better because by using that you're telling SQL that it doesn't actually need to get the rows from...

    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 Database Size

    No. When a database is restored it is restored to exactly the same state it was when it was backed up. Including size of 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
  • RE: Creating a snapshot on a database error message 5127

    When you create a snapshot, you must specify all of the files. The error indicated that you haven't specified all of the files that the DB has (excluding the log)...

    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: DBCC CheckDB - what does it exactly do?

    Roger Abram (12/1/2008)


    Just don't know how long this situation has occurred from within the database. So I wouldn't know where to start in terms of looking for a period...

    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: Is there a workaround when missing the system view dm_db_index_physical_stats

    daniel.cloutier (12/1/2008)


    Thank you Gail and SSCarpal Tunnel,

    p.s. that's the person's forum level (affected by no of posts), not the person's user name.

    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 - 42,706 through 42,720 (of 49,552 total)