IT Made Simple

January 8, 2008

Nuts about NAT

Filed under: General, How to, Network — EinsamSoldat @ 8:36 pm

Unlike actual mailing or house addresses, public IP addresses is more easily depleted.

Each host in a computer network or Internet in this case, requires public IP address to identify itself in the Internet. IP Simplified : It is used as a unique Identity for computers to communicate and interact in the Internet.

IP Address is a highlighted on the first statement is getting more rare. Due to this limitation, many users needs to share a single Internet public IP… (more…)

January 5, 2008

Moving MySQL Database from Windows to Linux RedHat

Filed under: Database, How to — EinsamSoldat @ 12:21 am

The question is can it be done. My reply is yes… terms and condition applies. (more…)

January 4, 2008

Migrating MSDE 2000 db to MSSQL 2005 Express

Filed under: Database, How to — EinsamSoldat @ 1:00 am

Scenario :
An ASP web application in which the backend DBMS is running on MSDE 2000 SQL Server.

Objective :
Making the ASP web application to use MSSQL 2005 Express on to the server. On top of that database created on the MSDE 2000 Instance needs to be migrated over to the MSSQL 2005 .

Scope :
1. MSDE 2000 SQL Server instance name is localhost\HELM , MSSQL db name HelmDb.
2. MSDE 2000 SQL Server instance is running at a non MSSQL default port (not 1433).
3. MSSQL Server 2005 Express is used.
4. Using default MSSQL Server 2005 Express instance localhost\SQLEXPRESS .
5. OS used Windows Server 2003.

Workflow : (more…)

Powered by WordPress