Viewing 15 posts - 1 through 15 (of 23 total)
I don't care for it, it's too small and difficult to find your way around.
July 2, 2013 at 12:53 pm
Yes, that's exactly what I was trying to achieve.
Thank you very much for your help.
March 19, 2013 at 2:41 am
That's the benefit of ignorance: It never even crossed my mind there might be a problem, I just went ahead and did it 🙂
March 6, 2013 at 8:50 am
Another way might be to partition the table - or index - switch out the desired partition(s) to a temp table and drop the temp table.
I'm doing this on 1BN...
March 6, 2013 at 8:32 am
Excellent article.
When somebody gets around to writing the VB code in C#, could you pls. post it?
February 5, 2013 at 5:31 am
Hi Lynn,
It looks like you got it right the first time - although I'm not sure I fully understand it (yet).
Unfortunately i haven't had time to provide you with a...
December 7, 2012 at 1:59 am
GSquared (12/6/2012)
Honestly, the data looks poorly designed....
December 6, 2012 at 3:18 pm
This is what I found:
Drop a script component onto your data-flow right after the flat-file component.
using System;
using System.Data;
using Microsoft.SqlServer.Dts.Pipeline.Wrapper;
using Microsoft.SqlServer.Dts.Runtime.Wrapper;
[Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]
public class ScriptMain : UserComponent
{
public override...
June 7, 2012 at 3:20 am
I suppose what you meant to say was the main idea is to remove the dependency?
May 22, 2012 at 6:45 am
Good ideas, thank´s.
I´m a bit uncertain about the "transformation script component".
What do you have in mind?
May 16, 2012 at 4:22 pm
Most - if not all - security issues are supposedly resolved if Kerberos is implemented.
Which is not the case where I work.
May 12, 2011 at 9:21 am
I got your example to work when I'm physically on the server, but when I try it from my workstation, I get:
An error occurred while preparing the query "SELECT...
May 12, 2011 at 9:15 am
Handy article, thanks.
One cannot but admire all the brave DBA's out there who have to live with "a constant fear of losing data because of the mistakes of some developer...
May 4, 2011 at 2:23 am
Yes. I figured it out eventually.
Thanks & Cheers
PII
October 29, 2010 at 4:44 am
Works great, but...
I need to use it in a stored proc where it should look up the foreign keys from a twin DB, let's call it DB1 and create...
October 27, 2010 at 9:37 am
Viewing 15 posts - 1 through 15 (of 23 total)