Forum Replies Created

Viewing 15 posts - 91 through 105 (of 7,165 total)

  • RE: Header and Detail Data

    If you post sample tables in the form of CREATE TABLE statements, sample data in the form of INSERT INTO statements and the SSIS Package you are working with I'll...

  • RE: Convert date to MMDDYYYY

    Orlando Colamatteo (4/16/2016)


    ...

    Now, interestingly enough, the same test using the built-in FORMAT function yielded similar performance to CONVERT. I am not sure if optimizations have been added but I am...

  • RE: Convert date to MMDDYYYY

    Orlando Colamatteo (2/10/2016)


    Ed Wagner (2/10/2016)


    Orlando Colamatteo (2/10/2016)


    Luis Cazares (2/10/2016)


    micang (2/10/2016)


    Orlando Colamatteo (2/9/2016)


    The performance of FORMAT is very poor when used over large sets of data which is unfortunate because the...

  • RE: SQL 2012 - 2 SSIS services after upgrading from SQL 2008 R2

    Your configuration is going to be uncommon to say the least (SQL 2005 is beyond end of life). Any response on a Forum is going to be heresay from the...

  • RE: Using the Script Task in SSIS to Process Data Files When They Arrive

    thebigvalbosky (4/14/2016)


    Hello - loved the article as well. I tried implementing it using 2008 R2 and i ran into the problem where this reference does not exist.

    [Microsoft.SqlServer.Dts.Tasks.ScriptTask.SSISScriptTaskEntryPointAttribute]

    I've...

  • RE: Tlog file full..No space to ru Backup log statement

    coolchaitu (3/29/2016)


    There is no replication or mirroring set up. How about issuing a checkpoint?

    checkpoints do not cause log truncation when in full (or bulk logged) recovery mode and a log...

  • RE: Two Things I Would Change in SSISDB Setup

    Practical, useful information from the front lines. These settings are analog to setting Max Memory on a new instance. They certainly caught my team and I off guard when first...

  • RE: On formatting SQL code

    diamondgm (3/29/2016)


    TomThomson (3/28/2016)


    Eric M Russell (3/28/2016)


    The stored procedure I'm currently tasked with refactoring reads like a 20 page short story by Clive Barker.

    You have my deepest sympathy.

    I wrote some of...

  • RE: sql and stored procedure

    sqlnewbie17 (3/28/2016)


    Thanks...That is one of the solutions but was curious to know if I could do using only t-sql.

    Anyways thank you for the response.

    As I mentioned I would use SSIS...

  • RE: On formatting SQL code

    Are you trying to incite a riot, Phil?

    In my experience (and I think IBM did some work around this that support it) a consistently formatted codebase has less bugs than...

  • RE: More GROUP BY

    Thanks for the question.

  • RE: sql and stored procedure

    sqlnewbie17 (3/24/2016)


    Apologies to disappoint people on board for their 'humour'. But that is not the case.

    I need to extract the result from the stored procedure from a bunch of servers...

  • RE: Insert Stored Procedure Results Into New Table Without Using OPENQUERY

    william.palace (3/24/2016)


    The stored procedure presented in this article appears to be incomplete as of the time I am writing this post. The last line I can see in the textbox...

  • RE: Potential presentation idea: Groupthink: the silent organization killer

    I'd attend. I think there is a razor thin line between being a team player and carrying out the broader plan even when some implementation details may be suboptimal and...

  • RE: Opinions on triggers

    A couple places I willfully employ triggers:

    1. maintaining audit columns like last modified date and user

    2. copying modified or deleted rows to an audit table or shadow-history table

    I see it...

Viewing 15 posts - 91 through 105 (of 7,165 total)