Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 49,552 total)

  • RE: database stuck in restoring state

    It didn't get overwritten.

    The default, when restoring a copy of an existing DB that's in full recovery model, is to first take a tail-log backup of the original. Bad default,...

    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 configure sql server 2008 memory

    Please post new questions in a new thread, and give us as much information about the server and its config as possible, as well as the errors that you're getting.

    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: Find User or IP which changed config in SQL Server

    PJ_SQL (8/13/2016)


    It was from SQL Server Reports.

    And the one you used draws its data from the default trace. (the others query default trace, DMVs or system tables depending on the...

    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: does DATEFROMPARTS() work in 2016?

    polkadot (8/14/2016)


    Usually all versions are listed in drop down, so it's inconsistent for them to only list 2012

    That's the previous version of MSDN. It's been changed (though spme of the...

    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 about clustering a shared storage for database file on SQL Server 2016

    Sure. Start with google's first 10 results. Once you've got though that, post any questions you stuill 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: Find User or IP which changed config in SQL Server

    PJ_SQL (8/13/2016)


    I was able to find the information from Standard reports\Configuration Change history in sql server 2012.

    So, from the default trace. Good.

    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: does DATEFROMPARTS() work in 2016?

    https://msdn.microsoft.com/en-us/library/hh213228.aspx

    Pertenant part:

    THIS TOPIC APPLIES TO: SQL Server (starting with 2012)

    , and there't no "This feature is deptecated" block at the top

    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: Find User or IP which changed config in SQL Server

    It should be in the default trace, if it didn't happen too long ago (default trace keeps a limited amount of events)

    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 about clustering a shared storage for database file on SQL Server 2016

    Failover clustering has a single point of failure - the storage. It's designed to protect against hardware failures of the machines (the shared storage is more commonly a SAN or...

    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?

    TomThomson (8/11/2016)


    GilaMonster (8/11/2016)


    TomThomson (8/10/2016)


    GilaMonster (8/10/2016)


    First time in years that I'm flying somewhere just for a vacation, no conferences involved. Scotland, to save anyone from wondering.

    Any particular place in Scotland? ...

    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 Corruption - Possible False Positive

    Because spacial indexes work by creating hidden tables. CheckDB picks up the hidden table name, but you can't directly affect that table.

    And did you recreate the index? If so, is...

    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 on Extended event

    Make sure your queries run fast enough that the app won't hit its timeout while waiting.

    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 Corruption - Possible False Positive

    Welsh Corgi (8/11/2016)


    GilaMonster (8/11/2016)


    Welsh Corgi (8/11/2016)


    GilaMonster (8/11/2016)


    ThomasRushton (8/11/2016)


    Have you tried dropping & recreating the index on that view?

    as in, drop the spacial index and recreate it.

    That is what 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: Database Corruption - Possible False Positive

    Welsh Corgi (8/11/2016)


    I run the following command in a test environment which contains the same index and I do not get any errors:

    DBCC CHECKDB(PrismData)

    WITH EXTENDED_LOGICAL_CHECKS, DATA_PURITY, NO_INFOMSGS, ALL_ERRORMSGS, TABLERESULTS

    Hmm.

    Why...

    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 Corruption - Possible False Positive

    Welsh Corgi (8/11/2016)


    GilaMonster (8/11/2016)


    ThomasRushton (8/11/2016)


    Have you tried dropping & recreating the index on that view?

    as in, drop the spacial index and recreate it.

    That is what I wanted to do...

    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 - 2,641 through 2,655 (of 49,552 total)