Viewing 15 posts - 271 through 285 (of 499 total)
Ken Messner (6/1/2015)
June 1, 2015 at 9:29 am
patrickmcginnis59 10839 (6/1/2015)
While a programmer, I never heard that GOTO was bad. Why is that so bad?
Comes from "Edsger Dijkstra's letter Go To Statement Considered Harmful, published in the...
June 1, 2015 at 7:34 am
Hugo Kornelis (5/28/2015)
May 28, 2015 at 7:19 am
When I saw "day number" without a qualification of "month" I assumed day-of-the-year was meant. Of course, none of the answers yield 145, so my assumption was clearly false!
May 25, 2015 at 6:53 am
Great question! It illustrates the benefits and dangers of using unaliased column names in queries. IIRC SQL looks in the current namespace for a match on the column...
May 20, 2015 at 7:34 am
That sounds likely but it is still unacceptable since I changed nothing
May 16, 2015 at 8:18 pm
Alas, I don't think you can run DESC over OPENQUERY, since it is not a SQL command. I think you can only do that with the SQLPLUS command.
Could...
May 15, 2015 at 8:47 am
Thanks for the tip!
Unfortunately, these queries returned empty result sets for me, though the server, schema and tables/views most certainly exist (and I can query them using OPENQUERY)
Actually what I...
May 15, 2015 at 6:59 am
Smash125 (5/13/2015)
I have kind of tricky requirement.
A.We have Total Budget cap for ‘2016-Q1' is 3600. If the Budget cap goes...
May 13, 2015 at 7:52 am
Can you post the segment of XML that covers that field?
May 7, 2015 at 9:15 am
No need to use the expression task its true, but the task makes it more visible than buried in the connector properties.
May 4, 2015 at 3:19 pm
Why not just use an Expression Task (I see you are on SQL Server 2012) to generate the file name? I'm not sure that the script task is necessary...
May 4, 2015 at 8:49 am
I'm still looking for mention of "get or set the authentication message" in the reference link. I can't find it there, though the property "specifies the type of authentication"...
May 4, 2015 at 6:44 am
Try adding some script tasks/components to the child package that use MessageBox.Show() to tell you where you're at in the child package. YOu can also display useful stuff like the...
May 1, 2015 at 11:52 am
Viewing 15 posts - 271 through 285 (of 499 total)