IT & Digital Marketing Articles
During database maintenance or migration, knowing the record count per table is crucial to gauge data scope. Here are 2 methods to retrieve total record counts for all tables in a SQL Server database.
Dynamic SQL is often talked about in hushed tones in dark corners. No, it's is not 100% safe, and the objections to it are valid. But, with some basic precautions, it's possible to make it as safe as any other SQL and reap the benefits of its...
Always Encrypted is a feature in SQL Server and Azure SQL designed to protect sensitive information in individual database columns of an application's database. In this example, we have a .NET 8 application, an Azure SQL database, and an Azure Key...
An easy method for speeding up queries against large tables is by using temporary tables. Here's a quick demo on using temp tables to optimize your returns.
Data wrangler Laura Moss shares an easy way to calculate the distances between points in a database, taking into account the curvature of the earth using Haversines with SQL.
Modified database project deployment scripts help avoid out-of-memory errors when processing data in tables with records in the billions and higher.
Becoming a Microsoft Certified: Data Analyst Associate has more benefits than just a bullet point on a resume. If you are looking to prove your talents or take on a new challenge in your career, becoming a Microsoft Certified: Data Analyst...