Forum Replies Created

Viewing 15 posts - 121 through 135 (of 1,838 total)

  • Reply To: Insert Data and read all Foreign Keys/Constraints first

    TRACEY-320982 wrote:

    what I am trying to do is read one row of data, and if there is a constraint, i.e TERMS_DC and that value of NET 0 isn't on the...

  • Reply To: Deadlock Error

    SimplyS wrote:

    ...

    1. Table NEXT_FIELD_KEY hold the "field name" and next running key (12 digit numeric running number) of every other table in our database. Any table's primary key (PK) (running...

  • Reply To: shrink operation is slow.

    Maybe I'm looking at it the wrong way, but if there is 161 GB of space free within the database, why does it need to grow more?  What is the...

  • Reply To: SSMS doesnt launch

    Is the SSMS installation location in your system path?  What version of Windows are you using?  It might be easier to put a shortcut in your Start menu somewhere.

  • Reply To: Execution Plan Types

    NBSteve wrote:

    Ha, I was going to say 3 too, same rationale as anthony.green.  Then I saw Grant Fritchey was the author, and I've read enough of his recent posts to...

  • Reply To: Query Active Directory LDAP - 'Cannot fetch row from OLE DB provider'

    If you are sure your LDAP connection string is right, could it be possible you are hitting the 1000 row limit for a resultset?  That same error is used when...

  • Reply To: What EXACTLY are brain dumps, are "historical questions" illegal and so the VCE

    I have a similar view of certifications.  I've found that they are neither necessary nor sufficient to prove someone's proficiency in understanding a topic.  Don't get me wrong, it is...

  • Reply To: 2-node cluster, multiple SQL instances

    Sorry for not getting back to this sooner, yes the disks are a resource of the SQL Server role.  I'm still trying to decipher your environment and setup though.  If...

  • Reply To: Baseline historical performance data collection per object per point in time.

    If you are on 2016 or newer, could you use the built in QueryStore feature instead of trying to build your own query store?

    https://docs.microsoft.com/en-us/sql/relational-databases/performance/monitoring-performance-by-using-the-query-store?view=sql-server-2016

     

  • Reply To: What triggers the transaction log file to grow

    If you are not sure what is causing the transaction log file to grow, you can find a recent history of this using data collected by the default trace, which...

  • Reply To: SQL Server 2019 Memory Management

    Is this RAM usage spike after 3 days expected considering I already set the max server memory to 24Gb?  I thought setting the max limit no longer allow SQL to...

  • Reply To: Securely query Active Directory

    The problem with trying to query Active Directory using a query running in Management Studio is your credentials have to be passed from your computer, to the SQL Server, and...

  • Viewing 15 posts - 121 through 135 (of 1,838 total)