Have been reading and following tutorials on Microsoft Business Intelligence. And i would like to clarify some things. So, as i have read and practiced, there is no technically build process like that of 'maven
' or 'msbuild
' kind of in MSBI. i am more interest on the utilities viz: dtutil.exe
and the dtexec.exe
; so that i may hopefully automate the process of deployment. Some questions:
Deployment here is more kind of move the file *.dtsx on the target server/file system/store? So, my build orchestration server, will checkout the files from the version control and execute the dtutil.exe to move (aka deploy, here) to the target server?
What difference does this move with dtutil.exe makes with just a manual copy and paste?
If #1 is right, does it mean i have to install the SQL server/SSDT on my build server, to get the dtutils.exe OR just copying the executable from a node which have the .exe will be good enough?
For the execution of the packages, (that were deployed using the dtutil.exe) can i do it via my build server on a remote server where the package were deployed?
UPDATED: MSSQL 2012; SSDT 2013