Viewing 15 posts - 8,851 through 8,865 (of 9,701 total)
BETWEEN has a very nasty habit of dropping records. I don't use it at all. I prefer Greater Than / Equal and Less Than or the reverse. ...
April 8, 2008 at 7:58 am
Frank,
Hmmm. Multicast doesn't like being put after my Merge. It comes up with a totally blank screen on both sides of the divide. Apparently it can't see...
April 8, 2008 at 7:54 am
Actually, I think Matt just hit it. I don't know why I couldn't see that. It's sitting right in front of me.
DOH!
Thanks, Matt. I think that'll work.
As...
April 8, 2008 at 7:50 am
Honestly, it sounds like the function is simply not reaching the first statement. It sounds like it's always evaluating the ELSE when other people run it.
Which doesn't make sense...
April 8, 2008 at 7:37 am
Michael,
You've almost got it.
I don't want to use option 1. I have too many records and I want to keep the column width down to what's necessary. However,...
April 8, 2008 at 7:34 am
Ann,
Can you post the table structures and some sample data for each table? This would help us help you test it.
April 8, 2008 at 6:31 am
And there's no actual physical table by the same name that might have different values than the function uses?
EDIT: And have you tried the stored procedure without a CTE? ...
April 8, 2008 at 6:12 am
Unfortunately, since I don't have the table structure you do (or the data), I can't test this. Have you verified the Execute permissions on the Function?
And is there another...
April 8, 2008 at 5:53 am
Given what BOL says about functions and variables, Frank's statement makes sense to me. Try building your function SELECT as a dynamic SQL Statement.
Do you know how to do...
April 8, 2008 at 5:32 am
Oh, and it just occurs to me. Don't import the data. Use an Execute SQL Task on the Control Flow. Easiest and simpliest way to do what...
April 8, 2008 at 4:42 am
FYI, Microsoft is threatening to discontinue the version of JOINing that you just posted, so you might want to update it to the format most people use these days. ...
April 8, 2008 at 4:40 am
BTW, BOL has this to say about Table Valued Functions:
Books Online:
Specifies that the return value of the table-valued function is a table. Only constants and @local_variables can be passed to...
April 8, 2008 at 4:25 am
I'll look at the proc in a moment, but in regards to getting your table valued function to run in SSIS, what T-SQL do you use to get it to...
April 8, 2008 at 4:20 am
Does it look like a Connection Manager issue?
If so, go to connections. Choose New Connection->SMTP (Connection Manager for the Send Mail Task). A popup box will appear. ...
April 8, 2008 at 4:18 am
Please give us an example of the data from each of the tables and the conditions you're trying to pull the data together with. It's hard to answer your...
April 8, 2008 at 4:13 am
Viewing 15 posts - 8,851 through 8,865 (of 9,701 total)