Viewing 2 posts - 1 through 2 (of 2 total)
hi,
TO schedule SSIS package,first you have to copy the package to Sql server by selecting copy option in File menu of SSIS Package Designer. Then it is available when you...
October 30, 2007 at 12:57 am
#746477
this will work
select 1 where getdate() <= '01/01/2008'
select 1 where getdate() <= convert(varchar(10),'01/01/2008',103)
since u are comparing strings
ravi
October 3, 2007 at 4:06 am
#738528