Datetime parameter values are currently serialized in format "yyyy-MM-dd HH:mm:ss.fff" in SQL Trace/Profiler regardless of the DATEFORMAT setting. This may result in confusion because the meaning of datetime values in the trace text differ depending on whether the event is RPC or TSQL. For example, with DATEFORRMAT DMY, the following trace text will result in a different datetime value depending on wheter it is an RPC or TSQL event:exec dbo.usp_DateTime @DateTime='2007-10-03 20:21:22:023'
Category
Proposed Solution
Benefits
Other Benefits
Please wait...