Results 1 to 5 of 5

Thread: Can anyone tell me about MSSCONCATCOL

  1. #1
    Join Date
    Dec 2002
    Location
    Virginia
    Posts
    2

    Can anyone tell me about MSSCONCATCOL

    Can someone tell me more about MSSCONCATCOL?? Why it appears on certain tables and do not on most??
    Early on, I was having a problem with running DBCC REINDEX on a table
    and I was able to trace it to the settings I specified when I initially created a Peoplesoft database (ie.'ANSI_NULLS','QUOTED_IDENTIFIER') and because this table contained the column, MSSCONCATCOL.
    I simply dropped this column and the reindexing worked.
    Any information shared will be greatly appreciated.
    Thank you

  2. #2
    Join Date
    Dec 2002
    Posts
    181
    I've never heard of such a column. Is it specific to the PeopleSoft db or are you finding it in other dbs?

    Jeff

  3. #3
    Join Date
    Dec 2002
    Location
    Virginia
    Posts
    2
    Hi Jeff -

    Am not sure if MSSCONCATCOL is specific to Peoplesoft DB. All I know is when I initially created the DB from the Peoplesoft delivered SYS tables, it was there. Thanks for your reply though.

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    Should check with PeopleSoft.

  5. #5
    Join Date
    Dec 2007
    Posts
    1
    To get around a limit of 16 columns in an index, PeopleSoft generates an additional column (function based) to a table with more than 16 keys. The key data is contatenated in this column, and the primary index will only contain the field MSSCONCATCOL. It is the Microsoft SQL Server Concatenated Column (storing all primary key data).

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •