Forum Replies Created

Viewing 15 posts - 31 through 45 (of 63 total)

  • RE: datatype convertion prob

    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...

  • RE: Web client for MS AS 2005

    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...

  • RE: Web client for MS AS 2005

    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...

  • RE: Formatted export in Ecel

    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.

  • RE: Formatted export in Ecel

    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...

  • RE: Formatted export in Ecel

    I didn't know that the export functionality used an excel template. Where can I find this template then?

  • RE: Reg: Incremental Updates

    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...

  • RE: How to Create a Package which should do an Incremental UPDATE using SSIS

    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...

  • RE: Reporting services and IIF

    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.

  • RE: Union All returns duplicates???

    You can do this is SSIS in two steps...

    1. Use a merge transform (as you mentioned above)
    2. Use a SORT transform, and sort the data on ContractID, making sure you check the...
  • RE: Reporting services and IIF

    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...

  • RE: Modifying a project to only insert new records

    I have used the following when updating new records in our data warehouse (good tutorial)

    http://www.sqlis.com/311.aspx

    Works very well and does not load all the records into memory at runtime.

  • RE: Importing Excel into SQL 2005

    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...

  • RE: Data transfer between two identical databases

    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...

  • RE: Importing Excel into SQL 2005

    Not sure whether I have the worng end of the stick here , but would it not be easier to import the data using...

Viewing 15 posts - 31 through 45 (of 63 total)