Forum Replies Created

Viewing 15 posts - 6,931 through 6,945 (of 13,877 total)

  • RE: Drill Down - Help

    dramaqueen (7/15/2016)


    So to make it clear I want to query the main table based on the temp table I have created to show more detail.

    No need for a temp table....

  • RE: Junk Dimension Design

    kewlguy13 (7/15/2016)


    Hello Eveyone,

    I am struck with Junk dimension.

    My target table structure is as below.

    Junk_Dim

    ----------

    JunkID -- PK

    JunkTypeID -- PK

    JunkCode

    JunkName

    JunkTypeName

    Below values need to be propagated to the Junk Dimesnion.

    SubscriptionStatusSubscriptionStatus

    4Contract End

    3Contract Cancelled

    1Contract...

  • RE: Pullind data from between commas

    twin.devil (7/15/2016)


    If you want to do it in SQL SERVER then Tally OH! An Improved SQL 8K “CSV Splitter” Function[/url]

    If you want to do in SSIS then check the following...

  • RE: Pullind data from between commas

    Which version of SSIS are you using?

  • RE: t-sql large data size

    wendy elizabeth (7/14/2016)


    In sql server 2012, I want to allow a user to enter data into large columns that are used for different types of comments.

    The largest varchar field that...

  • RE: Are the posted questions getting worse?

    Ray K (7/14/2016)


    Brandie Tarvin (7/14/2016)


    I'm in the last few days before Go Live on a major infrastructure upgrade. I'm lucky I can spell SEQUAL. @=)

    I once had a friend tell...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (7/14/2016)


    jasona.work (7/14/2016)To quote the lady from Ghostbusters (1984): "WE GOT ONE!!"

    :w00t:

    The lovely Tahitian Island of Tahaa!

    If I liquidate everything, I can come up with ~$400K, who else can...

  • RE: SSIS Metadata can not be determined

    Check out

    Exec [sp] with result sets

    in BOL.

  • RE: Script task in ssis

    Aaryan (7/13/2016)


    "Delete a file if exists" code in script task in ssis

    I'm assuming that you've tried to do this and failed. What did you try and what errors did you...

  • RE: question on indexes

    muth_51 (7/13/2016)


    Table has cluster index with default setting fill factor. The table has around 15 indexes including clustered. I just went through all indexes and some are set to fill...

  • RE: Columns to row

    Nice, Luis.

  • RE: Columns to row

    peter 67432 (7/13/2016)


    Sorry, you are right. I ment changing the column names :unsure:

    So you want something which handles different column names dynamically?

  • RE: Columns to row

    Eirikur, is your test database really called 'TEEST'? 🙂

  • RE: Columns to row

    peter 67432 (7/13/2016)


    Good for this table, however i cannot change the tablename without changing the 'cross apply' part, so for my other table, i need to change the whole query,...

  • RE: Database Mirroring SQL Server 2014 Standard.

    Perhaps this article gives you what you need to know?

Viewing 15 posts - 6,931 through 6,945 (of 13,877 total)