Viewing 15 posts - 526 through 540 (of 669 total)
Yeppie the haunting of coding continues....:-D:-D:-D
happy to help you
August 5, 2010 at 5:33 am
Anyways you may use a Script Task to validate your incoming file...
But a word of caution:
You are inviting a lot of .NET I/O code to be composed.
Happy coding
August 5, 2010 at 5:26 am
Laurence an empty cell in Excel corresponds to a NULL field in SSIS
So if you can manipulate the NULL field to some meaningful entity you have a work around....
August 5, 2010 at 5:08 am
Thanks i'll give it a shot
:-):-):-)
August 5, 2010 at 3:42 am
Yes Phil you are correct
August 3, 2010 at 10:23 pm
Rohit I have another solution...considering the restrictions posed
You may use variables TO and FROM variables to filter your query inside a foreach loop
(Assuming you have implemented ROW_NUMBER() to get distinct...
August 3, 2010 at 7:29 am
anithareddy.k (8/3/2010)
hi,what exactly the sbs books means ,could u plz give me the links where i can download those.Thank You ,
anitha
Anitha,
SBS= SQL Server Business Intelligence Studio.
August 3, 2010 at 6:37 am
Sachin,
You have to cache your dataset.
It's taking long time because the server is actually executing the entire query again and fetching the result...:-):-);-)
August 2, 2010 at 6:14 am
Even better...make table partitions of your dataset.
then send each partition to a respective sheet
August 2, 2010 at 5:56 am
You might consider using the export to Excel 2007
August 2, 2010 at 4:00 am
balasach82 (7/26/2010)
August 2, 2010 at 3:53 am
Hi Pramod,
You might want to create a a set of Event Handlers.
You may use the Script Task to suit your need.
As a best practice it is adviced to use a...
August 1, 2010 at 11:06 pm
Quick rule of thumb:
If you want to add it, sum it, average it or manipulate it numerically in almost any way, put it in the fact table. Put everything...
July 27, 2010 at 12:23 am
check the performance monitor....chk the process which is causing high memory consumption...
July 26, 2010 at 12:51 am
Viewing 15 posts - 526 through 540 (of 669 total)