Viewing 15 posts - 46 through 60 (of 82 total)
As a final note, I've changed the two scripts from Mark and imex to read:
SELECT COUNT(DISTINCT t2.DID) (Mark's script)
AND
select COUNT(DISTINCT d.DID) (imex's script)
This gives me either no rows or a...
November 14, 2012 at 10:26 am
Yes, imex, this also does what I need. Many, many thanks!
November 14, 2012 at 9:46 am
Oh - there's a 2nd page. Sigh. Frazzled. Anyway, for anyone who hasn't gotten the message - I think Mark's solution is valid. I'm going to go bang my head...
November 14, 2012 at 9:28 am
Mark - I replied to your second script, but don't see it now. So if you got it, fine, if not, I think you're script is what I'm looking for....
November 14, 2012 at 9:26 am
Mark (sorry I called you Ten Centuries - I'm a little frazzled today) - think you're right. I think the DISTINCTs do give me what I need. I'm interested in...
November 14, 2012 at 9:22 am
Yes, that's the issue. There *shouldn't* be more than one row in Table2 with the same DID and AID, but there's no constraint against it and it could happen due...
November 14, 2012 at 9:20 am
OK, I've attached a file with DDL's for the two tables. I've dropped Table1 and Table2 and given them their real names. Same for column names. Makes it more comprehensible,...
November 14, 2012 at 9:08 am
Ten Centuries - thanks, but this is still just comparing COUNTs. I need to verify for DID = 15 not just that there are 2 rows where AID's IsStaffTask =...
November 14, 2012 at 8:56 am
Hmmm.... Thank you, but if I understand this script, it's just comparing the *number* of total AID's where IsStaffTask = 1 in both tables. I don't just want to compare...
November 14, 2012 at 8:04 am
It doesn't work in Bing or Google searches in IE8 or Chrome. Even when I search SQLServerCentral's Forums internally it blows up. Very weird.
May 3, 2011 at 12:26 pm
It works! Thank you SO much! 😀
April 15, 2011 at 8:28 am
OK, my apologies if I'm being dense. This is my first experience with SSIS deployments. So - do I change the connection in BIDS to point to our...
April 14, 2011 at 3:25 pm
So can I just include the servername of the production server where SSISConfig as another variable in my configuration? Is that what they mean?
Thanks!
April 14, 2011 at 3:11 pm
OK, good to know, thank you very much!
February 1, 2011 at 10:57 am
Viewing 15 posts - 46 through 60 (of 82 total)