Thursday, February 24, 2005

test post message from W.Bloggar tool

this is just a test post message from W.Bloggar tool

Friday, February 11, 2005

GUID in .NET & SQL Server

You can create a GUID in .NET using the System.GUID

the same can be created in SQL Server

SELECT NEWID()

if you want to get records in random order you can try this.

SELECT * FROM SysObjects ORDER BY NEWID()

Tuesday, February 01, 2005

Quickly Find Local Open Ports

To find all the listening or open ports on your computer

http://www.petri.co.il/quickly_find_local_open_ports.htm