News

Execute SQL tasks run stored procedures or SQL queries from SSIS packages. A task executes any SQL statements that have been passed to it in sequential order. It provides you with a handy way to store ...
Calling an SSIS package from another SSIS package is, on the surface, a simple task. You just use the Execute Package Task and point it to a package on a SQL Server or somewhere in the file system ...
I have a stored procedure that runs every morning, I wanted to go and check how long it takes for it to execute.<BR><BR>I was thinking there was a log file that reported on how long the sproc ran for, ...