Is it possible to use OAUTH2 in MS SQL Server
2
votes
0
answers
1952
views
I am using
I tried to implement separate application and call it from procedures using
there are some limitations like argument character number limit and I can't pass HTML from sql to app easy so I am still trying to find best solution for this.
Is it possible to set somehow
msdb.sp_senddbmail
procedure to send emails from MS SQL Server but now I need to move to OAUTH2.I tried to implement separate application and call it from procedures using
xp_cmdshell
but there are some limitations like argument character number limit and I can't pass HTML from sql to app easy so I am still trying to find best solution for this.
Is it possible to set somehow
sp_senddbmail
to use OAUTH2?
Asked by 1110
(121 rep)
Mar 20, 2020, 09:38 AM