Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dtrivedi

  1. dtrivedi

    where clause loop email

    This query run fine. it sends me the emails that i need. here is the query: use ANALYTICS create table #ezpayloc (locations varchar(50), storeemail varchar(50)) insert into #ezpayloc SELECT distinct [LOCATION], +('mac'+(location)+'@maclocal.com') FROM vw_PAST_DUE_LESSONS_EZPAY] order by...

Part and Inventory Search

Back
Top