Viewing 15 posts - 31 through 45 (of 63 total)
Add a data conversion flow task between your source and destination.
Use this to change the First Name column to (or from) a unicode string in order to be able to...
December 5, 2007 at 1:00 am
thx for the details - its gonna make for an interesting period ahead. What I use currently is SSRS 2005 for our more std reports, and those in the the...
November 26, 2007 at 2:34 am
I thought the excel services in MOSS were only available in the 2007 version and not 2003? The reason I ask is that I wanted to have online pivot tables...
November 23, 2007 at 2:20 am
LOL - toooooo many late nights reading forums... 😉
Still, I read in BOL that you have little control over the page format when rendering to Excel. Bummer.
November 3, 2007 at 4:02 am
Currently the reports are distributed via subscriptions, with the "render format" set as Excel. There is no manual export of the report as this is controlled by the report manager...
November 2, 2007 at 1:43 am
I didn't know that the export functionality used an excel template. Where can I find this template then?
November 1, 2007 at 8:24 am
SenthilKumar...
Once you have a unique identifier the process is relatively easy to complete.
There are two easy methods that you can use.
The first way is to add a Lookup and...
September 11, 2007 at 7:15 am
Without any unique identifiers / indexes in your table this will be very slow and inefficient.
Why doesn't your table have any? Why dont you add some when the data...
August 31, 2007 at 6:23 am
What does the following expression return?
Fields!ManagementScore.Value + Fields!EcoliScore.Value
As stevefromoz says, remove parts of the eqn and check the evaluated result.
July 19, 2007 at 11:53 am
You can do this is SSIS in two steps...
July 18, 2007 at 11:40 am
Try reversing the statement
= IIF((Fields!Hazard.Value <19 AND Fields!Hazard.Value >76)
AND Fields!Complience.Value >11,"OOH OOH","Excellent" )
to see if that gives...
July 18, 2007 at 11:28 am
I have used the following when updating new records in our data warehouse (good tutorial)
Works very well and does not load all the records into memory at runtime.
July 4, 2007 at 4:26 am
From what I can remember of the top of my head, having the BIDS available is an option that you choose on the install. However, with the express edition, there SSIS...
July 2, 2007 at 3:25 am
If the identical databases are both SQL Server, you could use the tansfer SQL Objects task in SSIS.
In this task you can choose options of which tables, constraints etc.
You can...
June 15, 2007 at 3:55 am
Not sure whether I have the worng end of the stick here , but would it not be easier to import the data using...
June 15, 2007 at 3:46 am
Viewing 15 posts - 31 through 45 (of 63 total)