Sql

OD20761C – Querying Data with Transact-SQL

Database diagram used for some learning (Bikestore) The rest is here: https://github.com/spawnmarvel/t-sql https://github.com/spawnmarvel/t-sql In MSSM, on every object there it a property options, if you do some changes, you can press the script before the change is applied to get the SQL used. Run just portions of the query, mark the section and execute: docs […]

OD20761C – Querying Data with Transact-SQL Read Post »

Github

Git pull request

https://opensource.com/article/19/7/create-pull-request-github Account donaldtest fork the repos from spawnmarvel: https://github.com/donaldtest/powershellcode git clone https://github.com/request-user/demo cd foldergit checkout -b new_branch git remote add upstream https://github.com/fork-user/demo Now you can make changes to the code. Once you push the changes to your repo, the Compare & pull request button will appear in GitHub. Click Compare & pull request Open a

Git pull request Read Post »

Uncategorized

SS64 cmd/ ps reference

https://ss64.com/ CMD ARP – Address Resolution Protocol. View the contents of the local ARP cache table arp -a TRACERTTrace Route – Find the IP address of any remote host. TRACERT is useful for troubleshooting large networks where several paths can be taken to arrive at the same point, or where many intermediate systems (routers or

SS64 cmd/ ps reference Read Post »

Scroll to Top