database-tools

Using Profile Scripts

Profile scripts work like autostart scripts in PowerShell. They do not need to exist, but if they do, PowerShell executes its content silently...

read more

Identifying User Profile

Be careful when using $env:userprofile or $home to create paths to user files. When a Windows box is set up for OneDrive, the documents folder may...

read more

Get Rid of Get-EventLog

The Get-EventLog cmdlet provides easy access to event log entries in the primary Windows event logs, however it neither can access the many...

read more
All Skewed Up

All Skewed Up

Data can be skewed by its nature. How can you tell if you have skewed data in your database? And if you do, how do you handle it when writing...

read more

Using $Is* Variables

In PowerShell 7, there is a new set of variables all starting with “Is”. They help you understand the environment in which your script...

read more
Relational Division

Relational Division

Dr. Codd’s original relational algebra had eight basic operations. Since relational database management systems are based on set theory, the...

read more
1 30 31 32 33 34 198