Hi,
Am a newbie in SSIS and need help with following:
Have a load and the last step in the Control Flow I update LastImportDate in a Table
update ParamSettings set
value = convert(date,getDate(),120)
where ParamID = 1 and Parameter = 'LastImportDate'
Next time I run the SSIS package I...
Hi,
I have a ping script that ping a computer and if it dont answer it will create a log file. I want help to change script to ping more than one server and create log file for every server.
Here is my script:
Option Explicit
Const cfgHost = "172.22.89.2"
Const cfgLogFile =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.