Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 9,707 total)

  • RE: .NET SSIS Script Task issue

    Oh good grief. I'm going to go bury my head in the sand now...

    Thanks, David.

  • RE: .NET SSIS Script Task issue

    I have tried a couple of different versions of this and keep coming up with "ReadToEnd is not a member of System.IO.Stream". Google can't seem to find anything with that...

  • RE: .NET SSIS Script Task issue

    David Burrows (4/28/2014)


    Brandie Tarvin (4/28/2014)


    As I continue troubleshooting this I keep finding interesting things. Now I'm getting a message box back with this response (see attached picture).

    Anyone know what this...

  • RE: .NET SSIS Script Task issue

    As I continue troubleshooting this I keep finding interesting things. Now I'm getting a message box back with this response (see attached picture).

    Anyone know what this means?

  • RE: .NET SSIS Script Task issue

    Brandie Tarvin (4/25/2014)


    Trying Cadavre's script I get the following error:

    A WebException has been caught.System.UriFormatException: Invalid URI: The URI scheme is not valid.

    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind...

  • RE: Object already exists, but can't drop it!

    ty 54262 (4/28/2014)


    this command with the repair switch and then the repair allow data loss worked perfectly.

    Ouch. You should be leery of ever using the "allow data loss" switch with...

  • RE: Calculate average through recursive CTE

    Jeff Moden (4/25/2014)


    Brandie Tarvin (4/25/2014)


    --You only need one DECLARE statement

    -- and you can assign the values within that statement too.

    [font="Arial Black"]-- Saves on typing[/font]

    "Sure you are? Dark Side...

  • RE: Help, Copying table data with Store Proc

    RazorbackDBA (4/25/2014)


    After thinking about your question, I would need to caputure both new records and any updated records. There is a lastmodified column in the tables I need to copy,...

  • RE: Help, Copying table data with Store Proc

    homebrew01 (4/25/2014)


    Wouldn't the LEFT OUTER JOIN only work for new records, not changed records ?

    Depends on what WHERE clause filters you use. I've done it before where I join on...

  • RE: Transaction replication lock issue

    Troubleshooting I/O issues depends on the DBA. Everyone does the same set of checks, but different people do it in different orders. Me, I prefer to verify SQL Server first....

  • RE: .NET SSIS Script Task issue

    Trying Cadavre's script I get the following error:

    A WebException has been caught.System.UriFormatException: Invalid URI: The URI scheme is not valid.

    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)

    ...

  • RE: .NET SSIS Script Task issue

    Ville-Pekka Vahteala (4/25/2014)


    Brandie Tarvin (4/25/2014)


    The misconception would be mine, then. This is sample code supplied to me by the vendor receiving the file. It seems pretty generic and the person...

  • RE: .NET SSIS Script Task issue

    Cadavre (4/25/2014)


    I didn't refresh the page before I posted, so didn't spot that David Burrows had already answered. The majority of the changes I've made are formatting so that I...

  • RE: Calculate average through recursive CTE

    If you throw a DISTINCT into the code I provided, it solves your problem.

    But as Lynn said, we can't provide you with a definite answer without some DDL, sample data,...

  • RE: .NET SSIS Script Task issue

    The misconception would be mine, then. This is sample code supplied to me by the vendor receiving the file. It seems pretty generic and the person who gave it to...

Viewing 15 posts - 3,181 through 3,195 (of 9,707 total)