Viewing 5 posts - 16 through 20 (of 20 total)
With Customers as(
select
Customer_name,
Account_number,
cast (Purchase_date as date) AS DateofPurchase,
Subscription_type
Amount
from table_a
where Customer_name != 'Test'...
February 10, 2017 at 7:31 am
Thanks guys!
Both suggestions have been insightful!
thanks again for the help
always appreciated
February 1, 2017 at 5:50 am
Apologies,
So currently there is an infopath which is submitted to a sql table.
I have built a trigger to send an email based on certain conditions being met.
The...
December 20, 2016 at 3:21 am
Thanks for the comprehensive reply.
After much deliberation, it has been brought to my attention that the organisation I work for will not allow access to SSRS so I am stuck...
December 20, 2016 at 2:40 am
Hello Guys,
Thanks for providing the code to include a image withing the emails.
I am fairly new to SQL and how to use a email functions within SQL server, not...
December 19, 2016 at 9:04 am
Viewing 5 posts - 16 through 20 (of 20 total)