Skip navigation.

Archives

Old Executives Never Get Fired

Mark Griffin, chief investment officer will leave the company to “pursue other career interests.” Dan Sheehan, senior VP of portfolio management, will replace him on an interim basis.

Like Douglas MacArthur's quote about old soldiers, corporate executives never get fired, they just "pursue other career interests."

MS SQL Server - Trace Information and Stopping Traces

Server-side tracing is the process of having your SQL Server machine save events to a physical file on that machine without using the Profiler client tool. Server-side tracing is enabled and controlled by using SQL Server system-supplied stored procedures and functions. With these system-supplied processes, you can identify what to trace, when to start and stop tracing, what traces are running, and view trace information stored in the trace file.