SQL injection attacks ShowSQL Injection
SQL injection attacks are attacks against websites that rely on relational databases.
In this type of site, parameters are passed to the database in the form of an SQL query. As such, if the designer does not verify the parameters...
[Bash]Parameters Show[Bash]Parameters
Intro
Example 1
Example 2
Initialize parameters
Examples
Example 3
Intro
You can provide a script on the command line and arguments also known as parameters for its implementation.
There are two categories of...
Automatic backup of a Database in SQL EXPRESS 2005 ShowAutomatic backup of a Database in SQL EXPRESS 2005
If you want to automate a backup of a database in SQL Server Express, there is a simple solution using a .bat. file.
Create a new text file. This file should contain the following...
Visual FoxPro and SQL Server ShowVisual FoxPro and SQL Server
Visual Foxpro 9 and SQL Server 2005
Is there a better alternative than using Visual FoxPro to manage efficiently a SQL Server?
Here's an interesting issue.
For more information see the article:...
[SQL] avoid duplicates when using SELECT Show[SQL] avoid duplicates when using SELECT
Issue
How to avoid duplicates in the results of a SQL query?
Solution
Simply use the DISTINCT clause and between the SELECT clause and the fields.
Example:
SELECT distinct...
BIOS optimisation ShowWhat is the BIOS?
The BIOS (Basic Input/Output System) is a small memory chip located on the motherboard containing data that define the system parameters. As some BIOS data are written in a ROM, it is not possible to change them, however, certain...