Viewing 15 posts - 151 through 165 (of 601 total)
when you have multiple CTEs for one query you don't repeat the WITH keyword, you put each in brackets and separate them with a comma
If you give us table definitions...
February 4, 2015 at 2:56 pm
So you never need to update the columns, or are assuming they never change?
What you described is a basic SSIS data flow. If you read the first 3 articles in...
February 4, 2015 at 2:45 pm
You will need a dynamic cross tab or pivot to get what you want, which means using dynamic SQL
February 4, 2015 at 2:18 pm
Here is an example of the type of thing you are looking for[/url]
It used FOR XML PATH to concatenate the values, and STUFF to strip off any XML.
If you provide...
February 4, 2015 at 1:15 pm
Once you do all that, you may also want to check for divide by zero in your finished query ...
February 4, 2015 at 11:55 am
KoldCoffee (2/4/2015)
Hi Nevyn, yes I'm doing one big merge statement from stage to final table. So, you are saying there is better approach.
Well, I am saying I suspect there might...
February 4, 2015 at 10:19 am
KoldCoffee (2/4/2015)
February 4, 2015 at 9:47 am
ITBobbyP85 (2/4/2015)
February 4, 2015 at 7:40 am
KoldCoffee (2/4/2015)
February 4, 2015 at 7:29 am
After some light reading, I'd guess your issue is that the new machine has a different service master key, which won't work with your ssisdb master key.
Assuming you know the...
February 3, 2015 at 5:56 pm
Ok, stupid question, why are you trying to use an excel connection manager to create a file you want to give the csv extension to?
Do you want a csv or...
February 3, 2015 at 10:57 am
This was actually sneakily trickier than it first appears, as showing the 0 level doesn't work with the recursion, and taking duplicates out is tough to work in with the...
February 2, 2015 at 2:24 pm
So you are doing a 6 degrees of Kevin Scotch on the tables?
Also, does a match have to one scotch in common or all the scotches of the original...
February 2, 2015 at 8:16 am
I'm with Phil in that it seems strange that it would be right around 45 mins after deploying the change, and that I would first go through everything to make...
January 30, 2015 at 2:23 pm
Viewing 15 posts - 151 through 165 (of 601 total)