Fetch the DB Object Backed by an External Database
SELECT OBJECT_SCHEMA_NAME(d.referencing_id) AS referencing_schema, OBJECT_NAME(d.referencing_id) AS referencing_object, o.type_desc AS referencing_type,
Search for a command to run...
SELECT OBJECT_SCHEMA_NAME(d.referencing_id) AS referencing_schema, OBJECT_NAME(d.referencing_id) AS referencing_object, o.type_desc AS referencing_type,
View saved Wi-Fi passwords on Windows 10/11 using Command Prompt. Open Command Prompt as an administrator. To list saved Wi-Fi profiles netsh wlan show profiles To view the password of a profile netsh wlan show profile name="NETWORK NAME" key=clear ...
//turn off Rule1 Rule1 0 //Clear Rule1 Rule1 "" //Rule to turn on relay on boot and then toggle the state every 1800 seconds Rule1 on System#Boot do backlog RuleTimer1 1800; Power1 ON endon on Rules#Timer=1 do backlog Power1 Toggle; RuleTimer1 1800...
Azure API Management (APIM) allows developers to manage and secure APIs effectively. One of its powerful features is the ability to switch APIs based on query string values. This capability enables dynamic routing and customization of API responses, ...

Azure API Management policy for load balancing Azure OpenAI instances can be a powerful tool for optimizing performance and ensuring reliability. By distributing requests across multiple instances, you can enhance the scalability and availability of ...

FileList \\Server\Documents > ListOfFiles.csv FileList is a command-line utility that generates a CSV file listing the contents of a given directory. By default, the list includes the file name, size, and path, as well as the last-access, last-modif...
Power apps uses Flow/Automate to call connect to sql and execute a stored procedure. But flow will not allow you to pass Blank/null value from power app. As a fallback what we can do is, pass a know default value to the flow and in flow check for the...
This should be used only as a temporary fix for development, it exposes you to man-in-the-middle attacks. The long-term solution should be to properly set up SSL certificates. Windows set NODE_TLS_REJECT_UNAUTHORIZED=0 Linux export NODE_TLS_REJEC...
Node Version Manager (NVM)