Viewing 5 posts - 121 through 125 (of 125 total)
It's probably even more complicated for most of us, in that the scripts we write or re-use end up being the property of the company we work for! I guess...
November 25, 2016 at 1:46 am
Either join the sys.trace_events in 2005 or above or you can create the following temp table to join to.
CREATE TABLE #EventClass (EventClass INT NOT NULL, EventName VARCHAR(255) NOT NULL)
INSERT INTO...
March 10, 2011 at 3:56 am
If you are doing this on sql 2000 (some of us still use this). This script creates a temp table with the eventclass ids and names in. Left Join your...
March 10, 2011 at 3:53 am
Many of you seem to be missing the point! The cloud is not for companies who effectively have their own cloud! Why would it be! A small start up business...
October 25, 2009 at 5:10 pm
Hi Manie,
It sounds like you have two separate tables for what are effectively the same entity. Why not have one table and use a flag to indicate whether it is...
March 3, 2008 at 3:26 pm
Viewing 5 posts - 121 through 125 (of 125 total)