Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 49,552 total)

  • RE: The Traveling Data Professional

    Beatrix Kiddo - Wednesday, June 28, 2017 1:49 AM

     I'm planning to go to Cape Town in December.

    Yay. Cape Town's nice in...

    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: Untrusted Constraints

    Try dropping the constraint and recreating it WITH NOCHECK.

    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 convert english to arabic in Sql Server 2012?

    Venal - Wednesday, June 28, 2017 12:55 AM

    I want to change the above seeded data into arabic. with out using google translation,...

    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: Got a weird one for ya....

    Though so. Here's the problem.

    FROM dbo.sfaCUSTOMER cross join (SELECT custid as newCustID, classid as newClassID, [name] as newName, billname as newBillname, team as newUser3
            FROM Customer where...

    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: Got a weird one for ya....

    bmg002 - Monday, June 26, 2017 3:32 PM

    Also, unless I am reading those SP's incorrectly (which is entirely possible), do they ever...

    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: Got a weird one for ya....

    lk4772 - Monday, June 26, 2017 2:47 PM

    You're right Gila! I missed a part of the table name when manually updating 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: Got a weird one for ya....

    I suspect in updating after running, you may have done something to hide the error.
    The first block that returned a count could not possibly have done so, because 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: Dacpac error- SQL Server detected a logical consistency-based I/O error

    GilaMonster - Friday, June 23, 2017 1:53 AM

    Do you have any backups of that SHIPMATETEST, or it it an empty database that...

    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 can get sequence Log (Object log) history,

    Could you explain more what you're looking for?

    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: The Traveling Data Professional

    Eric M Russell - Friday, June 23, 2017 7:32 AM

    GilaMonster - Friday, June 23, 2017 2:01...

    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: Wait events

    Can you be a little more explicit about what you're looking for?

    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: The Traveling Data Professional

    No plans, since it's winter. Next trip will likely be September for SQLSaturdays.
    However, come December, I'm thinking about spending a week at the coast again. Below is what the view...

    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: Dacpac error- SQL Server detected a logical consistency-based I/O error

    Can you please run the following on the destination database and post the full output?

    DBCC CHECKDB WITH NO_INFOMSGS

    Do you have any backups of that SHIPMATETEST, 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: Optimization and Backup Strategies

    Why are you rebooting the servers every week?

    You can run checkDB on a secondary server. Restore the backups, run checkDB on those. Double win there, the 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: SQL Server 2014 Performing slow

    Grant Fritchey - Thursday, June 22, 2017 4:57 AM

    Talib123 - Thursday, June 22, 2017 2:13 AM

    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 - 1,231 through 1,245 (of 49,552 total)