Viewing 15 posts - 1,321 through 1,335 (of 6,105 total)
Lowry Kozlowski (3/25/2008)
Clarification... you did select Databases in the roles? within that you deny or grant
True, but as the original poster pointed out, you still need ALTER rights at the...
March 25, 2008 at 3:18 pm
EdVassie (3/14/2008)
March 25, 2008 at 2:28 pm
If they are admins, you can strip away permissions, but typically administrators have access to everything. The multiple layers of security required to make this work wouldn't be very feasible....
March 25, 2008 at 2:27 pm
Yes, hardware load balancer, such as with an F5 BigIP, Cisco's load balancer, etc. In those cases the load balancer would have to be configured to maintain state.
March 25, 2008 at 2:21 pm
I've not seen that. Do you have audit success and failure both turned on? If so, does it indicate a difference in the login names when you connect via RDP...
March 25, 2008 at 2:20 pm
It's been a few years when we had that coversation with MS and the basic gist was, "We'll be more than happy to put resources on site to assist, and...
March 25, 2008 at 2:14 pm
Here's your firepower for new hardware and a new setup:
How to move a Windows Cluster Server from one domain to another
Right near the top:
Note We do not recommend performing this...
March 25, 2008 at 1:24 pm
From a security perspective, there's usually an argument against registering SQL Server databases and publications in AD. Anyone with read rights (basically most every authenticated user) can locate the information,...
March 25, 2008 at 1:20 pm
A follow-on article discussing the networking config (heartbeat, public), would be ideal. Sometimes this configuration can cause a fail-over unexpectedly. I've got that t-shirt.
March 25, 2008 at 11:40 am
Engineers are very much alike, whether they are in the traditional engineering fields or are "system engineers" and whether or not they have the title or not. Give 'em enough...
March 20, 2008 at 7:50 am
Aye, on SQL Server 2005, database mail is the answer, as Joe has indicated. If you're on SQL Server 2000, or you are using SQL Mail on 2005 (you shouldn't...
February 25, 2008 at 11:23 pm
You can do it that way, script and re-run, or you can just use sp_changeobjectowner for each object and see what breaks and then fix those up as you encounter...
February 20, 2008 at 9:30 am
paule (2/20/2008)
1. How would I use SQL Enterprise Manager from a remote location with Windows Authentication? I thought the only...
February 20, 2008 at 9:27 am
The stored procedure sp_changeobjectowner can do that. However, is your server SQL Server 2000 or 2005? Changing the owner will break any object references for stored procedures and views which...
February 20, 2008 at 9:17 am
Here's a second on the pocket guide. It was the first SQL Server 2005 book I picked up and it was more than worth the price.
February 20, 2008 at 9:12 am
Viewing 15 posts - 1,321 through 1,335 (of 6,105 total)