Viewing 2 posts - 1 through 2 (of 2 total)
I use metod1 from article http://support.microsoft.com/kb/918760 and it works just fine. Good luck.
P.S. My ssis packages are stored on the server
December 20, 2006 at 1:19 pm
#679211
I use this way,
select * from t
where year(testdate)*100+Month(testdate) < year(GetDate())*100+month(GetDate())
February 2, 2005 at 11:19 am
#540226