Viewing 15 posts - 901 through 915 (of 6,678 total)
Here is the code I use for the archive task:
bool fireAgain = true;
...
July 7, 2021 at 6:37 pm
How do I create a Proxy? i.e.: Proxy name, Credential name, Principals, Type of Principal, etc.
I searched the following: sql server proxy account ssis
Here are the top 3 items...
July 7, 2021 at 6:28 pm
Are you sure the problem is in the extract portion - and not somewhere else? You stated you are joining 2 tables to get the results - each table has...
July 7, 2021 at 5:45 pm
Posted to wrong thread - removed
July 7, 2021 at 5:26 pm
The method @JeffModen proposed is much faster to calculate the fiscal year. When combined with filtering in the where clause - it would be better than your case expression.
Since you...
July 7, 2021 at 5:24 pm
How did you create the report? Did you use the wizard - and if so, what options did you select?
Based on the picture, it looks like you used the wizard...
July 6, 2021 at 9:26 pm
You still need to view the context of the errors to see if there is more information. But based on your description - the issue is most likely a permissions...
July 6, 2021 at 9:20 pm
I wasn't responding with that as the issue - just responding to Thom on why use a script task. I would not expect anything in the script task to affect...
July 6, 2021 at 9:01 pm
In the code you posted - it would be much better to use @JeffModen's calculation for FY. However - because that value is calculated and he calculation is on columns...
July 6, 2021 at 8:42 pm
Why create a c# task to move the file, and not just use a File System Task?
If you move a file in Windows - it retains the properties and...
July 6, 2021 at 8:06 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"...
July 6, 2021 at 7:58 pm
My best guess is that you are getting these errors because the cluster cannot determine quorum. On a 2 node cluster - you need 3 votes, which would be handled...
July 6, 2021 at 7:00 pm
It will depend on your Windows OS on the existing cluster - you can only go from 2012 to 2016, or 2016 to 2019 - but not from 2012 to...
July 6, 2021 at 6:40 pm
While I don't see it as causing any serious issues, I'll state again that I find that applications that require snapshot isolation to get performance to be annoying at...
July 5, 2021 at 4:18 pm
Heh... actually, it does. Notice the computed column suggestion. That would make all code going forward a simple and exact bit of criteria.
Yes - with a computed column added...
July 5, 2021 at 4:11 pm
Viewing 15 posts - 901 through 915 (of 6,678 total)