News

How to Encrypt Credit Card Information in an SQL Database. Credit card information in your business's database is much more secure if you encrypt it. If you store this information as plain text ...
When creating automation scripts to discover, add, update or remove records from a remote SQL database, you need to make sure your script can successfully connect to the database.
To find the database name you can pipe the output of Get-AzureSqlDatabasServer directly to Get-AzureSqlDatabase. You can see here that I'll be using a database name of myazuredatabase. [Click on image ...
Joey on SQL Server How To Automate Tasks in Azure SQL Database Knowing how to automate tasks in the cloud will make you a more productive DBA.
Get up to speed on MySQL basics with this step-by-step tutorial on how to create a database, add a table, and input data into the table.