Viewing 3 posts - 1 through 3 (of 3 total)
case (Select Count(*) from ECSQ1Production..contact where (Nominatedforsurvey='true' and TPAccountID=Contact_InterimDbAccountId and NominatedforSurvey='true' and contactsurveystatus='complete'))
when '0' then '0'
else
(Select convert(numeric(5,2),Count(*)) from ECSQ1Production..contact where (Nominatedforsurvey='true' and TPAccountID=Contact_InterimDbAccountId and NominatedforSurvey='true' and contactsurveystatus='complete'))/(Select convert(numeric(5,2),Count(*)) ...
September 18, 2008 at 7:24 am
Yes. That solution I was directed to wasn't as helpful as I would have liked, so I thought maybe if I posted in this forum, I might find a...
September 10, 2008 at 7:37 am
Thanks. But what about compressing the .bak files into .zip files and deleting the .bak back files to save on space? Any ideas?
September 8, 2008 at 7:35 am
Viewing 3 posts - 1 through 3 (of 3 total)