Forum Replies Created

Viewing 15 posts - 2,731 through 2,745 (of 6,104 total)

  • RE: Error 21002 [SQL-DMO] User "xxx" already Exists

    Off-hand:

    You build a cursor of orphaned users.

    Within that you build a cursor of objects owned by the particular user.

    You use sp_helprotect to output the permissions to a temp table.

    You execute...

    K. Brian Kelley
    @kbriankelley

  • RE: Scripting Security

    Unless there is a corporate policy restricting them from such tools, if they have access to the database, they can script the objects. It's one of those catch 22s. SQL...

    K. Brian Kelley
    @kbriankelley

  • RE: Free E-Learning on SQL Server 2005 from Microsoft

    The site uses ActiveX controls (no surprise). I think the certificate popup is because the root certificates updates Microsoft also passes down has the Root CAs for Microsoft's certificates. I...

    K. Brian Kelley
    @kbriankelley

  • RE: Unable to create procedure with ''''dbo'''' owner

    Allow them to create stored procedures as themselves. A DBA level should be doing at least a cursory review. If it looks good, execute an sp_changeobjectowner command to make it...

    K. Brian Kelley
    @kbriankelley

  • RE: Ratings on sponsored articles (RedGate)

    Submit to Steve a bug notice (Report a problem). While I can see that some folks are able to vote, if you're experiencing this issue, likely others are as well.

    K. Brian Kelley
    @kbriankelley

  • RE: Which one is good, Veritas Clustering or Windows 2000 Clustering.

    There are a lot of factors that weigh into this decision, so no one is going to be able to say, "This clustering solution is best," without knowing the facts...

    K. Brian Kelley
    @kbriankelley

  • RE: Unable to create procedure with ''''dbo'''' owner

    The only two roles that can create an object as a different owner are: db_owner, db_ddladmin. Unfortunately, they do have permissions to alter the table due to the nature of...

    K. Brian Kelley
    @kbriankelley

  • RE: Ratings on sponsored articles (RedGate)

    If you go to the SQLServerCentral.com specific page on the article, which lets you know it's an external link, there's a rating option right there on that page.

    K. Brian Kelley
    @kbriankelley

  • RE: Can sysadmins be limited?

    Also, within the database a sysadmin maps in as dbo, which means the sysadmin effectively ignores any security on a database object.

    K. Brian Kelley
    @kbriankelley

  • RE: Cluster installation problem

    Then make sure you set up aliases on all physical nodes before doing the installation as per the article. Once you've gotten at least SP3 for SQL Server 2000 on...

    K. Brian Kelley
    @kbriankelley

  • RE: Missing Store Procedures and updated creation date

    Then I understand why Microsoft can't explain what happened. If there was no data corruption, someone (or some account) had to have dropped those stored procedures. Without more auditing in...

    K. Brian Kelley
    @kbriankelley

  • RE: Preferences

    Are you saying both are executing at the same time? If so, and they're coming from different connections, SQL Server is going to process the one that actually came first,...

    K. Brian Kelley
    @kbriankelley

  • RE: Executing/Scheduling A DTS

    The error is important (expand the job step history to see the exact error). Keep in mind that when you execute it, it executes on your computer under your user...

    K. Brian Kelley
    @kbriankelley

  • RE: Clustered Index

    Generally it's a really bad idea to do indexing against a varchar field. Out of curiousity, when selecting the clustered index, did you do so based on what's getting inserted,...

    K. Brian Kelley
    @kbriankelley

  • RE: Missing Store Procedures and updated creation date

    If there was no data corruption, something had to have happened which dropped those stored procedures. Does any service accounts have sysadmin access or db_owner access to the given database?...

    K. Brian Kelley
    @kbriankelley

Viewing 15 posts - 2,731 through 2,745 (of 6,104 total)