Tuesday, June 20, 2023
Wednesday, June 14, 2023
Json Web Tokens jwt.io
https://jwt.io/
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
Monday, June 12, 2023
Sunday, June 4, 2023
Subscribe to:
Posts (Atom)
Screen Record
Windows Screen Record WindowsKey+ Alt + R Recording Starts.
-
SQL SERVER: Check Database Queries which are taking time to execute. --https://blog.sqlauthority.com/2021/09/20/sql-server-troubleshooting...
-
https://jwt.io/ J SON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
-
Configuration option 'remote query timeout (s)' changed from 600 to 0. GO EXEC sp_configure 'remote query timeout', 0 ...