1.By using the ispac file.
The ispac file will be present in the Bin in the project folder.(the ispac file is created after building the package)
2.By Deploying the package( by DBA ).
In SQL SERVER - -
After that Double click on ISpac File.
The Ispac file will be present in the Bin folder in the project location.
Give the destination server details and Click on Connect
After Connecting to the SQL Server , you get the Folder you just created.
Now go to the SQL server and all the packages will be available.
IN SQL server the DBA has to simply Right click on package and execute , then the SSIS package will execute and run.
Creating a JOB
Start the SQL Server Agent.