aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Notes/Tango.Notes/Azure
diff options
context:
space:
mode:
authorRoy <Roy.mail.net@gmail.com>2022-07-24 15:46:45 +0300
committerRoy <Roy.mail.net@gmail.com>2022-07-24 15:46:45 +0300
commit56d70f95c576cfac02b4a24e7373039a183d197b (patch)
tree428612e5d270d0e75a6c1f51d6183664e8fac21a /Software/Visual_Studio/Notes/Tango.Notes/Azure
parentd90cbe4b53bcb2c9c97929451e33d78af4640fd6 (diff)
downloadTango-56d70f95c576cfac02b4a24e7373039a183d197b.tar.gz
Tango-56d70f95c576cfac02b4a24e7373039a183d197b.zip
Added notes for Tabeau DB login.
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes/Azure')
-rw-r--r--Software/Visual_Studio/Notes/Tango.Notes/Azure/Tableau.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Azure/Tableau.txt b/Software/Visual_Studio/Notes/Tango.Notes/Azure/Tableau.txt
new file mode 100644
index 000000000..c910d57a4
--- /dev/null
+++ b/Software/Visual_Studio/Notes/Tango.Notes/Azure/Tableau.txt
@@ -0,0 +1,6 @@
+On master:
+CREATE LOGIN Tableau WITH PASSWORD = 'Twine2022!@#$';
+
+On catalog e.g "Tango_DEV"
+CREATE USER Tableau FOR LOGIN Tableau;
+ALTER ROLE db_datareader ADD MEMBER Tableau; \ No newline at end of file