Viewing 15 posts - 16 through 30 (of 61 total)
Thanks, for some reason, it never occurred to me that window functions could be used for anything other than ranking, which is how I normally use it. Opens up a...
January 18, 2017 at 2:15 am
Hmm it's a shame it can't indefinitely run. I think in that case I will time out the package after a day. I'm also toying with the idea of whether...
December 8, 2016 at 9:22 am
Yeah, spent like 2.5 days, and was running out of options before today; was worried we'd purchased a SQL server enterprise license and would be crippled by being unable to...
November 1, 2016 at 8:10 am
I was using SSDT 2015 and building the solution, producing an ispac file, dropping it on the server, and running (double clicking) the ispac file, to deploy the project to...
November 1, 2016 at 7:45 am
Second breakthrough - I can deploy the package with no issues through the SSDT UI, it is only the ispac file that is not deploying properly! Very odd, I did...
November 1, 2016 at 7:35 am
I just deleted and recreated the SSISDB... no luck, the deployed package still has the same problem!
November 1, 2016 at 7:20 am
Thanks, there are still avenues to explore...
The reinstall of SSIS did not help.
I tried to make the script task in VB, no luck.
I tried the package deployment rather...
November 1, 2016 at 6:26 am
I got the server updated, but still no luck.
It is now: Microsoft SQL Server 2016 (RTM-CU2) (KB3182270) - 13.0.2164.0 (X64) Build 9600
Looking at the previous versioning, this was...
November 1, 2016 at 4:32 am
I am using SQL Server enterprise.
I am running the packages locally pointing to the production DB's, does patch levels still apply, as the instances are the same one? Not...
October 31, 2016 at 9:03 am
the first value is the rolled over from what the highest tick value is, as it is representing a week, and is rolling over. There is no set default value....
October 25, 2016 at 9:18 am
That does look like I could rewrite things better with that, I'll give that a try. is there any way I can wrap it around though, so that day 7...
October 25, 2016 at 8:02 am
I understand what you're saying, but I am not sure how to incoporate that, into finding in which interval that my data lies? The actual case is more to do...
October 25, 2016 at 6:38 am
Still need to do some more reading to fully understand the nuances of the code, but by looking at the numbers the indexes were producing, adding the following to the...
June 23, 2016 at 7:00 am
Viewing 15 posts - 16 through 30 (of 61 total)