Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 6,104 total)

  • RE: Setting up a Login

    Have you gone into SQL Server Configuration Manager (Start | All Programs | Microsoft SQL Server 2005 | Configuration Tools | SLQ Server Configuration Manager) and enabled the protocols you...

    K. Brian Kelley
    @kbriankelley

  • RE: Dsitributed query question

    Also, if that is the real server name, user, and password, please change your password immediately. Keep in mind you just posted it to a public forum which gets indexed...

    K. Brian Kelley
    @kbriankelley

  • RE: BUILTIN\administrator

    Removing BUILTIN\Administrators from the system administration role will take away "sa rights" but will still allow members of the local Administrators group to connect to SQL Server. Steve's suggestion, to...

    K. Brian Kelley
    @kbriankelley

  • RE: Group permission assigning

    Are you able to see any of the databases other than master (such as tempdb)? Also, are you able to log on to SQL Server as said user with another...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Profiler - Host Name Location?

    It's passed by the client and as a result is not guaranteed to be reliable. It's fairly easy to spoof:

    Auditing with SQL Profiler

    K. Brian Kelley
    @kbriankelley

  • RE: Is it possible to install and run both SqlServer 2000 and SqlServer 2005

    It is possible to run both SQL Server 7.0 and 2000 on the same machine. It is also possible to run SQL Server 2000 and 2005 on the same machine....

    K. Brian Kelley
    @kbriankelley

  • RE: Who should have SQL Enterprise Manager?

    ALTER LOGIN is for SQL Server 2005... Enterprise Manager is used to manage SQL Server 2000 (and 7.0, since it supported those). SQL Server 2000 uses sp_password, and that requires...

    K. Brian Kelley
    @kbriankelley

  • RE: Achieving Server Redundancy at Remote Offices

    and the wan link is down, there are procedures in place that a designated person at the facility can be guided through by a DBA

    Nope, you got it. That's what...

    K. Brian Kelley
    @kbriankelley

  • RE: Uninstall SP4 or solve problem???

    Before going to uninstall route, which will take several hours, have you tried contacting Microsoft Support? If it's a genuine bug, you most likely won't be charged. If it isn't...

    K. Brian Kelley
    @kbriankelley

  • RE: Who should have SQL Enterprise Manager?

    Actually it's relevant from an information disclosure issue. EM is an easy tool to see all the databases and users that exist on a SQL Server. So even though you...

    K. Brian Kelley
    @kbriankelley

  • RE: Achieving Server Redundancy at Remote Offices

    How are you handling network outages?

    K. Brian Kelley
    @kbriankelley

  • RE: Virtual Server

    Performance also depends on what type of virtual technology you are using. For instance, VMware ESX server has tweaks not available in GSX or in Microsoft's Virtual Server. However, as...

    K. Brian Kelley
    @kbriankelley

  • RE: DBAs as local admins on SQL 2000 Machines

    Strictly speaking, it is not necessary for DBAs to be administrators of the systems themselves. It tends to make the job easier for everyone around, and so some organizations consider...

    K. Brian Kelley
    @kbriankelley

  • RE: Encryption

    There are several issues with encryption at the database level:

    1) If I get access to the views, I can see the unencypted data anyway.

    2) if I am a sysadmin and...

    K. Brian Kelley
    @kbriankelley

  • RE: Uninstall SP4 or solve problem???

    Are you able to log on as the service account and send email normally (though Outlook, not SQL Server)? If so, are you able to do so through Outlook on...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 2,116 through 2,130 (of 6,104 total)