how to get milliseconds | SQL Server Performance Forums

SQL Server Performance Forum – Threads Archive

how to get milliseconds

Is there anyway to output only the milliseconds??? Thanks,
Ram "It is easy to write code for a spec and walk in water, provided, both are freezed…"
select datepart(millisecond, getdate())
KH
]]>