Forum Replies Created

Viewing 15 posts - 38,476 through 38,490 (of 49,552 total)

  • RE: Integrity Check Error: Check Catalog Msg 3853, State 1

    Pleasure.

    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: Back to the Future

    About the only regret is that I took a job immediately as I finished my degree. A week after I accepted the job I got an offer for a full...

    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: Back to the Future

    GDI Lord (6/12/2009)


    [OT]

    What is it with the high visibility of the South Africans here (seemingly) all of a sudden? Are we taking over the forum?

    [/OT]

    SADeveloper.net is down, pending a new...

    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: logshipping - change of recovery model

    In Bulk logged recovery bulk operations are minimally logged. When the transaction log backup runs, it goes through the database and finds all of the extents that were changed by...

    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: Build a table with info on my Tables

    #include "Usual caveats and warnings about using undocumented commands"

    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: logshipping - change of recovery model

    Shouldn't be a problem. Log backups can be taken in both full and bulk logged and can restore fine on another server. Just don't switch to simple or you'll have...

    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: Select from where problem

    Select Col1, Col2, Col3

    FROM SomeTable

    WHERE Col3 = x

    AND Coln < DATEADD (HOUR, -24, GETDATE())

    Or have I misunderstood your requirement? If so, please post some sample data and expected...

    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: disaster recovery

    Have you looked in Books Online? On MSDN[/url] and Technet[/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: How to Post Performance Problems

    Grant Fritchey (6/12/2009)


    Now if only people will read and follow the advice here.

    Read it is a possibility. Expecting everyone to follow the advice might be a little too much 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: Build a table with info on my Tables

    darth.pathos (6/6/2009)


    It's this second part that's really giving me trouble.

    suggestions appreciated...

    Chris

    Do some googling for the undocumented stored proc sp_MSforeachtable

    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: Date string in WHERE causes table scan instead of index seek

    Sergiy (6/11/2009)


    Christopher Stobbs (6/11/2009)


    Index should be: (BitField, DateField).

    If BitField is really a BIT field then it cannot be included into an index.

    Sure it can. It's only the LOB data types...

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

    600 MB of a 6 GB database isn't much. It's 10% of the data file size. Which, incidentally, is the default autogrow %

    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: Build a table with info on my Tables

    Update usage does not update stats. It updates the space used metadata. That's what's wrong in this case.

    Jeff is 100% correct. You need to run updateusage before running that. 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: Move table from one filegroup to another filegroup

    RPSql (6/11/2009)


    But when I checked table property it says that Filegroup="New File Group" and "Text filegroup"="Old File Group"..Why is it so? Why on Text filegroup it mentions Old file...

    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: Please Help me Very Urgent

    mmartin (6/11/2009)


    Maybe it is corruption on a non-date field.

    If it was corruption the error would not say 'date time conversion'. It would say something like this "SQL Server detected a...

    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 - 38,476 through 38,490 (of 49,552 total)