Viewing 6 posts - 1 through 7 (of 7 total)
It actually pulls in data from both sources, hence the union all task and the script. If you can imagine, one source pulls all the data successfully, the other is...
February 23, 2009 at 9:28 am
Got around this by putting in an additional excel source (formatted for excel 2003) and a union all task. Only one of the excel sources will successfully output the data...
February 23, 2009 at 8:14 am
Thanks for the replies.
I'll change the way I'm doing this, rather than use 1 stored proc to handle all possible entries from the user I'll split it down into...
January 17, 2008 at 5:51 am
Mmmmm... I have created a Clustered index on BusinessObjectInstanceId, BusinessObjectTypeFullName, Timestamp and there is a small improvement, but not siginficant enough to warrant the hit on the index rebuilds that...
January 16, 2008 at 10:13 am
Tried using OR @BusinessObjectInstanceId = 0 with no difference to the execution time
The parameter is being passed into this stored procedure and could be empty depending on what the user...
January 16, 2008 at 9:38 am
Do you have any suggestions for the index (es)? The query in the original post will be used far more than any other. I have tried a non clustered index...
January 16, 2008 at 9:25 am
Viewing 6 posts - 1 through 7 (of 7 total)