Viewing 15 posts - 61 through 75 (of 893 total)
Yes, typically you would have the account type as an attribute in the Account dimension.
The main consideration would be if other fact tables need to be associated with the account...
August 24, 2021 at 2:22 pm
YESYESYESYESYES... Second Execute Process task working as well!!!!
I had the wrong freakin' switch!
I hate it when I spend so much time trying to troubleshoot something and it turns out...
July 16, 2021 at 4:00 pm
I still think you would be much better off using a script task - where you can embed the code or import the code - or just add the...
July 14, 2021 at 7:53 pm
Yeah...I would try unrestricted for the local machine (not user) too, if that's an option.
July 14, 2021 at 6:01 pm
The only other thing I can try to think of here is to run Visual Studio as admin. Even with your local admin permissions, the VS process may not have...
July 14, 2021 at 3:01 pm
Hmmm...your PS script might not even be initiated at all.
What is your local PS execution policy, and is the account you're using a local administrator?
July 14, 2021 at 2:32 pm
Sleep 3000 and it's still waiting patiently after i went for coffee 🙂
Interesting...that's not the behavior I'm seeing. If I use the Execute Process Task the way described by...
July 7, 2021 at 1:52 pm
Seems to be working fine for me? Execute Process Task waits for the process to complete, then depending on the return code you can branch to a failure or...
July 6, 2021 at 9:57 pm
I don't disagree with this comment, but... There is a precedence constraint between this task and the unzip task. Why would the Execute Process task mark "successful" and act...
July 6, 2021 at 6:10 pm
SSIS will execute external processes in a disconnected fashion, so what is happening here is the following:
July 6, 2021 at 5:30 pm
Yes, I would store it in the fact table as well. The general premise is to make reporting as easy as possible, and if you can persist the Sales Amount...
June 28, 2021 at 3:12 pm
Firstly, great job at taking the bits and pieces from everyone and going through the paces to make sure you get to the right solution for your specific needs. I...
May 26, 2021 at 11:04 am
No shortage of opinions...eh...ideas here, so you have lots to play with 🙂
Side-Note: In order for everyone to see a mapped drive, an administrator will have to create it and...
May 6, 2021 at 4:23 pm
Do you mean the following? : Copy the .csv files to the local hard drive on the SQL Server. Then the SQL Server shouldn't have any trouble accessing the...
May 6, 2021 at 11:30 am
Viewing 15 posts - 61 through 75 (of 893 total)