Forum Replies Created

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

  • RE: SQl Login Accounts Hashed??

    The passwords for SQL logins are stored hashed. SHA_512 in 2012, no idea if that's changed since then
    http://sqlity.net/en/2460/sql-password-hash/

    syslogins is a deprecated view, included only 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: Are the posted questions getting worse?

    GilaMonster - Tuesday, June 6, 2017 12:48 PM

    headdesk

    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: Max Memory

    Tune your queries, that's often a far better return than adding memory.

    And with 34GB memory, I would probably not go above 28GB on max server memory, and that's...

    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: Index seek and index scan

    A seek operation requires that there is a value being searched for, and the column that is being searched is the left-most column of the index. That's the absolute minimum...

    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: SPID of top CPU consuming queries

    Why do you want the session_id?

    The point of that report is to identify queries that need tuning to reduce their CPU usage.

    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: whether there are some possible solutions

    Most likely some HDD failure that's corrupted the data file. That kind of thing is typically not repairable as you can't even open the database.

    Restore from your last...

    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 in Recovery Pending State

    Please post new questions in a new thread, and give as much detail as possible.

    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 connections to SQL server tables

    Jacob Wilkins - Tuesday, June 6, 2017 1:15 PM

    If it is something like the number of references to a table from currently...

    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: Batches and Transactions

    Begin Tran ... Commit is about atomic operations and isolation, it's a transaction block. If you need the inserts, deletes and other things to be atomic, you need a transaction...

    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?

    Crystal ball, please, someone.
    https://www.sqlservercentral.com/Forums/1878960/Find-user-connections-to-SQL-server-tables

    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 connections to SQL server tables

    dm_tapas - Tuesday, June 6, 2017 12:16 PM

    But the requirement is to get the active user connections to SQL tables in 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
  • RE: Find user connections to SQL server tables

    I'd love to help you, but I don't understand what exactly you want.

    Does the client know that users don't connect to tables? If so, then what specifically are...

    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 connections to SQL server tables

    Connections aren't made to tables though. Users connect to databases, and run queries against tables.
    Given that, what exactly are you trying to determine?

    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: what is good career Sql Developer or sql DBA ?

    Both are valid options, go with whatever you enjoy more.

    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 connections to SQL server tables

    What exactly are you 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

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