Viewing 15 posts - 166 through 180 (of 267 total)
This is a very useful method to learn
I also use this to check for PK violations when transforming staging records into live data
Could you create a cte for this and...
November 8, 2016 at 3:52 am
There's also a synchronous setting
Been caught out by this before where I was left wondering why it kept responding immediately
November 4, 2016 at 8:06 am
Interesting question and just so happened to have read about this last week!
That's why I always use parenthesis
They also make queries easier to read
Especially with +, -, *, /, ......
November 4, 2016 at 5:44 am
Missed the 2016 part and compared to 12
Oh well, learnt something new
November 3, 2016 at 8:32 am
Makes sense j DBA
Meant to say went for 1!
November 2, 2016 at 11:09 am
Expected 1 and 2 ; went for 2 so guessed wrong
Now run this through, as with others, both 1 and 2 fail
Can't see this been SQL version specific or down...
November 2, 2016 at 9:58 am
Any thoughts?
This is getting seriously frustrating as I've never had issues before
Within a project, I have one package that works fine and will break wherever requested
I have another package that...
November 1, 2016 at 7:49 am
Fair point regarding the count method, Phil; and thanks for the code, Luis
Switched to the more efficient method and works
Thanks
November 1, 2016 at 7:21 am
Finally working
Thom A, misunderstood your example part
Set the expression of the variable to
"SELECT COUNT(*) AS recordCountDestination FROM " + @[User::tableName] + ";"
Also set the property EvaluateAsExpression to True
Remove any Parameter...
November 1, 2016 at 5:22 am
What were you thinking of using SSIS for?
You could also take a look at the table ExecutionLogStorage in the ReportServer database
This holds a log of reports run along with criteria
November 1, 2016 at 2:59 am
Viewing 15 posts - 166 through 180 (of 267 total)