Forum Replies Created

Viewing 15 posts - 3,166 through 3,180 (of 6,104 total)

  • RE: SQL and IIS on Different Boxes Using Windows Authntication

    The normal NetBIOS ports needed for Windows authentication are not needed to connect to SQL Server via Windows authentication. The client passes the credentials to SQL Server through 1433 or...

    K. Brian Kelley
    @kbriankelley

  • RE: Data Encryption

    Yup. If they don't want DBAs to see the data, it needs to be encrypted before it hits SQL Server.

    K. Brian Kelley
    @kbriankelley

  • RE: Password Guess Attacks - What do you do?

    Put an IPS or an in-line IDS in place. Snort can do this sort of thing especially with some of the add-ons that allow Perl type regular expression matching. You...

    K. Brian Kelley
    @kbriankelley

  • RE: BUILTIN\administrators

    Removing the BUILTIN\administrators group is considered a best practice. However, there are some things to be aware of with Full Text Indexing and with clustered SQL Server instances. There are...

    K. Brian Kelley
    @kbriankelley

  • RE: BUILTIN\administrators

    It's not BUILTIN\Administrator but BUILTIN\Administrators. The s at the end is important. That means it's the local Administrators group. When a user logs in and gains access through BUILTIN\Administrators, it...

    K. Brian Kelley
    @kbriankelley

  • RE: Sql Server Cluster - setup not responding

    In your %windir% directory there should be a file sqlstp.log. Can you post the last ten lines or so from that log? Please make sure that you clean up any...

    K. Brian Kelley
    @kbriankelley

  • RE: Strange connectivity issue on Win2003 server

    Unfortunately, that is the answer if you're using TCP/IP as the network library. Windows Server 2003 blocks the TCP and UDP ports for SQL Server if it's prior to SP3.

    K. Brian Kelley
    @kbriankelley

  • RE: Encryption

    This concern can be eliminated by either the use of SSL or IPSec, though. If you don't have a trusted network path, you want to do this for all traffic...

    K. Brian Kelley
    @kbriankelley

  • RE: Domain Server Struck By Lightening(!) - SQL Server Security is trashed

    If it was struck by lightning there is a good chance of hardware issues. I would start there as you may need to replace the physical server.

    K. Brian Kelley
    @kbriankelley

  • RE: Changing DB Owner

    Be nice to developers! Sometimes I am one.

    K. Brian Kelley
    @kbriankelley

  • RE: Looking for a key gen !!!!

    It's also a violation of the Terms and Conditions for use of these forums:

    7.6.2 You represent and warrant that any content you post, transmit or otherwise distribute through the...

    K. Brian Kelley
    @kbriankelley

  • RE: Restoring a single table

    Not without restoring the whole backup, no. What can be done is restore the backup to a temporary location and then move the data for the single table from that...

    K. Brian Kelley
    @kbriankelley

  • RE: Changing DB Owner

    I'd put the percentage slightly higher, but not by much. However, the argument can be made from a security perspective not to use...

    K. Brian Kelley
    @kbriankelley

  • RE: DBO Rights

    I don't think the hosting provider is being overly conservative. They are just trying to implement a best practice, if at all possible. However, if it's not do-able, it's not...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server Agent Proxy Account

    Basically, it's a single account. If any user has privileges to execute xp_cmdshell and that user is not a member of the sysadmin fixed server role, then the action will...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 3,166 through 3,180 (of 6,104 total)