Forum Replies Created

Viewing 15 posts - 16 through 30 (of 59 total)

  • RE: Configuring Kerberos Authentication

    Is SQL1 running under the local System or Network Service account?

    SQL1 is running under the domain account: CORP\SqlServices. But what I'm thinking is that when the last DBA installed it...

  • RE: Configuring Kerberos Authentication

    Thanks Brian. The MS docs on SPNs are confusing.

    I'm looking at things with our AD admin. More investigation reveals the following:

    All services for SQL Server run under the CORP\SqlServices...

  • RE: Configuring Kerberos Authentication

    I should've checked before I posted: I can see using the query from the article that all the logins are using NTLM.

    I'm still not sure why I get the...

  • RE: Configuring Kerberos Authentication

    Brian,

    I run all SQL services under one domain account. When I do SETSPN -L on that account, I don't see any SPNs listed. (I have never used SETSPN to manage...

  • RE: Why separate data, log and backups on SAN?

    Yes and no 😉

    I've seen this happen in a few different places. Generally, the storage admins I've worked with have been top notch. They understand best practice for SQL when...

  • RE: Tips for New DBAs

    Good article.

    As Database Administrators we are paid to maintain three things:

    * Confidentiality of data

    * Integrity of data

    *...

  • RE: SQL Server cannot connect help

    Hmm. Is your own domain user account in the Administrators group of the server that SQL is installed on?

  • RE: SQL Server cannot connect help

    Have you considered enabling mixed authentication so that sa will work?

    If you've done all the research you can, nobody knows anything about those accounts and you really don't have...

  • RE: Managing Transaction Logs

    Great article. I find myself struggling to explain these concepts to people on a weekly basis. You've put everything very clearly.

  • RE: Need Help with Query to Report on Drive Space Metrics Collected

    Some of the problems originate from the fact that there could be multiple samples in that table for a given date. The solution I've settled upon at the moment:

    DECLARE

    @Date1...

  • RE: Which index needs the maintenance more?

    Thx. That's a good point that it depends on how much the index is used.

  • RE: Space for Database SQL Server 2005

    Did you shrink the database/data file after you truncated the table?

  • RE: Linked Server

    Have you tried breaking the query down into smaller parts to isolate what is giving that exact error? Have you tested the connection to the linked server from SSMS?

  • RE: The Most Important SQL DBA Areas

    the common items mentioned above (backups, restore, monitoring, security etc) will apply to EVERY database so I would consider them to be basic required knowledge.

    That's a great way of putting...

  • RE: The Most Important SQL DBA Areas

    Above, Carl gave us an example of simulating a particular kind of corruption to practice recovering from it. Are there other simulations that you guys run through to help keep...

Viewing 15 posts - 16 through 30 (of 59 total)