Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, July 6, 2017

SQL sp_send_dbmail - SMS formatting problems

SQLServerCentral » Latest topics
SQL sp_send_dbmail - SMS formatting problems
Hi All
When sending an SMS text message from SQL Server using the below. 
[code language="sql"]Exec msdb..sp_send_dbmail
@recipients = 'mynumber@sms.com'
, @profile_name = 'ProfileName'
,

No comments: