Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 7,164 total)

  • RE: Today's Random Word!

    crookj (2/11/2013)


    L' Eomot Inversé (2/11/2013)


    Daniel Bowlin (2/11/2013)


    shackled

    chained

    manacled

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

  • RE: Compression backup

    You can use compression when using either but at least with TDE you won't get much of a compression ratio. If you're encrypting many columns or are using lots of...

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

  • RE: Output multiple SQL query result into excel using SSIS

    Not if you're using a Flat File Destination but you could go back and have a look at the solution-structure brad.mason5 posted earlier to get multiple csv files.

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

  • RE: Approch For picking each value from the table and assign to package variable and use.

    You're welcome. Thanks for the feedback.

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

  • RE: HOw to get Automatic Email notification for High CPU Utilization >80 % with the query which is causing the high CPU usage

    Bing "wmi alert" to read about them for SQL Server Agent. Also lookup "ssis wmi event watcher" not because you need to use the object in ssis but because the...

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

  • RE: Output multiple SQL query result into excel using SSIS

    athi_ssn (2/12/2013)


    I have created a sample package for the first 5 scripts having 5 different sources,dataflow task and destination. I wanted to know if there is any other simple way...

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

  • RE: Execution of SQL Job, the moment a file exist

    If you have a look at any of the three articles I linked to above you'll see where I talk about this issue and the pros of "watching" for a...

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

  • RE: Execution of SQL Job, the moment a file exist

    What is there to disagree about? That's not the same as watching a directory and processing a file as soon as it exists.

    Depending on the size of the package...

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

  • RE: Execution of SQL Job, the moment a file exist

    :ermm: That doesn't really get you there. The key operative word in the ask is "watch."

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

  • RE: Sql query to generate script for all jobs in sql server instance

    Side note: The % sign in the script above is a shortcut for the Foreach-Object cmdlet.

    If this absolutely must be in T-SQL then start Profiler on a test instance, right-click...

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

  • RE: Insert jpg files into SQL server

    I would probably use SSIS for this. A ForEach Loop Container containing a Data Flow that uses the Import Column Transformation is a very powerful combination.

    Here is a step-by-step that...

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

  • RE: Execution of SQL Job, the moment a file exist

    How would a For Loop allow you to watch for a file and process it the moment it arrives?

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

  • RE: What causes open transactions sys.dm_exec_requests?

    All statements are atomic, either they complete successfully or they fail, so yes they maintain their own transactions internally to ensure that all work done by the statement either completes...

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

  • RE: identity order is not in order

    Hollyz (2/11/2013)


    What would cause this out of order sequencing? Is there anyway to maintain the ordering of the identity column in the right physical order of the table?

    What you...

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

  • RE: Compression backup

    Here is a recent thread with more information from some very trusted resources:

    http://www.sqlservercentral.com/Forums/Topic1416031-1550-1.aspx

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

Viewing 15 posts - 2,026 through 2,040 (of 7,164 total)