Viewing 15 posts - 16 through 30 (of 59 total)
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...
December 16, 2008 at 5:54 am
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...
December 15, 2008 at 4:00 pm
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...
December 15, 2008 at 9:12 am
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...
December 15, 2008 at 8:35 am
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...
November 23, 2008 at 7:42 am
Good article.
As Database Administrators we are paid to maintain three things:
* Confidentiality of data
* Integrity of data
*...
November 19, 2008 at 12:53 pm
Hmm. Is your own domain user account in the Administrators group of the server that SQL is installed on?
November 14, 2008 at 11:06 am
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...
November 14, 2008 at 7:05 am
Great article. I find myself struggling to explain these concepts to people on a weekly basis. You've put everything very clearly.
October 31, 2008 at 9:55 am
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...
September 18, 2008 at 11:15 am
Thx. That's a good point that it depends on how much the index is used.
September 18, 2008 at 8:21 am
Did you shrink the database/data file after you truncated the table?
September 17, 2008 at 12:11 pm
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?
September 5, 2008 at 12:46 pm
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...
August 21, 2008 at 7:44 am
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...
August 19, 2008 at 6:22 am
Viewing 15 posts - 16 through 30 (of 59 total)