Forum Replies Created

Viewing 15 posts - 1 through 15 (of 3,232 total)

  • RE: Add only changed or new rows to table

    Another question in addition to Phil's...will your target table be updated by anything outside of this process?  For example, will other processes or a users be able to update this...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Create Table with appropriate Data Types based on flat file

    Use the Data Import Wizard.  Set it up to read from your flat file with the correct delimiter, then on the Advanced tab, press the 'Suggest Types' button.  This will...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Upgrade Advisor Errors

    Thanks Lowell, I'll check that tonight as well.  I should have brought my laptop with me today!

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Upgrade Advisor Errors

    I'll have to go back and check on the .NET framework.  It's a Windows 10 laptop, 64-bit.  I'm pretty sure I've got the right .NET framework as I'm running Visual...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS --Taking ID from destination table to copying the same in the another destination table

    Sounds like a package with two data flows. In your first data flow, load the master table. In the second data flow, load the child data, but look...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: the promotion has decided to go out with a bang

    reported as spam

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: early weigh-in results: Rousey hits 135, Hendricks pablinaerer

    reported as spam

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Insert or replace?

    You don't need the replace function here. Simply set the Description value to your desired value (in this case, accountID + description)

    update c

    set [Description] = t.accountid...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: DBA without sa rights???

    huh, I'm in downtown Fort Worth! Looks like we're almost neighbors. Do you want to do DBA work, web development, etc? There are technical recruiting firms here...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: DBA without sa rights???

    Time to start looking...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Different Environment for different datasources

    I would recommend going with straight up Package parameters to set these. If you are on 2012 and greater, consider using SSIS environments. Here's a walk-through. I...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Output the Results of T-SQL Query to an e-mail attachment and/ or Body

    I assume this is from Integration Services? If so, use a data flow to put the query results in a file (with your format of choice) and then use...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Packages --> 2 questions

    Guessing that the DTS.Runtime library is referencing the local SSIS instance. Not sure how you'd point that to another catalog. You may check the class properties to see...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: Trigger causing deadlocks

    Consider changing your design. I prefer to not persist this type of value in my data. A view would be a great way to expose the 'IsActive' value...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

  • RE: SSIS Packages --> 2 questions

    In addition to what Phil gave you for question #1, you say you want an easy user interface for execution packages? What about SQL Agent? Why not set...

    John Rowan

    ======================================================
    ======================================================
    Forum Etiquette: How to post data/code on a forum to get the best help[/url] - by Jeff Moden

Viewing 15 posts - 1 through 15 (of 3,232 total)