Viewing 15 posts - 22,066 through 22,080 (of 22,184 total)
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...
March 30, 2006 at 6:07 am
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.
March 14, 2006 at 6:53 am
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...
March 14, 2006 at 5:45 am
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...
March 14, 2006 at 4:49 am
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...
March 14, 2006 at 4:38 am
The way you've got it typed up above, it looks like you're trying to parse the string directly in the SQLStatement. That doesn't work. You either have to use the...
March 13, 2006 at 6:14 am
You may want to take a look at some of the options outlined here. It shows how to use parameters in the query. Of course, if you really just...
March 10, 2006 at 7:00 am
For quick info, searches on Yahoo (used to be Google). For slightly longer research times, books, postings here, blogs. For even longer term learning, books & conferences.
Microsoft actually publishes...
March 10, 2006 at 6:33 am
I'm beginning to the think the software has failed. I can't seem to post a reply to this topic properly.
The error is in how the proc is called. If you...
March 8, 2006 at 8:18 am
I found the difference. I'm calling the procedure differently. You're using the TSQL standard of '? = EXEC proc' instead of '{? = CALL proc}'
I found out why that's a...
March 8, 2006 at 6:59 am
Just change the name of the parameter to '0' (no quotes).
Check here from the BOL:http://msdn2.microsoft.com/en-us/library/ms141003.aspx
March 7, 2006 at 9:41 am
That was an outstanding article. Thanks.
We're currently in a bit of a struggle with a development team that has become completely enamored with generated code. Problem is, with type of...
March 2, 2006 at 6:12 am
Thanks for the pointer. We're pretty committed to sticking with Integration Services, replacing DTS, and from what I saw on the web site this is a seperate tool, not an...
February 24, 2006 at 5:29 am
You need to look in the "Progress" tab if the package is running or in the "Execution Results" tab if the project has stopped. Scroll up on the screen, above...
February 23, 2006 at 7:47 am
Never mind. I am a dope.
Just in case there are one or two more people as stupid as I (or worse, more stupid), SQL doesn't support Smart Indents, but it...
February 22, 2006 at 10:01 am
Viewing 15 posts - 22,066 through 22,080 (of 22,184 total)