Viewing 15 posts - 241 through 255 (of 6,105 total)
Local system fails the recommendation on two points:
- It is a local, not a domain account.
- It is, by rule, a member of the administrators group (actually it has more...
April 22, 2011 at 9:29 am
It could also be the case where the SQL Server is having issues talking with the DCs. The application and system event logs would tell the story there.
April 22, 2011 at 9:26 am
To start with, you have to grant CREATE PROCEDURE permissions. Looks like you've got that.
If it's in a schema the user doesn't own, you've got to grant ALTER SCHEMA permissions,...
April 21, 2011 at 7:23 pm
Allen Krehbiel (4/21/2011)
April 21, 2011 at 2:48 pm
The dev and dbo schemas share the same owner. That's why the ownership chaining is working. There are two ways of attacking this:
1) By the use of schema. Segregate objects...
April 21, 2011 at 12:06 pm
Is there a reason you don't set up all these domains to have an external trust relationship where those domains trust the domain where your user accounts reside? That would...
April 21, 2011 at 12:02 pm
Cannot find the user 'DOMAIN\domainuser'
That seems to be the real issue. Are you sure the username wasn't mistyped and that it existed in the database as a user?
April 20, 2011 at 2:41 pm
That's why I indicated if you permit access to it. And remember, attacking servers isn't just about what they contain with respect to data. It's also to see what other...
April 20, 2011 at 7:39 am
Short of using something like a server-level DDL trigger, no.
April 20, 2011 at 3:19 am
The public role has a lot of grants, that is true, but it should typically be left alone. Otherwise you could put your SQL Server in an unsupported state.
Also,...
April 20, 2011 at 3:18 am
dioscoredes (4/20/2011)
April 20, 2011 at 3:13 am
jeff.mason (4/19/2011)
April 19, 2011 at 2:20 pm
jeff.mason (4/19/2011)
April 19, 2011 at 1:36 pm
Craig A. Silvis (4/19/2011)
There are...
April 19, 2011 at 1:34 pm
Craig A. Silvis (4/19/2011)
PowerShell is, IMHO, the best free solution to finding new installations of SQL server on your network.
Have you tried Quest's Discovery Wizard? It's free, too.
Also, when we...
April 19, 2011 at 10:58 am
Viewing 15 posts - 241 through 255 (of 6,105 total)