Forum Replies Created

Viewing 15 posts - 61 through 75 (of 806 total)

  • RE: "Execute Task" Disappearing Act

    ok, so you have new solution and drop the file there and cannot use it.

    If you, from solution explorer, copy and past the file, what happens?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS PACKAGE FAILS TO CALL BAT FILE WHEN CALLED FROM JOB

    re full path to cmd - not at all. I use the path to the bat file.

    Have you got the Widow Style to hidden. Might be a conflict with lack...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: "Execute Task" Disappearing Act

    Are you opening the dtsx file in bids or in a solution in bids?

    Right clicking on the file and opening in bids will not allow you to run anything (The...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Script Task hangs

    Yup. It will event ually timeout with a deadlock error.

    You are reading from the variable while trying to write to it.

    Do it in two steps.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS PACKAGE FAILS TO CALL BAT FILE WHEN CALLED FROM JOB

    Ummm, seeing as you have tried everything, I am rather stumped. The path to the file, it is fully qulified?

    From agent, can you setup a step which a OS commend...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data Flow Task Hangs

    yup, makes sense. Is weird though that other processes can create files.

    Think option of one column at a time is the best (last?) option now.

    Curious to see what the problem...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: TXT file for each table

    I am the same 🙁 I still have many scripts floating around that use the "bad" stuff. Truth be told (noobs block your ears) I have never had a problem...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data Flow Task Hangs

    There's the gem. "When I put a where clause it hangs"

    No it's not - it's SQL sh1tting itself to find the data because you do not have an index.

    Here is...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Insert / Deletes

    Much better option.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data Flow Task Hangs

    Is rather weird...

    Some comments though:

    Don't select a table as a source. Rather use a query. (and not * either)

    Two reasons:

    1: Good practice.

    2: Are you going to use all the...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: TXT file for each table

    Handy script (even if I don't agree with the approch) but handy non the less...

    Instead of sysobjects and syscolumns etc, rather use the catalog views sys.objects and sys.columns.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS Excel

    If you change the property, it will run 32bit in bids.

    The full path to 32bit dtexec in agent will force a 32bit execution as well.

    Keep us posted.

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: SSIS Excel

    Yes - JET does not function under 64 bit. You have to use 32.

    @ lke2v - The vital bit of the message is gone. The last bit where it says...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: Data Flow Task Hangs

    Situations like this are normally due to "back pressure" where the destination is telling SSIS to "hold on a sec while I catch up". This is often seen with SQL...

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

  • RE: data conversion

    noooooooooo that's hardley a solution. You just scrwed up the destination to match the source.

    Rather fix the problem.

    Does it happen with a different spreadsheet?

    Cheers,CrispinI can't die, there are too many people who still have to meet me!It's not a bug, SQL just misunderstood me!

Viewing 15 posts - 61 through 75 (of 806 total)