Viewing 15 posts - 7,186 through 7,200 (of 9,643 total)
I'm not sure what you are asking. What exactly do you want to be alphabetical? The case name which is 'test', the sequence number (5), or the case_cred...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 11:53 am
Try checking for special characters like Tab and Carriage Return, they are not removed by the TRIM functions only blanks (spaces) are.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 11:37 am
Well the implementation of your logic looks okay, but because I don't know all the in's and out's of the system I can't tell you if the logic itself it...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 11:32 am
Ben,
I guess I also misread or misunderstood your post the first time through. I guess the issue I have is that I can get the error...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 10:11 am
Yes, almost every transform component has an error output.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 9:46 am
You must have a mkt_rate column in one of your tables that is being used in the function call because SQL will not let reference an alias name in the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 9:46 am
Check out this article, http://www.sqlservercentral.com/articles/Test+Data/61572/, and the discussion that goes with it as there are some other ideas in there as well.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 8:54 am
Yes you can do what you are planning and pretty simply as long as all the character values CAN be converted to integer. I'd do it something like this:
Update...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 8:50 am
I don't think adding indexes to the updated column or the column used for the update will help. In fact adding an index to the updated column will likely slow...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 8:34 am
If you go through this thread I there is a post with a SSRS Report that displays the error data.
You are right that this does not tell you which...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 7:39 am
Is the whole point to remove nulls? If so you need to change the columns so that they do not allow nulls. Finding nulls is easy:
Select
...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 6:56 am
Apparently I am in a rare situation as I am more positive about the economy than others. While I don't know all the details, I still see help wanted...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 17, 2008 at 6:16 am
Barry,
Yeah, the licensing confusion is almost enough to make you go to a LAMP architecture. I was already planning on calling MS since no one seems to really know....
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 16, 2008 at 6:02 pm
The ErrorCode is part of the Input to the script component so you do not have to create it, it is already there as long as you have a synchronous...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 16, 2008 at 2:24 pm
Interesting. The xpsmtp page doesn't display correctly in Firefox 3.0.3. It is fine in IE 8 though. So you should
just go to the link Terry provides. This...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
October 16, 2008 at 2:22 pm
Viewing 15 posts - 7,186 through 7,200 (of 9,643 total)