There is a great tool I recently found online that allows you to open small or large videos and split them into multiple parts without […]
How to map a network drive with NET USE?
The following command will allow any account to map to a network unc path. The command must include credential. The above command will map drive […]
How to get table size in a database?
This query will return size of each table in a sql database. This is a great way to monitor growth of a database and decide […]
Youtube-dl commands
This is a great free software online that you can use to download youtube videos. Here are some examples: Example: youtube-dl -h This will show […]
Database Mail Error Failed to initialize sqlcmd library with error number -2147467259
Failed to initialize sqlcmd library with error number -2147467259
How to get timezone information?
Using UTC time and using offset values can be one of the best ways to make sure you capture the correct local time based on […]
How to rerun SQL query after delay?
This sample show how to run the same query with delay. It will keep running the same query with 10 second delay and keep re-executing […]