Sunday 30 April 2006

TSQL : Milliseconds

Alternative to RAND(), use milliseconds instead -
select (DATEPART(millisecond, GETDATE())) 

No comments: