Azure SQL Server support? #243
juju4
started this conversation in
Feature Requests
Replies: 2 comments
-
Hi @juju4, Currently I haven't looked into Azure SQL but it is an interesting thought. Ill bring up with the team and see what we can figure out. Thanks for the recommendation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any update/new option? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I did some testing on Azure SQL server and default canarytokens does not seem to be possible there mostly because of absence of extended stored procedures like xp_fileexist or xp_dirtree.
https://stackoverflow.com/questions/56521073/can-we-check-if-the-file-exists-or-not-in-azure-sql
raiserror/throw would be an alternate option through logs
Any other recommended options?
Thanks a lot for your work and sharing!
Beta Was this translation helpful? Give feedback.
All reactions