News

How to Attach an SQL Database to a Web Page. Your Web page can display up-to-date information dynamically -- all the time. And you never have to edit the page again. Attach your SQL database to ...
Get an overview of JDBC's architecture, then learn how to connect to a database and handle SQL queries and responses with PreparedStatements, transactions, connection pooling, and more.
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.
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.
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 ...