Forum Replies Created

Viewing 15 posts - 871 through 885 (of 7,164 total)

  • RE: Disable database user

    There is no way to "disable a database user" per se. The way i do this is to remap the User i want to "disable" to a different Login, a...

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

  • RE: Today's Random Word!

    L' Eomot Inversé (7/17/2013)


    Revenant (7/17/2013)


    The Dixie Flatline (7/17/2013)


    bcsims 90437 (7/17/2013)


    JAZZ Master (7/17/2013)


    SQLRNNR (7/17/2013)


    petrified

    putrefied

    purified

    perforated

    penetrated

    defenestrated

    immolated

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

  • RE: Execute Child packages parallel in loop

    jjr.123 (7/14/2013)


    Hi Can you please share me a sample package that shows how to configure int32 variable to increment by 1 ,

    other string variable to hold the packageName , and...

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

  • RE: SSIS load?

    The Integration Services is required to be installed to get some important binaries onto the server but the service doesn't even need to even be running for you to successfully...

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

  • RE: Execute Child packages parallel in loop

    jjr.123 (7/11/2013)


    hi ,

    I have a master package which calls the child packages from a folder dynamically, when i tried this with execute package task inside a for each loop container...

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

  • RE: handling errors in SSIS 2008

    Not sure exactly what you've got in place but I sense a bit of misunderstanding in what you're saying. When you redirect the error output from an OLE DB Destination...

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

  • RE: User with database role of "NULL"

    All Database Users will at minimum be a member of the public Role. This affords them basic permissions like connecting to the database. Now, you can grant or deny permissions...

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

  • RE: SSIS job failing intermittently, connectionmanager failing

    SKKO (7/12/2013)


    Thanks, but the time out is set to infinite so it should never time out.

    It happens less than 2 minutes into the job each time.

    Are you thinking of the...

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

  • RE: Powershell script being run as SQL agent job

    MickyD (7/10/2013)


    opc.three (7/10/2013)


    Is the server 64-bit? Does the server have the Excel Object Model installed either via Office or VSTO? How are you kicking off the script, in a PowerShell...

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

  • RE: Check if Function EXISTS before adding

    The other option is to use dynamic SQL:

    IF NOT EXISTS ( SELECT *

    FROM sys.objects

    ...

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

  • RE: Powershell script being run as SQL agent job

    Is the server 64-bit? Does the server have the Excel Object Model installed either via Office or VSTO? How are you kicking off the script, in a PowerShell step-type or...

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

  • RE: Linked Server Issue

    If you need this to work, you're in for a deep-dive.

    Troubleshooting Kerberos Authentication problems – Name resolution issues

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

  • RE: Linked Server Issue

    ApologetixFan (7/9/2013)


    Thanks to @opc.three for all the input. If this is the case, it seems rather ridiculous that all the ducks must be in a perfect row for this to...

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

  • RE: bad Windows login when connect to SQL

    chauchs (7/9/2013)


    Is there a way to edit the system functions?

    Nope. The ability to mess with system objects was taken away in SQL 2005 because people were modifying the system in...

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

  • RE: bad Windows login when connect to SQL

    chauchs (7/9/2013)


    no, I don't tried create/drop login because now the problem is solved

    I do not know how, I just deleted and created some other logins and it seems that...

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

Viewing 15 posts - 871 through 885 (of 7,164 total)