Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)

  • RE: Problem Inserting records per Portfolio into a temp table

    Sure thing!

    The purpose is to create a table/recordset that lists the top ten holdings for each portfolio. This is then used by my users to illustrate how the portfolio is...

  • RE: Problem Inserting records per Portfolio into a temp table

    Hi Guys thank you for your help!

    Here is a sample of the data. Thanks again! :

    CREATE TABLE [FactSheet].[StagingEquityHoldings](

    [Instrument_Instrument_Id] [nvarchar](50) NULL,

    [Class_0_Minor_Description] [nvarchar](50) NULL,

    [Issuer] [nvarchar](50) NULL,

    [PK_Date] [nvarchar](50) NULL,

    [Port_Portcode] [nvarchar](50) NULL,

    [Portname] [nvarchar](50) NULL,

    [Total_Perc_Port_Mkt]...

Viewing 2 posts - 16 through 17 (of 17 total)