Archive for July, 2008

Seamless Handover Mobility Schemes over High Speed Wireless

If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!This thesis is a work by NAIMAH BT YAAKOB, IIUM
Entitled:
Seamless Handover Mobility Schemes over High Speed Wireless
Environment
Abstract:
Rapid technological advance in computer and wireless mobile communication has widened the Internet functionality to be
practically used in daily’s life. This advancement has offered [...]

PERFORMANCE STUDY OF QUALITY OF SERVICE ROUTING PROTOCOLS IN MANETS

This thesis is a work by NUR IDAWATI MD ENZAI, IIUM
Entitled:
PERFORMANCE STUDY OF QUALITY OF SERVICE ROUTING PROTOCOLS IN MANETS
Abstract:
Recent growth and widespread attention given to mobile communications has led to rapid proliferation in research and development involving mobile wireless networks. The need for easy deployment and self-configured networks makes mobile ad-hoc networks (MANETs) an [...]

List SQL Server and Database Information

You can use this procedure to checks the path where SQL Server is installed. It also lists out all the data (.mdf) and log (.ldf ) files. Also list the quantity of tables, views, sp, xp and users on the given database.
This procedure is developed by:
/*
**Author Rodrigo Acosta
**E-mail racosta@iecisa.com.ar
*/

Kill All Users in A Given Database

This sql script will kill all users in a given database. Before disconnecting, it can optionally send the user a NET SEND Message giving them a warning to disconnect.
Usage
To run, simply call it like usp_killusers ‘dbname’. Make sure the @dbname parameter is not the master database.

10 Ways to Beat Stress

As promised, these are the 10 ways to beat stress from my personal experience.
1. find someone who will listen
sharing experience is one of the best ways to stay sane. try to find someone close or someone you can trust or may be you can join a parent group. do express how you feel!
2. do not [...]

Secured USB disk

I read about protect-your-usb-disk , using an application in your USB to protect your data from being stolen. Here I want to share my experince on using 1GB Imation USB drive that comes with application to protect my data.
The usage is simple, you simply plug the USB and it will auto display a windows with [...]

HOW TO INDEX SQL STATEMENT?

If you are using MSSQL 2000 and you need to create a SQL Server index for performance enhancement, below are few basic things you need to consider:
- Create an Index object.
- Set the Name property.
- Set the IndexedColumns property to the column or columns participating in the index.
- Set the Type property of the Index [...]

MSSQL: IN versus OR

IN versus OR
For SQL using IN is very usefull in order to determines if a given value matches any value in a subquery or a list. For example if you want to get certain data from a particular column or field, you can just right below command (in this case my example database is tests [...]

Insurance Claims for Car Accident

Car Accident: Insurance Claims - Do’s
If you have been involved in any kind of traffic accident, whether a car accident, truck accident, or motorcycle accident, you will inevitably have to deal with your insurance company as well as the insurance agents of others involved in the accident. Filing an insurance claim and handling insurance adjusters [...]

DSCLI - How to create failover host connection

Below is a simple steps using DSCLI on how to create a failed over host connection for SAN storage.
New Host Connect (Failover)
============================
Step 1. - Check the existing group and host connection
lsvolgrp <Vid>
lshostconnect
Step 2. - Rename the failed host connection
chhostconnect -name <hname0-failed> <host connection id>
chhostconnect -name <hname1-failed> <host connection id>
Step 3. - Create 2 host connection
mkhostconnect [...]