Thursday, February 24, 2005
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()
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
http://www.petri.co.il/quickly_find_local_open_ports.htm
Subscribe to:
Posts (Atom)