January 17, 2020 at 7:40 pm
I want to send an email if the table in SQL hasn't been update in the day
Can I do it with powerapps o flow?
January 18, 2020 at 8:10 pm
Thanks for posting your issue and hopefully someone will answer soon.
This is an automated bump to increase visibility of your question.
January 18, 2020 at 9:47 pm
I don't even know what "powerapps o flow" is.
If the machine hasn't recently been rebooted and the SQL Server Service hasn't recently been bounced, you could check sys.dm_db_index_usage_stats to see if there were any inserts/updates according to the last_user_update column.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 19, 2020 at 12:09 am
You could do it with a SQL Agent job and a call to DBMail.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply