|
- How to manage login to multiple sites from single login
In my case i have a link in my application that opens page in another application ( i implemented below to access page without specifying login data again) -- In my senario (business limitation) i cannot use microsoft technology of single login
- Modifying sp_help_revlogin to replicate Logins
We have modified sp_help_revlogin to exclude logins which are created on that server Although such logins are scripted out but can not be created on other server Machine Name: DBServer1 Login : DBServer1\login1 We can not create DBServer1\login1 on DBServer2,
- Can login domain instance of SQL server with local SSMS.
1- Window server authentication - if we are trying to connect a domain SQL server instance from our local SQL server then we have not option in SQL server to connect from SSMS but we can also do it by creating batch file then open SSMS and now we can connect domain instance
- Powershell command to disable all logic apps in a given resource group
It really depends on how if you want to automate that Both powershell and CLI uses the exact same logic (get a list of resources from resource group where type = logic apps, then itereate and disable enable them), so it is just a matter of what is easier to embed on your automated process But both are valid - thanks for sharing the CLI version - I will definitely add that to my toolset
- How to check who still login to the SQL server and how to kick them out?
For # 1 you would see same account for all users and you can't figure out whom to be kicked for # 2 - easy disable the login Refer below 2 DMVs
- Users Have to login after 10 minutes of idle
Here is my test code Every time the browser has been idle for 10 minutes I have to log back in As you can see I have set the timeout values for session and form really high, but nothing changes
- An exception occurred when trying to issue security token: The trusted . . .
The trusted login provider did not supply a token accepted by this farm Description: An unhandled exception occurred during the execution of the current web request Please review the stack trace for more information about the error and where it originated in the code
- LOGON FAILED FOR nt authority\anonymous logon , SSIS Project Deployment
I have an SSIS project solution which I have deployed from our development server to a SSISB Catalog on our dedicated SSIS test server All the databases used by the packages are on our development server I have created project parameters for connection strings to the databases The connection strings use Windows integrated security
|
|
|