Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 7,164 total)

  • RE: New SQL 2012 server not showing up

    Is the SQL Server Browser service running?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Sorry, that was an extension of my view and your position. By willfully enabling xp_cmdshell, your position, you have made it easier to be attacked, my view, therefore you are...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table designer using new DOMAIN\User schema instead of dbo when creating new tables

    This describes what you're running into:

    Connect > Default Schema for Windows Group

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Jeff Moden (9/21/2012)


    opc.three (9/21/2012)


    Jeff Moden (9/21/2012)


    opc.three (9/21/2012)


    Yikes. The more we talk about this the more your approach to security sounds like 'why bother.'

    I am actually becoming quite astonished that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table designer using new DOMAIN\User schema instead of dbo when creating new tables

    I am running out of ideas so I re-read the whole thread. Something says to me this is related to Windows Group membership and possibly membership in multiple groups.

    I know...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: x-cmdShell access

    Jeff Moden (9/21/2012)


    opc.three (9/21/2012)


    Yikes. The more we talk about this the more your approach to security sounds like 'why bother.'

    I am actually becoming quite astonished that you're trying to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table designer using new DOMAIN\User schema instead of dbo when creating new tables

    Forgive me if we're covering already covered ground. I am trying to follow along.

    Is it to say that you created a new login on the named instance for domain\user3?...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Execute Child Packages in parallel

    FEL will operate sequentially. You could add additional FELs and have all select a mutually exclusive subset of the packages you need to execute.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Multiple Source to Multiple Destination package

    You can have a single Data Flow copy multiple tables.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table designer using new DOMAIN\User schema instead of dbo when creating new tables

    Are there any diffs between the privilege or permission_path when you run this against each principal?

    EXEC sys.xp_logininfo

    @acctname = 'domain\user1',

    @option = 'all';

    EXEC...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: From flat file to flat file

    I would have more questions. Here are a couple options based on the answers to the questions.

    - Can the entire file fit comfortably in memory? If so then in Data...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL %Processor Time

    😛 sorry, no harm meant

    I would look for high CPU queries using the initial post, there are lots of queries online for this. Proving it to the vendor is always...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: How to know if db accounts have blank passwords?

    jporgy (9/21/2012)


    So Give this, is it fair to say that the auditors simply need to look at the OS level security policy because it should take effect on the SQL...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SQL %Processor Time

    mhall2007 (9/21/2012)


    This is a vendor application so adding indexes or modifing queries is out of the question.

    What does that have to do with identifying the problem?

    It's possible it is related...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Table designer using new DOMAIN\User schema instead of dbo when creating new tables

    Check that the two users that get their tables created in dbo are not somehow in the sysadmin Fixed Server Role, either explicitly by a named login (but you said...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 3,091 through 3,105 (of 7,164 total)