How to Open a Html file that you’ve drafted in VS Code.
Demystifying tasks.json
VS Code has a inbuilt task runner which we can use it for running a command or set of commands using the vs code
mklink <Link> <Target>
Use /D when you want to create a soft link (symbolic link) pointing to a directory. like so:
mklink /D <Link> <Target>
Try the below query
SELECT name,email, COUNT(*) AS CountOf FROM @YourTable GROUP BY name,email HAVING COUNT(*)>1
Struggling with Connection strings?To test a connection string and also to get the correct connection string for the databases .udl file comes handy.
Create a text file and and rename the extension to .udl
To install a windows service using installutil
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\installutil.exe" "c:\myservice.exe"