Sites on MSSQL 2008 and MSSQL 2005
Posted on | February 9, 2010 | No Comments
I personally like MSSQL 2000 compared to MSSQL 2005 or MSSQL 2008. Migration from MSSQL 2000 to MSSQL 2005 is tough, as some stored procedure still require MSSQL 2000 to run…
Here are few useful sites on MSSQL 2008 and MSSQL 2005, a very good lesson for newbie, students or dba. These sites include almost everything (the screen capture).
MSSQL 2008 – http://www.functionx.com/sqlserver/Lesson01.htm
MSSQL 2005 – http://www.yevol.com/en/sqlserver/Lesson01.htm
Import OMNET ++ Project
Posted on | December 31, 2009 | No Comments
Open the IDE go to File –> Import
Then a window will appear. Expand General –> select Existing Project into Workspace . Then browse for root directory which should be ‘omnetpp-4.0′ , then click finish.
Easy Steps for OMNET ++ 4 Windows Installation
Posted on | December 30, 2009 | No Comments
1) Download OMNET ++ 4 for Windows here or here .
2) Unzip the file. Double click mingwenv.
4) Next is to follow instruction from the cmd prompt (black screen window).
- type ” ./configure “ –> press enter –> let it finish
- type ” make ” –> press enter –> let it finish
- type ” omnetpp ” –> press enter –> IDE window will appear
5) That’s it.
Latest OMNET++ 4 version
Posted on | December 9, 2009 | No Comments
The latest Version 4.0p1 fixes issues with gcc 4.4 and newer linux distributions , click here to omnet download
Using Command Prompt on Active Directory
Posted on | October 5, 2009 | No Comments
Using Command Prompt on Active Directory Windows Server 2003
adding new user example:
c:\dsadd user
Tags: Active Directory > Command Prompt > Directory Server > Directory Windows > Dsadd > Windows Server

