Viewing 7 posts - 1 through 7 (of 7 total)
Hi Diane,
We use Log Explorer. Our transaction log gets backed up every hour contiguously but we clear the log at 1am every morning (after we run a full backup)....
November 14, 2002 at 7:40 pm
Cheers for the script, we'd actually already got the new table and trigger created by the time you'd posted!! Works like a dream.
I appreciate the help.
Matt.
October 22, 2002 at 11:30 pm
thanks for the response guys.
I agree that profiler is the way to go most of the time. Unfortunately in this scenario I'm trying to capture a bulk delete statement...
October 22, 2002 at 7:41 pm
Hey Brian,
Yup, I moved the order by clause outside of the parentheses to no avail. Even if I remove the order by completely it now gives an error:
Line 8:...
August 18, 2002 at 9:28 pm
Hi Andy,
BOL has the following info on TOP:
SELECT [ ALL | DISTINCT ]
[ { TOP integer | TOP integer PERCENT }...
August 18, 2002 at 9:18 pm
Further to the above post, is their a simple query to run that will give you a list of all records in a table EXCLUDING duplicates? I want to...
April 22, 2002 at 11:05 pm
Viewing 7 posts - 1 through 7 (of 7 total)