In article <44bfa8b4$0$446$bb4e3ad8 (AT) newscene (DOT) com>, mistonl (AT) mail (DOT) com (Mistton) wrote:
Quote:
have execute sqltask that quieres table and gets name of DTS, outputs to
parameter as rowset, then in activex script i go thru it to process.
sql task has output pararmeter rowset of gvDTSPackagesToRun
query:
select dts_package_name from Rerun_DTS_Package |
doscoverd error of my ways. i save the laststarttime as a getdate(). when it
is compared to the date_request it will never match since getdate() is stored
as a binary not as a datetime. once i do a conversion to datetime then it
works