Are the records on table in native DB limited?

S0918423470S0918423470 Member Posts: 159
Hi all,

I just created new table that contains specific text corresponding to each transaction. This is used for making reports.
I want to know, records in table is limited or unlimited? I'm afraid , in the future when we have many transactions, this table will be overloaded.

Thanks.

Answers

  • AndwianAndwian Member Posts: 627
    I think the limited one is the Database File size, instead of the Record size.
    Regards,
    Andwian
  • vaprogvaprog Member Posts: 1,139
    Please see C/SIDE Specifications and Limitations and Maximum Capacity Specifications for SQL Server for limitations.

    Some of the C/SIDE limitations will be superimposed on the SQL Server limits if you use the latter.
  • S0918423470S0918423470 Member Posts: 159
    Thanks all of you.
    @vaprog : your link is helpful to me.
  • krikikriki Member, Moderator Posts: 9,110
    If you are wondering about the limits of native database, it means you probably have a BIG database with lots of data.
    In this case I would start planning a conversion towards SQL server. After all sooner or later you will be forced to.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.