Forum Replies Created

Viewing 15 posts - 7,321 through 7,335 (of 49,552 total)

  • RE: 823 Error

    No. Because

    Msg 8921, Level 16, State 1, Line 1

    Check terminated. A failure was detected while collecting facts. Possibly tempdb out of space or a system table is inconsistent. Check previous...

    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: Configuring large memory on a SQL instance

    Before you change maxdop, could you look through the startup messages in your error log and post any that reference NUMA?

    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 Profile Trace results analysis

    zedtec (11/12/2014)


    So to use extended events would I just create a new session in SSMS 2012?

    Create a new session, pick the events, add filters, run session. That's the basics, but...

    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: Backing up a production SQL Database

    Well, three jobs. You don't need to use maint plans for Ola's stuff.

    Why is that a problem? Every single prod SQL instance I set up maintenance on gets 4 jobs...

    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 issue

    Please post EXACT descriptions and all error messages encountered, along with a precise timeline of exactly what happened.

    Alternately, restore from your last good backup.

    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 data writes in multiple secondaty files if there is no filegroup created

    There's always at least one filegroup in a database. If you haven't created any filegroups, then all files will be part of the PRIMARY filegroup and data will be written...

    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 Set Up Database Password

    That's not how SQL Server works. You enter passwords to connect to the instance and then the login's permissions determine whether or not it can access the databases.

    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: Backing up a production SQL Database

    I suppose that has to do with possible corruption in the file rendering all the backups inside unusable, point taken.

    No, I was more thinking about someone accidentally deleting a 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: Tempdb lost - but starting SQL Server with -m -f still fails

    Try working through this: https://www.simple-talk.com/sql/backup-and-recovery/the-sql-server-instance-that-will-not-start/

    Alternatively, if you want advice, please post exact error messages and detailed description of exactly what happened.

    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: Hello Guys I'm New Here

    You need to google and do some research because it's not clear what edition you need, whether you can use the free Express or not, and we don't know your...

    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: Configuring large memory on a SQL instance

    Luke L (11/11/2014)


    Since its a parralelism wait is there any way you know of to force the issue to make it repeatable. ..

    Not offhand, and gut feel is 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: Hello Guys I'm New Here

    Quote from Steve's post

    You can google for those editions and the download locations.

    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: Doubts in Sequqnces ?

    You'll probably get Oracle questions answered faster on an Oracle forum

    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: Configuring large memory on a SQL instance

    Those latches are to do with parallel table scans. Two steps I would suggest

    - Increase cost threshold for parallelism (especially if it's at the default of 5) and consider changing...

    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: SA Password Recovery

    ahfb (11/8/2014)


    if i have another admin user ,is it possible to recovery sa password ?

    Let me quote the post right above yours

    SQL passwords are stored with a on-way hash. They...

    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 - 7,321 through 7,335 (of 49,552 total)