Viewing 15 posts - 346 through 360 (of 6,105 total)
Are you just granting the ability to connect to the database or are you also assigning them to a role further down?
May 11, 2010 at 1:21 pm
I like Spolsky's and Fog Creek's take on performance and compensation.
We as humans tend to think we've done better than what we've actually done. So that means...
May 11, 2010 at 9:42 am
eric_russell 13013 (5/4/2010)
May 4, 2010 at 2:13 pm
eric_russell 13013 (5/4/2010)
May 4, 2010 at 12:18 pm
There is a difference between ownership and execution context. Typically the jobs are not owned by the SQL Server Agent service account. They are owned by whowever created the job...
May 4, 2010 at 10:14 am
You can't turn off ownership chaining. So you can't turn off the implicit permissions. But because you posted this in a SQL Server 2005 forum, let's look at what you...
May 4, 2010 at 9:12 am
As a former AD architect, here's why I say that:
- One, it can be a nightmare to troubleshoot that linked server connection. It's fraught with issues, which you can see...
May 4, 2010 at 9:04 am
I would recommend using a script outside of SQL Server which runs periodically and populates lookup tables for users, groups, and group memberships. Your AD administrators will thank you. 🙂
May 4, 2010 at 7:44 am
Are you using a Symantec/Veritas product to backup the server? If so, it likely recognizes that there is a SQL Server on the system and is using the SQL Server...
May 3, 2010 at 9:14 am
If your asymmetric keys were created from the database master key (they should be unless you specified otherwise), once you regain access to the database master key, yes, you should...
April 30, 2010 at 2:54 pm
By default SQL Server is case insensitive with respect to the login. So unless you've chosen a collation when you installed SQL Server that is case sensitive, it doesn't matter...
April 30, 2010 at 12:35 pm
Did you remove BUILTIN\Administrators without adding back in NT Authority\System with sysadmin rights? If so, the Full Text service needs to run under System and that's how it connects into...
April 30, 2010 at 12:32 pm
Toby White (4/29/2010)
April 29, 2010 at 8:35 am
Can you post the error you're getting? Can you ping the SQL Server? Can you telnet to the port that it's listening on?
April 29, 2010 at 6:54 am
Viewing 15 posts - 346 through 360 (of 6,105 total)