Viewing 9 posts - 1 through 9 (of 9 total)
yup.....makes sense....the subquery was returning multiple rows but not able
to join back 1-for-1. I think I was imputing some "smarts" into the Named Calculation
function that it didn't really have....
August 13, 2008 at 3:10 pm
pretty much the same as what I had to begin with:
SELECT a.ContactID, a.[other fields],
COALESCE...
August 13, 2008 at 12:15 pm
I finally got it to work.....I did use the Replace table with Named Query that you suggested, but I was able to use my original query. It still seems...
August 13, 2008 at 11:46 am
Hi Chuck,
My query actually worked fine in SSMS, however I reworked it per your example in the Edit Named Calculation window, but I get an error message:
"Only...
August 13, 2008 at 9:07 am
Hi Sarang,
Thanks for your reply.....it does look like I need to convert the datatypes
further upstream than where I was hoping to do it --- the app wouldn't...
August 12, 2008 at 3:25 pm
Hi Chuck,
Thanks for your reply....
As you suggested, I ran the query in SSMS and came out with the same number
of records as in TableA which is the...
August 12, 2008 at 2:01 pm
Thanks GSquared.....I'll try this out and see if it's what I'm looking for. Sounds promising!
April 9, 2008 at 8:28 am
Hi GSquared,
Thanks for your input....I think I understand the timestamp (system-generated number) concept,
but I'm not following how this would work in my case (and it may be...
April 7, 2008 at 3:00 pm
Thanks for the replies......I've never used checksum before, but it sounds like it might be
the way to go --- I'll have to try it out.
April 7, 2008 at 12:21 pm
Viewing 9 posts - 1 through 9 (of 9 total)