Viewing 15 posts - 1,006 through 1,020 (of 3,233 total)
Have you tried using a derived column with the correct target data type as opposed to casting it in the SQL statement?
September 8, 2009 at 10:33 am
You've got a couple solutions to look at. One, use the SCD transformation to do the compares for you. You'll still need to configure the updates types in...
September 8, 2009 at 10:09 am
Is there any sort of date column in the source table that could show you which rows have been updated? If you could do something to avoid comparing the...
September 8, 2009 at 9:53 am
umer.faizal (9/7/2009)
3. I cannot use variables in the lookup component because SSIS does not have any such option.
Sure it does. On the advanced tab, where I'm sure you modified...
September 8, 2009 at 9:45 am
I'd be a full time parent, no questions asked.
September 3, 2009 at 1:25 pm
gah (9/3/2009)
just an idea...and no doubt already in place, buts how's your Disaster Recovery model looking?
Our corporate support team plans the DR strategies for our servers. We will be...
September 3, 2009 at 1:21 pm
Thanks for the info. I've read through them and it sounds very interested. We'll consider this.
Anyone else??
September 3, 2009 at 10:33 am
Paul brings up an interesting point in that the business key from the file would not normally be the PK in the table. This whole thing may not happen...
September 3, 2009 at 10:28 am
I don't want to ask a dumb question Steve, but Fusion SSDs? Can you elaborate a bit on this, have you put this to use anywhere? What kind...
September 3, 2009 at 9:19 am
So the moral of the story is that out of 15 years of SQL Server expreience, a query index hint was chosen as the solution 2 times! Just think...
September 2, 2009 at 2:00 pm
I, too, have only had to use an index hint one time. At my last company, we had a stored procedure that accepted about 16 parameters and performed a...
September 2, 2009 at 1:28 pm
From BOL:
WITH (
September 2, 2009 at 1:02 pm
Are you using the Merant driver for Progress? If so, Merant is a third party vendor right? Contact them instead of Progress. By the way, the Progress...
September 2, 2009 at 9:42 am
Ha! I was actually quite suprised that no one snuck a post in by the time I finished typing my response.
September 2, 2009 at 9:36 am
Viewing 15 posts - 1,006 through 1,020 (of 3,233 total)