Forum Replies Created

Viewing 15 posts - 22,066 through 22,080 (of 22,194 total)

  • RE: Outer Join Mystery

    Couldn't agree more. I personally haven't written queries using the old syntax for something like 10 years. I had just assumed during all that time, that those people, either...

  • RE: Outer Join Mystery

    Sorry about that. This article wrote itself since I just copied & pasted the code. Usually I'd write the code for an article seperately. Again, sorry for the confusion.

  • RE: Oledb to Oracle Changes Data Type

    It is absolutely the driver. The 8i & 9i drivers both had odd behavior, but after getting the 10g OLEDB driver installed, all of it went away. The data type...

  • RE: Oledb to Oracle Changes Data Type

    Thanks for the response. We've just started looking into the driver to see if that could help. I've been running 8i. I think some of the developers were running 9i...

  • RE: iJacking

    After I chased the guy down and hopefully retreived the pocket book, I'd try to educate the dope.

    One thought that hadn't occurred to me previously, what happens when some other...

  • RE: iJacking

    I'm an assistant instructor on self-defense and one of the principal things taught to avoid crime is situation awareness. The main problem with having your nose stuck in a computer screen,...

  • RE: Calling dts package from stored procedure

    Hmmm... That honestly sounds like a security problem, but its hard to know. Sorry I wasn't much help.

  • RE: Calling dts package from stored procedure

    Why not create a SQL Agent job and then run it from sp_start_job?

  • RE: Visual Studio Crashes When running Package

    2gb of memory is the trick. I found the same thing during the beta. My machine last year only had 1gb and it was crashing regularly. I wrote it off...

  • RE: The Best Job

    Being a complete & total history nut, I'd love to get paid for it, so either a school teacher, a professor, or a writer. Lots of time to spend with...

  • RE: Error on dataflow task

    It sounds like you linked up the tasks before you defined the columns to be included. Drop the link between, then set the columns, then reattach the link. It should...

  • RE: SSIS package variables not visable in Execute SQL Task

    Sorry to say, I'm stumped. I tried replicating it, but I got it seemed to work. I'm just not sure what I'm missing. Sorry.

  • RE: Updating records

    I haven't done it myself, yet, but it is possible to add a recordset as a variable and then you can pass it around as needed. Here's one article on...

  • RE: Updating records

    I'd do it in two steps. First, do an update on records where the keys match. Then do a left join with an insert to records where the keys don't...

  • RE: SSIS package variables not visable in Execute SQL Task

    Oh. That's a bit different. Hmmm... Have you tried debugging it? Stopping on the step that you're running & verifying that the variables are loaded? How about adding logging to...

Viewing 15 posts - 22,066 through 22,080 (of 22,194 total)