Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 6,104 total)

  • RE: Transition from SQL Authentication to Windows Authentication on Sql 2000 Server

    Putting my audit hat (CISA) on...

    On any of your SQL Servers do you have 3rd party applications (or even home grown applications) which connect via SQL authentication? If so, can...

    K. Brian Kelley
    @kbriankelley

  • RE: XP_CMDSHELL

    Did your permissions change on the server?

    Are you a member of the sysadmin fixed server role?

    Did the password for the SQL Server service or the SQL Agent Proxy account change...

    K. Brian Kelley
    @kbriankelley

  • RE: Can''t open table with SSMS

    Roy Laws (10/27/2006)


    I am having somewhat of the same problem, the error I get is <Access to the registry key 'HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\90\Tools\Shell' is denied>. I am in the local...

    K. Brian Kelley
    @kbriankelley

  • RE: DTS password problem

    Is anything still executing the DTS package, such as a SQL Server Agent job?

    K. Brian Kelley
    @kbriankelley

  • RE: Developer Permissions on Production Database - Specific Custom DB Role Possible?

    In SQL Server 2000 there isn't a role that will give you EXECUTE rights against stored procedures and UDFs, but you can create one fairly easily. To address this problem...

    K. Brian Kelley
    @kbriankelley

  • RE: Best Config For Two Disks

    I wouldn't put tempdb on the system drive. The system drive is going to get tagged hard as is with I/O. Also, you don't want a situation where tempdb fills...

    K. Brian Kelley
    @kbriankelley

  • RE: Changing passwords across many instances

    On a related note, it looks like Red Gate is coming out with a tool called SQL Multi Script in the next couple of weeks that handles this sort of...

    K. Brian Kelley
    @kbriankelley

  • RE: Database Security

    I know this is posted in the SQL Server 7 and 2000 section, but we see posts in the wrong areas all the time. Is the SQL Server you are...

    K. Brian Kelley
    @kbriankelley

  • RE: "Unhandled exception has occurred in a component..." when launching Management Studio

    That's an operating system file... first showed up with IE5. Do you see a file by that name in C:\Windows\System32 where you are running SSMS from?

    K. Brian Kelley
    @kbriankelley

  • RE: Suggestions for PASS

    kkline (11/12/2007)


    These are great suggestions, Andy.

    I've actually been planning to work on a certification program for PASS for some time now, once I step out of the role of president.

    Look...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL Server Management Studio for the masses

    Randy Doub (11/14/2007)


    In 2005 you can add a DDL Trigger to prevent table alters and drops:

    The biggest issue that's being discussed is due to some end user executing a SELECT...

    K. Brian Kelley
    @kbriankelley

  • RE: Successful DBA

    vinuraj (11/13/2007)


    so You Mean to tell that certification is all waste.....

    It depends. As the old saying goes, "You get out of it what you put into it."

    If you're just looking...

    K. Brian Kelley
    @kbriankelley

  • RE: Invalid username or password

    It looks like you lost your LF/CR when you copied the script. GO and CREATE should be on separate lines... it looks like all of them were stripped.

    K. Brian Kelley
    @kbriankelley

  • RE: Successful DBA

    vinuraj (11/12/2007)


    Its Quite Interesting to Answer this

    well you see

    you are not interested to do certification

    you have very good experience

    but doing certified

    You surely still learn more and will get...

    K. Brian Kelley
    @kbriankelley

  • RE: SQL 2005: Connecting to Database Engines not on same Network

    Joe Clifford (11/11/2007)


    Sounds like you've got to do some DNS work - with the servers in different domains, etc. it's no wonder that you have to use an IP address...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 1,471 through 1,485 (of 6,104 total)