Forum Replies Created

Viewing 15 posts - 2,596 through 2,610 (of 6,104 total)

  • RE: Login Failed

    In SQL Server 2000's Books Online there is a section entitled "Security Account Delegation." It tells you all you need to know.

    You can find it at Administering SQL Server >>...

    K. Brian Kelley
    @kbriankelley

  • RE: Away From SQL

    Weapon speeds were just... broken. Broken especially if you were playing with cumulative init. Speed is only one of the factors that need to be considered. For instance, the wielder...

    K. Brian Kelley
    @kbriankelley

  • RE: Sql Server 2005 Dev Version Installation Issue

    Is .NET Framework 2.0 still installed? If so, you'll need to uninstall it, too. Uninstalling SQL Server 2005 beta I don't believe uninstalls that, too.

    K. Brian Kelley
    @kbriankelley

  • RE: Joel U

    I second the "got the T-shirt" perspective and this is generated mainly from my own observations from the military and IT. Having worked in the trenches gives you a better...

    K. Brian Kelley
    @kbriankelley

  • RE: Role & Permission

    In SQL Server 2000 you can also grant the CREATE <object> rights manually. This will create the objects belonging to the user. The user will have complete rights over his...

    K. Brian Kelley
    @kbriankelley

  • RE: Getting the appName?

    You'll want to post this as a different topic. However, did you have any tracing on (Profiler traces)? Do you have any log reading software (Log Explorer, Apex SQL Log)?

    K. Brian Kelley
    @kbriankelley

  • RE: Login Failed

    You're running into a double-hop issue. You're doing Windows authentication to connect to the first SQL Server. You're also got the linked server connection to do the same to the...

    K. Brian Kelley
    @kbriankelley

  • RE: Blocking TCP Port 1433?

    Use a high number port, above 1024. Stay away from the common ports, like the list you've included. When we assign ports for apps, we break out dice. Yup, Dungeons...

    K. Brian Kelley
    @kbriankelley

  • RE: what is best operating system for sql server 2000

    Hi Betty,

    If you have an MSDN subscription and access to the download of SQL Server 2000 Developer Edition, that should be all you need. You'll likely need the first as...

    K. Brian Kelley
    @kbriankelley

  • RE: Finding/Listing All Databases

    SQLRecon is here:

    Special Ops Security: SQLRecon

    It's from Chip Andrews, the same guy who runs SQLSecurity.com and coded the SQLPing application. Much preferable...

    K. Brian Kelley
    @kbriankelley

  • RE: what is best operating system for sql server 2000

    Windows XP cannot run SQL Server 2000 Standard or SQL Server 2000 Enterprise. However, it can run SQL Server 2000 Developer edition, which is SQL Server 2000 Enterprise running under...

    K. Brian Kelley
    @kbriankelley

  • RE: Authentication Problems

    A Windows user must have a login in order to connect to the SQL Server. Whether this is through the login itself or through a Windows group does not matter.

    In...

    K. Brian Kelley
    @kbriankelley

  • RE: Server Databases and info

    Check out the most recent posting on my blog. I was just pulling drive letters in my code for each database, but it's similar to what you're trying to do...

    K. Brian Kelley
    @kbriankelley

  • RE: Login failed for user ''''NT AUTHORITY\ANONYMOUS LOGON''''

    It is in Active Directory, but with delegation turned on. Check with your system/domain administrators about this.

    K. Brian Kelley
    @kbriankelley

  • RE: Linked Server

    How do you know it's coming back from [A]? Are you seeing any activity occuring on ?

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 2,596 through 2,610 (of 6,104 total)