Viewing 12 posts - 61 through 72 (of 72 total)
Hi Phil.
Thanks, I had already come to this same conclusion.
Tim
October 14, 2016 at 6:57 am
Hi Phil.
Not sure how the final solution will pan out at the moment as everything is moving over to AWS, so lets say development will be done on the users...
October 14, 2016 at 5:12 am
In my last job we had multiple developers and everything was saved to Team Foundation Server, so we had use Don't Save Sensitive, but we rarely had problems like...
September 14, 2016 at 10:06 am
I have since found the solution to this problem. The server I was deploying to was not on the same domain so I could not use the deployment wizard. This...
September 14, 2016 at 10:00 am
When I deploy the package it does not contain any sensitive information, that's the whole point of having sensitive parameters. When you deploy by Project Deployment the Deployment Wizard changes...
September 14, 2016 at 9:50 am
If you data flow is complaining because it can' determine the Meta Data from the stored procedure then you could use:
exec p_MyProcedureName WITH RESULT SETS ((myID INT NOT NULL, myField1...
August 26, 2016 at 9:29 am
Steve Jones - SSC Editor (8/8/2016)
tim.ffitch 25252 (8/8/2016)
August 12, 2016 at 2:13 am
Until recently I was responsible for the transaction replication of an 86 GB database that contained 580 articles spread over about 20 publications. The connection bandwidth was 10 Mbit per...
August 8, 2016 at 9:13 am
rocky_498 (6/20/2016)
I am pulling a data from XML To SQL through SSIS (Using XML Source). Source field in XML has data type xs:duration and value are as an example...
August 5, 2016 at 10:14 am
Thanks Eirikur, I knew about the protection level having to be the same. The build fails anyway if they are not set the same at the solution and package level.
August 5, 2016 at 8:45 am
Hi.
Thanks for the reply. It's working now. I deleted the entire solution and set it up again from scratch and it seems fine now. There must be a glitch in...
August 5, 2016 at 8:15 am
Why not use a script task. Using vb.net this would be
Dim MyDate as string
MyDate = date.now().ToString("yyyyMMdd HH:mm:ss")
Then pass this out to a package variable
Dts.Variables("User::VariableName").Value = MyDate
August 5, 2016 at 5:14 am
Viewing 12 posts - 61 through 72 (of 72 total)