- MySQL
(17)
- Create a dynamic menu with PHP

Ever wanted to create an unlimited levels menu using PHP and MySQL in Dreamweaver? Things are easier than it sounds if you use the Creative DW Menu Pack developer extension – you just need a database and the extension will do the rest.
- MySQL Database Tutorials - creating a database, importing tables,

Many people tell me they aren’t very fond of scripts, because the install frightens them a bit. And it’s true: creating a database, importing tables, your site’s root path… if you don’t know what you’re doing, this looks pretty complicated.
- Repair Corrupted MySql Table

Most web servers uses MySQL data base to store data for thier websites. Some website with high traffic makes very strong load of MySQL data base servers.
- Setup MySQL cross replication

In this tutorial I will give you example configuration to setup cross-server replication in MySQL. The normal replication concept is pretty much explained in the term so I will not focus much on it.
- How to count unique records with sql

In tis tutorial we will show you some very basic SQL queries for extracting the exact information that we need from our database.
- How to Import CSV file into MySql database

We will continue from our previous tutorial for How to Import Excel XLS file into MySql database into the exact solution of the problem - Converting the file into CSV (Comma Separated Value) and next easily importing into MySql.
- How to Import Excel XLS file into MySql database

Quite often all of us have to get the data from some Excel table and to fill into MySql database. There is not implemented such standard converting features both on MS Excel and MySql server.
- Using MySql Group By Function

In this tutorial I will show you how to use Group By Function in MySql.
Group by is very powerful function which can help you to get an result from MySql database in very specific view, format and order.
- MySQL commands, and MySQL usage

To be honest this won’t be a tutorial, but a list with useful MySQL commands common used to create, mange and maintain MySQL databases, as well as many PHP and Perl API functions you can use to interface with MySQL.
- Compare (collate) MySQL databases

Recently I used to be in a group that had a task to migrate few servers without downtime, and by mistake made by one of our system administrators one of the servers went live with outdated database.
- more >>
-
- MSSQL
(13)
- Using SQL Wildcards

SQL wildcards are used when searching for data in a database. They can substitute one or more characters when working with string types.
- Restore MS SQL database backup on a server

This tutorial will show you how to restore MS SQL database a backup on a new server.
I presume you have backup file already.
- Create MS SQL Maintenance Cleanup Task

This is the fourth part of MS SQL backup maintenance plan tutorial, and continues from Create MS SQL Shrink Databases Task one.
- Create MS SQL Shrink Databases Task

This is the third part of MS SQL backup maintenance plan tutorial and continues from Create MS SQL Back Up Database Task.
- Create MS SQL Back Up Database Task

This is the second part of MS SQL backup maintenance plan tutorial. Here we will discuss how to create and setup MS SQL Back Up Database Task.
- Create MS SQL Backup Maintenance Plan

Probably one of the worst things that can happen is to loose data especially a database which is dynamically changed.
- Using stored procedures in MS SQL

Basically stored procedures are functions that you can create in a database and use multiple times. Using stored procedures is considered a good practice and holds many advantages.
- Creating, updating and deleting views in MS SQL

This tutorial is about how to create, update and delete views in MS SQL 2008.
In SQL views are basically virtual tables based on the result of some SQL statement.
- Using the UNION, EXCEPT and INTERSECT operators in SQL

The UNION, EXCEPT and INTERSECT operators can be used to provide a single result set from multiple SQL queries.
- Create database diagrams using MS SQL Server 2008

This how-to is about how to create database diagrams using MS SQL Server
Sometimes the best way to visualize data is by using a diagram.
- more >>
-