Forum Replies Created

Viewing 15 posts - 1,876 through 1,890 (of 7,164 total)

  • RE: Delete taking time due to foreign keys

    Krishna1 (2/20/2013)


    Created index on foreign key tables , for key column of the base table. but no luck.

    Not the Base Table, the Child Table needs an index on the columnthat...

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

  • RE: Looking for a way to move files from a dynamic source location to another dynamic archive location

    Nice work. Happy you found a way forward. Thanks for posting back.

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

  • RE: Max Server Memory

    SQL Server actually will not use the page file unless the server is under duress. Page file access is very slow compared to RAM access, so SQL Server aims to...

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

  • RE: Update with CASE statement

    What has happened to the venerable CASE expression? I am surprised no one has mentioned it thus far but there is no such thing as a CASE statement in SQL...

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

  • RE: SSIS ForEach Loop Container - loop through all DB's

    The one I attached to this thread does not write anything, it just selects and then pops a message box. I looked at the one you attached and the Execute...

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

  • RE: SQL Server Agent not running

    The service account should not need to be a local admin, and I agree with you, I think it's a bad idea.

    Here is the description of the SQLServerSQLAgentUser$MYCOMPUTERNAME$MSSQLSERVER group...

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

  • RE: SQL Server Agent not running

    When you changed the service account for the service did you use the Services MMC (e.g. from Control Panel>Administrative Tools) or did you use the SQL Server Configuration Manager?

    Just confirming,...

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

  • RE: SQL Server Agent not running

    Frank Cazabon (2/19/2013)


    opc.three (2/19/2013)


    I do not think you need to add anyone to the sysadmin Role for this. Per the article you just need to add the service account you...

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

  • RE: Revoking public Role Permissions not working

    I can duplicate what you're seeing with your audit query...it shows public still has GRANT S on sys.check_constraints for me but again in practice users that are only in public...

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

  • RE: When does a variable get evaluated

    aaron.reese (2/19/2013)


    FWIW I don't like script tasks as I think that they obfuscate what is happening (and VB.net scares me!) . I would prefer to use an alternative where...

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

  • RE: Revoking public Role Permissions not working

    Shawn Smith (2/19/2013)


    Great ideas but unfortunately they did not resolve my particular issue. After running with your initial advice with no luck I tried extending your DENY commands to...

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

  • RE: Looking for a way to move files from a dynamic source location to another dynamic archive location

    Sounds like you already did all the difficult parts of the processing you need to get done. A File System Task should be all you need to move the file...

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

  • RE: script task

    I use Script Tasks so I can have access to .NET to do things that are not built into SSIS (e.g. FileSystemWatcher class) or maybe are built into SSIS but...

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

  • RE: SELECT from OPENDATASOURCE error

    Define "does not work." Error message? Empty resultset? Remember, I cannot see what you see 🙂

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

  • RE: Is it possible to make an SQLCLR data type 'comparable'?

    Derek Dongray (2/14/2013)


    Of course, the problem then is to ensure that the binary format is correctly ordered!

    Need any assistance on this piece or have you found what you needed?

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

Viewing 15 posts - 1,876 through 1,890 (of 7,164 total)