I am using the ExecutionInstanceGuid system variable in numerous places for auditing reasons. When I reviewed some of the logs I found that the same run of the ETL had different instance guids.
I am using exectue sql tasks with parameters. In the parameters I set the data type to GUID. I went back and changed the type to string, then the guids matched.
I'm I correct in assuming that when I set the type to GUID that I will get a NEW guid?