Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 6,104 total)

  • RE: Grant only create Procedure rights

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Installing SQL Server on c drive

    EdVassie (3/14/2008)


    My take is that if the Windows admins want it moved for existing installs, they need to show the costs, downtime, risks and benefits involved in the move. ...

    K. Brian Kelley
    @kbriankelley

  • RE: Installing SQL Server on c drive

    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....

    K. Brian Kelley
    @kbriankelley

  • RE: Load Balancing for SQL2005 SSRS

    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.

    K. Brian Kelley
    @kbriankelley

  • RE: How Come a Local Windows Admin Can Log into SQL as a Sysadmin

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Can I migrate a SQL Server cluster to a new AD domain?

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Can I migrate a SQL Server cluster to a new AD domain?

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Active Directory?

    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,...

    K. Brian Kelley
    @kbriankelley

  • RE: Configuring SQL Server 2005 Failover Settings in Windows Server 2003

    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.

    K. Brian Kelley
    @kbriankelley

  • RE: Human Power

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Receiving a netsend msg when a row is deleted from a table

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Removing a db_owner

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Securing the SA Account in SQL Server 2005

    paule (2/20/2008)


    SQL 2005 newbie here dealing with this issue -

    1. How would I use SQL Enterprise Manager from a remote location with Windows Authentication? I thought the only...

    K. Brian Kelley
    @kbriankelley

  • RE: Removing a db_owner

    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...

    K. Brian Kelley
    @kbriankelley

  • RE: Good book on SQL 2005

    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.

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,321 through 1,335 (of 6,104 total)