I am trying to create a trace in SQL to be called as part of a stored procedure at startup. this bit I can do. What I can't get is my trace to write to a table using sp_setqueuedestiniation. I put in the paramaters, get the completed successfully message however when I try and find the tabe after it is not present. Any ideas