diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-07-24 15:46:45 +0300 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-07-24 15:46:45 +0300 |
| commit | 56d70f95c576cfac02b4a24e7373039a183d197b (patch) | |
| tree | 428612e5d270d0e75a6c1f51d6183664e8fac21a /Software/Visual_Studio/Notes/Tango.Notes | |
| parent | d90cbe4b53bcb2c9c97929451e33d78af4640fd6 (diff) | |
| download | Tango-56d70f95c576cfac02b4a24e7373039a183d197b.tar.gz Tango-56d70f95c576cfac02b4a24e7373039a183d197b.zip | |
Added notes for Tabeau DB login.
Diffstat (limited to 'Software/Visual_Studio/Notes/Tango.Notes')
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Azure/Tableau.txt | 6 | ||||
| -rw-r--r-- | Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj | 3 |
2 files changed, 8 insertions, 1 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 diff --git a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj index 6491cfa8e..f7cf513c6 100644 --- a/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj +++ b/Software/Visual_Studio/Notes/Tango.Notes/Tango.Notes.csproj @@ -46,6 +46,7 @@ <Content Include="Advanced Installer\License.txt" /> <Content Include="Azure\Publish Tag Creation PAT.txt" /> <Content Include="Azure\New Environment.txt" /> + <Content Include="Azure\Tableau.txt" /> <Content Include="Azure\Test User Credentials.txt" /> <Content Include="Azure\SQL Database.txt" /> <Content Include="DB\DB Schema Change Log.txt" /> @@ -69,7 +70,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
