Viewing 9 posts - 1 through 9 (of 9 total)
Thank you all for the help! This is what I did based on the first reply. First I created a table with a three character column then ran...
June 28, 2004 at 6:57 am
Not sure if this will work:
delete from table t1
where Statdate != (select max(Statdate) from table t2 where t1.ServerName = t2.ServerName)
April 5, 2004 at 1:49 pm
Thank you!
Next question. I want to build a dts package that will run a .cmd file I have on the hard drive. What's the best way to do...
October 30, 2003 at 7:15 am
Thanks Frank, we are going to try the first option.
June 27, 2003 at 7:17 am
Viewing 9 posts - 1 through 9 (of 9 total)