Using Nested Switch Statements In PowerShell
In this tip we take a look at how we can use IF and SWITCH statements within our PowerShell code to process text data.
In this tip we take a look at how we can use IF and SWITCH statements within our PowerShell code to process text data.
In this tip we will look at some of the considerations for both data rules and logic to prevent invalid data early in the ETRL process.
In this section we take a look at the items in this tutorial that will be covered for using regular expressions with T-SQL.
In this section we look at simple examples of how to build a regular expression to use with T-SQL data.
In this tutorial we look at more complex expressions to find specific text patters using regex with T-SQL.
In this section of the tutorial we look at how we can use regex to find case sensitive data.
In this tutorial we look at how to write regex to find numbers using T-SQL.
In this section we look at number patterns that can be found using regex.
In this tutorial we look at how we can find special characters using regex with T-SQL.
In this section we look at how to exclude data using the NOT symbol for regex.
In this section of the tutorial we look at specific business cases like patterns for email, url, credit card, ssn, dates and more.
This summarizes the regular expressions tutorial for SQL Server.
In this tip we look at how to use T-SQL techniques to map Ceteris Paribus variables.
In this tip we look at a few techniques you can use to help when using logging information you create for troubleshooting and fixing issues.
In this tip we look at how to use different T-SQL functions to identify spreads in ranges of data.
In this tip we look at how to use bulk insert to load data into SQL Server when the column and row terminators are not what you typically see.
Check out this tip to learn how to design smarter scripts when doing maintenance updates against your database tables.
In this tip, we'll look at one way to structure different probabilities happening in situations where we may want outcomes every Nth percent of a time.
In this tip we look at how to ensure our ETL files are not being tampered with prior to importing data.
Read this tip to learn how to capture SSIS execution times for packages.
Check out this tip to learn how to use PowerShell to deploy database changes.
In this tip we look at a few ways source data can be retained.
Learn about when to consider using SQL Server Clustered Columnstore Index for ETL processes and when other alternatives may yield better performance.
In this tip we cover a T-SQL process to collect right and wrong answers to questions to help use these data points for better decision making.