Viewing 15 posts - 61 through 75 (of 887 total)
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
You should see the user context in the Catalog reports, and if that doesn't work it's most likely Kerberos delegation.
One other thing to try: In stored procedures you can force...
May 5, 2021 at 5:22 pm
You can create a proxy account in SQL Server, using the credentials provided by your network folks. Use the proxy account in the SQL Agent step that executes the SSIS...
May 5, 2021 at 4:55 pm
I agree with the comments made by Jeff and Grant. There are many variables here, and it all depends on what you are doing to the data once it's in...
April 13, 2021 at 4:14 pm
If you change the SSRS report to create one page for each customer (with a page break in-between), you should be able to execute that report in the same way...
February 12, 2021 at 12:58 pm
Blog post as promised: https://martinschoombee.com/2021/01/26/fixing-incorrect-drill-through-results-in-analysis-services-part-1/
January 26, 2021 at 2:03 pm
Yes.
My understanding is that CALCULATETABLE(), because of the syntax and the fact that it allows you to provide multiple filters that will be applied in an "AND" fashion, will not...
January 22, 2021 at 7:20 pm
How about this?
CALCULATETABLE
(
'Table'
, FILTER
(
'Table'
, ...
January 21, 2021 at 2:48 pm
Viewing 15 posts - 61 through 75 (of 887 total)