Using PowerShell to Encode Files
In this tip we will look at the basics of file encoding, both for reading and writing using PowerShell.
In this tip we will look at the basics of file encoding, both for reading and writing using PowerShell.
In this tip we look at ways to control the flow of SQL Server stored procedures to make sure things are processed in sequence using T-SQL and PowerShell.
In this tip we look at how we can use PowerShell to validate input values into SQL Server stored procedures prior to execution of the stored procedure.
In this tip we look at how to use PowerShell scripts to work with files to get properties, copy, update and delete.
In this tip we will look at getting started using PowerShell with stored procedures.
In this tip we look at some PowerShell commands you can use to create file contents whether directly entered or queried from a SQL Server database.
In this tip we look at a PowerShell script that can be used to compare actual files that exist against a list of files that should exist for a project to identify any missing files.
In this tip we look at some approaches and queries you can use to log error messages and then use these scripts to find and send custom notifications based on the errors.
Learn some tips on how to validate that the values passed into a process that builds dynamic SQL are valid prior to running the dynamic code.
In this tip we look at some queries that will help you find all of your database triggers along with code to disable and enable specific triggers prior to data loads.
Learn how to generate derived values for ETL steps efficiently as part of the transformation steps.
In this tip we look at some ways you can add logic to your PowerShell scripts to catch errors in your scripts.
In this tip we look at how to use an object that PowerShell provides called MyInvocation. This can assist us with debugging PowerShell code as well as getting some useful information.
In this tip we look at different things you should consider when developing your database systems to ensure you are also thinking about security best practices as well.
In this tip we look at a way to detect if a folder is write protected. This can be an issue when trying to write out data from SQL Server to the file system or even accessing database files that might be in a write protected folder.
In this tip we'll look at working with common PowerShell objects for sets, such as arrays, hash tables, and in some cases strings.
In this tip we look at how to handle importing data into SQL Server when we have misformatted data and unusual characters in the data.
In this article we look at the pros and cons of using soft transactions for SQL Server data using T-SQL.
In this tip we look at how we can use PowerShell to analyze the frequency of NULL values in our dataset to see if the data will still be valid based on frequency.
In this tip we look at some techniques you can use to pre-validate data in delimited text files using PowerShell prior to importing the data into SQL Server.
In this tip we look at how to use PowerShell to parse character data that has delimiters.
In this tip we look at ways to identify latency issues when loading data into SQL Server databases.
In this tip we look at how we can backup and zip up SQL Server backup files using PowerShell.
Learn about four factors when choosing to automate SQL Server tasks including time savings, security vulnerabilities, data validation and manual interventions.