Share via

Sql Server Agent

Anonymous
2021-08-15T10:45:21.38+00:00

Hello

I have packages on SSIS, I want to run it and do a schedule to run every day at midnight Can I use (SQL server agent) without using Management Studio, If yes what is the way to do it, and if not can you give me a way to run the packages without using any program.

Thanks

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

SQL Server Integration Services

Answer accepted by question author

ZoeHui-MSFT 41,551 Reputation points
2021-08-16T02:01:25.51+00:00

Hi anonymous user,

To create a job, you may use:

SQL Server Management Studio,
Transact-SQL
SQL Server Management Objects

It seems a bit hard to create the agent job without SSMS.

create-a-job

You may run the SSIS package with from the command prompt with DTExec.exe and powershell.

Reference: ssis-quickstart-run-cmdline
ssis-quickstart-run-powershell

Regards,

Zoe


If the answer is helpful, please click "Accept Answer" and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hot issues October

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.