Viewing 15 posts - 16 through 30 (of 51 total)
thank you both for your advise on this
Scott
June 11, 2003 at 9:55 am
I have solved the problem...
I had placed 2 'AS Royality' in the query.
Scott
March 14, 2003 at 8:42 am
sorry..the formatting has gone...not very readable
March 14, 2003 at 6:00 am
slightly long winded exercise but I;ve managed to work around using you code example.
SELECT @CHQPreReminder = COUNT(MM_MemberNo)
FROM tblMemberDetails
INNER JOIN tblSubscriptionDetails
ON tblMemberDetails.MM_MemberNo = tblSubscriptionDetails.SU_MemberNo
INNER JOIN tblPaymentData
ON tblMemberDetails.MM_MemberNo = tblPaymentData.PD_MemberNo
WHERE SU_RenewalWeek...
February 10, 2003 at 6:08 am
Thank you David.
Its because I'm running a letter schedule. We run letters at the same time for people who are pre-reminded of a renewal ie 2 weeks before their renewal...
February 10, 2003 at 5:30 am
Thanks everyone for your comments...
and a little extra precaution doesn't go amiss when deleting log files..
Ta
Scott
January 16, 2003 at 7:53 am
Just wanted to make sure nothing went wrong if I did detatch and delete the log. Thats now perfect.
Thanks all for your help
Scott
January 15, 2003 at 8:43 am
also it doesn't matter about the transaction log as its currently a test db. If I can delete it all the better
Thanks
Scott
January 15, 2003 at 7:15 am
I ran the Shrink File stored proc...
Named..SP_FORCE_SHRINK_ALL_LOGS
It hasn't worked...I still have an enormous file and can't seem to reduce it.
I'm running SQL 7.0 with 2000 Client Tools
Scott
January 15, 2003 at 6:36 am
Thanks Andy....as good as solving it 🙂
I read several MS related articles and worked them to the word and basically got more confused.
Not a problem..Your work around may well be...
September 14, 2002 at 4:25 am
Thanks once again for your help. Much appreciated.
Scott
August 27, 2002 at 5:34 am
Thanks Andy....
Just what I was looking for..
Cheers
Scott
August 12, 2002 at 7:38 am
Thanks again...
I'm on my way to the sites....
Scoitt
August 5, 2002 at 10:26 am
Viewing 15 posts - 16 through 30 (of 51 total)