Viewing 15 posts - 4,381 through 4,395 (of 5,111 total)
Right. That makes sense.
I need to learn more about CTE.
Only thing with what you...
January 25, 2017 at 7:15 am
January 24, 2017 at 1:27 pm
January 24, 2017 at 12:59 pm
January 24, 2017 at 12:27 pm
Screen shots aren't really going to help here, they don't show the full picture.
What does you dataset that SSRS look like, are you able to provide sample data...
January 24, 2017 at 12:24 pm
Looking at your SQL I wouldn't have expected it to give me 3 duplicates, and it didn't when i tried.
This sounds like you've possibly triplicated your data in...
January 24, 2017 at 9:49 am
Yes, there is a property value on your task called DelayValidation. If you put that the TRUE, it won't check until it gets to the that task in the Task...
January 24, 2017 at 9:09 am
Duplicate of topic https://www.sqlservercentral.com/Forums/1853363/SSIS-package-running-very-slow. Please only create one topic per problem.
January 24, 2017 at 8:00 am
January 24, 2017 at 7:32 am
January 24, 2017 at 4:48 am
January 24, 2017 at 4:37 am
I'm impressed that runs, you're basing logic on a non aggregate field, and then attempting to do an aggregate.
Either of these examples should work, depends on your preference....
January 24, 2017 at 3:49 am
You can join on many tables, that's not a problem. So, you could easily have a query that looks like:SELECT E.Name,
D.Department,
ISNULL(J.Name, 'No Assigned Role') AS...
January 24, 2017 at 2:34 am
Viewing 15 posts - 4,381 through 4,395 (of 5,111 total)