Forum Replies Created

Viewing 15 posts - 2,521 through 2,535 (of 6,104 total)

  • RE: Looking for help due to SOX - Removal of local admin from DBAs

    DBAs don't need local administrative access to the servers if the responsibilities for said DBAs are solely within SQL Server. Notice I said solely, as in nothing outside of SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Where to download RS from?

    Contact your software reseller. Reporting Services is available for all SQL Server 2000 licenses. However, it looks like as MS has upgraded its site for SQL Server 2005, certain things...

    K. Brian Kelley
    @kbriankelley

  • RE: How to secure database

    Discussions on how to secure your SQL Server and database will go beyond any forum discussion. Are you trying to secure the database objects? What is the database going to...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server and MySQL - can''''t they just get along?

    Yes, I've gotten it working. Can you describe your setup and the error message you've gotten? I'm using a standard System DSN and connecting to it using the OLEDB Provider...

    K. Brian Kelley
    @kbriankelley

  • RE: Hyperthreading - will it be fixed with a service pack

    This is true, and the support for hyperthreading differs between Windows 2000 and 2003, making a hotfix specifically for SQL Server that much more difficult. Windows 2000 will see the...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL 2000 Job Wont Stop Running

    xp_cmdshell & CmdExec are basically the same thing. You're shelling out to a command shell on both cases. However, if the application doesn't do a good job of error handling...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 20 Dec 2005

    OK, I see what you're saying. By default they get the default domain policy but for some reason they override even that according to the MS docs. Hrm. Gotta test...

    K. Brian Kelley
    @kbriankelley

  • RE: clustered index in what information_schema?

    You can use sysindexes for the time being, but you probably want to query against the view sys.indexes. The column type_desc tells you what type of index it is. Clustered...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows nt fibers

    From http://www.sql-server-performance.com:

    SQL Server 7.0 and 2000, by default, run in what is called "thread mode." What this means is that SQL Server uses what are called...

    K. Brian Kelley
    @kbriankelley

  • RE: orphaned logins

    This is a known bug that happens after MS03-031. A hotfix is available here.

    FIX: You are prompted for password confirmation after you change a...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 16 Dec 2005

    Create yourself two columns. The first for @x, the second for @y. Follow through the program logic as if you were SQL Server. Keep track of what gets printed to...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL 2000 Job Wont Stop Running

    Same result when you execute the xp_cmdshell manually, say through Query Analyzer?

    K. Brian Kelley
    @kbriankelley

  • RE: Revoke permission issues

    I answered this in another posting of raj's. You cannot revoke access to the guest user in either master or tempdb. Bad things happen (Chris Leonard did this to test...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 20 Dec 2005

    Unless the local policy is set to block the global policy, the domain policy, because it has a higher precendence, will override the local security policy. However, the policy that's...

    K. Brian Kelley
    @kbriankelley

  • RE: Question of the Day for 20 Dec 2005

    Correct, but the question asks if you can set Check Password without Check Policy. You can't. If you want to perform password checking, policy checking is required.

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 2,521 through 2,535 (of 6,104 total)