Hello, i call from a client application a stored procedure that has a user defined table typethe sql profiler fails to trace it !! and shows:Trace skipped records. what's wrong !!the table is huge !?Thanks,Rachid
This could be because of trace getting more data than it can handle...Are you storing to a file or table? If you are storing to a table...it is not advisable...better to store to a file... Also check the connect.... https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=304225