Forum Replies Created

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

  • RE: UPSERT USING SSIS 2005

    How are you handling when more than one column's value is updated?

    John Rowan

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

  • RE: what does return from a CRUD store procedure

    Yep, that's clear. I understand what your stored procedure is trying to do. What I'm unclear on is what you are wanting help with. What is your...

    John Rowan

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

  • RE: GENERATE IDENTITY VALUE IN THE DATAFLOWTASK PIPLINES

    No problem, glad to help.

    John Rowan

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

  • RE: what does return from a CRUD store procedure

    I'm not clear on what you want to do. Can you provide an example of what you want your SP to return given a specific input?

    John Rowan

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

  • RE: Simple question for quick answer

    Use ROW_NUMBER().

    John Rowan

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

  • RE: GENERATE IDENTITY VALUE IN THE DATAFLOWTASK PIPLINES

    OK, you're close, but now quite there. I should have expanded my explanation a bit in my previous post. Here's what I did to get my example to...

    John Rowan

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

  • RE: UPSERT USING SSIS 2005

    For what it's worth, I third the motion to see this in an article. Have you done any time/performance comparisons on this method versus the SCD transformation?

    John Rowan

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

  • RE: Failed to retrieve long data

    Where do you get this error? In the OLE DB Source component?

    John Rowan

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

  • RE: GENERATE IDENTITY VALUE IN THE DATAFLOWTASK PIPLINES

    I would create a package level (or scope it to the data flow) variable of type int and set to zero. The code in the Script Transformation will use...

    John Rowan

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

  • RE: start sql server 2000 problem

    Have you ever been able to connect to this SQL Instance? Are you the SQL administrator?

    John Rowan

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

  • RE: Opinions on SQL Server Software

    You could pull this off with SQL Server profiler along with some well written queries to pull the server level performance metrics. As far as a third party tool,...

    John Rowan

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

  • RE: Failed to retrieve long data

    So is this happening in a data flow? Are you using an OLE DB Source? I had a similar problem pulling data from Teradata into SQL Server. ...

    John Rowan

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

  • RE: Extracting data from multiple tables

    This sounds an aweful lot like a homework question. Why don't you post the table DDL and the SQL code that you've written so far so we can help...

    John Rowan

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

  • RE: GENERATE IDENTITY VALUE IN THE DATAFLOWTASK PIPLINES

    Add a Derived Column Transformation to your dataflow to hold the Identity value, default it to zero. Add a Script Transformation and increment the ID value in the script.

    Just...

    John Rowan

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

  • RE: Opinions on SQL Server Software

    rsteckly (8/5/2009)


    Hi,

    .......I'd like a tool that monitors the database server(s) and notifies me when issues arise. Ideally, this tool would allow me to export the data.

    I'd like to be...

    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,216 through 1,230 (of 3,232 total)