Viewing 15 posts - 10,981 through 10,995 (of 11,678 total)
krishna.msbi2008 (10/22/2010)
...in that institute ...
Institute. That explains a lot. 😉
(how come this thread is already 5 pages long and yet contains so little value?)
October 23, 2010 at 11:40 am
Alvin Ramard (10/22/2010)
krishna.msbi2008 (10/22/2010)
hiiii frds..After deploy the package in filesystem.
how the client can extract the package
What do you mean by: "extract the package"?
I can't help but wonder what the client...
October 22, 2010 at 11:56 am
No. Powerdesigner is more a data modeling tool for databases. You can document ETL (and thus generate mapping information), but it can certainly not read SSIS packages or replace them....
October 20, 2010 at 7:58 am
Well, it can be done in Powerdesigner, but not that easily.
(and Powerdesigner isn't actually a documenting tool).
I'm going to work with Powerdesigner in the following days, I'll let you know...
October 20, 2010 at 7:53 am
Brandie Tarvin (10/20/2010)
I'd still like the OP to answer. Assumptions about this sort of thing are dangerous.
Well, that's why I added "normally".
October 20, 2010 at 7:27 am
If you really can't get rid of those final characters (because apparently some "inverse-thief" puts them there), you can always try to put some bogus data in there and then...
October 20, 2010 at 7:25 am
Normally the mapping of an ETL flow is some sort of matrix where you "map" the input columns with the output columns.
E.g.: Input_Street + Input_StreetNumber = Output_Address
October 20, 2010 at 7:23 am
Brandie Tarvin (10/20/2010)
...except I may have just figured out why the Bulk Insert Task isn't working... More experimentation needed. WHOO.
Great, it seems that you are getting there 😀
October 20, 2010 at 6:02 am
I never use the == TRUE(/FALSE) with the ISNULL function. There is not really a point comparing a boolean value with another boolean value, so I just take the original...
October 20, 2010 at 5:21 am
I guess SSIS does some validation first before it starts running and that this validation fails. You can see in the output window in what stadium the package threw an...
October 20, 2010 at 4:53 am
This is the expression from Steve in "derived column language" (aka put everything on one stupid line language):
(ISNULL(effDt) || LEN(TRIM(effDt)) < 8) ? NULL(DT_DATE) : (DT_DATE)(SUBSTRING(effDt,5,2) + "/" + SUBSTRING(effDt,7,2)...
October 20, 2010 at 4:51 am
Check if the record also exist in your dsv, not just in your database. Use the queries that you use in your dsv to locate the record. Also make sure...
October 20, 2010 at 4:42 am
I used the following book to get up to speed with VB.NET:
Programming Visual Basic 2008 by Tim Patrick, published by O'Reilly.
You don't need to read every chapter in the book...
October 20, 2010 at 3:16 am
Viewing 15 posts - 10,981 through 10,995 (of 11,678 total)