Archive for June, 2006

10 things you should do to protect your network against wireless devices

There’s no shortage of information explaining how to create a secure wireless network, but securing your network from wireless devices can be just as important.read more | digg story


SQL: Return Identity

So I wont forget, here I am posting thi:
Have you ever wondered how you can return the ID of the last row that was inserted into the table?
Here are the definitions according to sqlteam.com:
SELECT @@IDENTITY
This is everyone’s favorite function, unchanged from earlier versions of SQL Server. It returns the last IDENTITY value produced on [...]