Forum Replies Created

Viewing 15 posts - 511 through 525 (of 6,104 total)

  • RE: MS09-043

    I'm not sure. I know SQL Server 2008 is definitely affected. I have asked on one of the patch management mailing lists. I'll post what I hear back.

    K. Brian Kelley
    @kbriankelley

  • RE: Object creation - User details

    In SSMS. Right-click on the database and choose Reports. Choose Standard Reports | Schema Changes History.

    That will give you time/date and who did it, provided the info is still in...

    K. Brian Kelley
    @kbriankelley

  • RE: instances of sql2005 and sql2008 on same cluster?

    Jeffrey Williams (8/10/2009)


    Thanks for the links - not sure where in there it talks about side-by-side installation, but I will review it in more detail when I have some time.

    The...

    K. Brian Kelley
    @kbriankelley

  • RE: Install a default instance

    ouqiwu (8/10/2009)


    I used named instance, name EOS50, for SQL server 2008 instance. But this solution requests to add EOS50/ to all database connection string in the application code. So we...

    K. Brian Kelley
    @kbriankelley

  • RE: instances of sql2005 and sql2008 on same cluster?

    Katmai - Custom components and upgrade

    The Key SQL Server 2008 BI Migration: DTS to SSIS 2008, Part 2 of 2[/url]

    Trash Destination Adapter

    K. Brian Kelley
    @kbriankelley

  • RE: Install a default instance

    There can only be one default instance on a system. Therefore, if you want a SQL Server 2008 default instance, you will need to uninstall the SQL Server 2000 default...

    K. Brian Kelley
    @kbriankelley

  • RE: instances of sql2005 and sql2008 on same cluster?

    As indicated, it's really no different than multiple instances of the same version of SQL Server on a cluster. You still have to make the appropriate plans for resources. Where...

    K. Brian Kelley
    @kbriankelley

  • RE: CHANGING DB-OWNERSHIP TO SA ACCOUNT

    To ensure database access is clear:

    If a login has CONTROL SERVER rights that login has access to every database. Likewise, if a login is a member of the sysadmin fixed...

    K. Brian Kelley
    @kbriankelley

  • RE: Email upon any login failure

    Jack Corbett (8/7/2009)


    Brian probably has the best idea. Didn't even think about the brute force attack, although I did almost mention reading the SQL Server Error Log via a...

    K. Brian Kelley
    @kbriankelley

  • RE: Email upon any login failure

    My recommendation to you is to take a slightly different approach. It would be better if you run a job or process periodically (say every 15 minutes) that checks for...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Groups in SQL Server Question

    You should look at removing BUILTIN\Administrators. That's a given, because it means administrators have to jump through the other hoops to get access. You should not, however, look at removing...

    K. Brian Kelley
    @kbriankelley

  • RE: Windows Groups in SQL Server Question

    Lee,

    in short, you can't stop the system administrators. If I have admin rights to your server, I will get in to your SQL Server. So you've got to...

    K. Brian Kelley
    @kbriankelley

  • RE: Cannot Access directory in novell shared folder from sql server xp_cmdshell

    I think the Novell volumes are only visible through the Novell client. I believe that client only works for a logged on user (not for a service like SQL Server)....

    K. Brian Kelley
    @kbriankelley

  • RE: All SSAS Logins are missing

    If you bring up the SSAS properties for that server (right-click on the server and choose properties) and then click on the Security page, do you see who is listed...

    K. Brian Kelley
    @kbriankelley

  • RE: Can someone please help me with a simple schema example for security?

    Free (7/15/2009)


    Hi there,

    I have 2 groups of developers

    Dev1Team

    Dev2Team

    How would i set it up so each group will there their own schema, and they can create / change / objects in...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 511 through 525 (of 6,104 total)