Viewing 15 posts - 11,461 through 11,475 (of 11,676 total)
luisefigueroa (4/29/2010)
In this particular case the sources are multiple tables from different sql servers.
If I were you, I would just write a SQL statement.
Much much much more performant than sorting...
April 29, 2010 at 4:25 am
If the source isn't too complicated and it is a database, I would write the join in a SQL statement in the OLE DB Source, instead of using the merge...
April 29, 2010 at 3:11 am
Very nice question. I work a lot with SSIS, but I hadn't heard of this function yet.
April 29, 2010 at 12:49 am
Thanks all for the (very quick) responses. Now I can sleep at night :-D.
I did some research on Google though, before posting this question, but I didn't find any plausible...
April 29, 2010 at 12:40 am
M@N@ (4/28/2010)
DECLARE @Today DATE
SELECT @Today = '01 DEC 2009'
SELECT @Today+1
SELECT...
April 28, 2010 at 3:35 am
nithya.s (4/28/2010)
April 28, 2010 at 2:59 am
M@N@ (4/28/2010)
Hi to all,DECLARE @Today DATE
it wii not work but if you change datetype "DATE" to "DATETIME"
Then it will work
Why wouldn't that work? The date datatype exists on SQL Server...
April 28, 2010 at 1:36 am
Nice article. I will never ever use the first option as it is too rigid, but the second one is very interesting and very promising.
April 28, 2010 at 12:37 am
Good question. No points for me but I learned something new today.
And also useful, when we will (finally) migrate to 2008.
April 28, 2010 at 12:32 am
I did some more research on the Tortoise SVN we are using, and it's possible that we just can't browse the repo-browser graphically because of security restrictions.
So the limitations I...
April 27, 2010 at 7:29 am
Allright. Thank for the reply and the link!
April 27, 2010 at 6:29 am
marina.x.rotua (4/27/2010)
i'm a beginner using ssis 2005,kindly advice for some tutorial or simple task to understanding the concept of ssis 2005...
many thanks
Here you go:
April 27, 2010 at 5:16 am
I won't speak generally, but these are some things I ran into at my current project:
* you must know the URL to go to the repository. Sure, you can keep...
April 27, 2010 at 3:59 am
I wouldn't recommand the union all if you want to combine 12 flows. The union all is quite a nightmare in maintenance and since it is a semi-blocking transformation, it...
April 27, 2010 at 3:28 am
Viewing 15 posts - 11,461 through 11,475 (of 11,676 total)