Explain way to save space while inserting rows monotonically
Illustrates the way to save space while inserting rows monotonically?
Expert
If the columns which comprise the clustered index are monotonically rising (which is, new row key values are greater than those earlier inserted) the given System 11 dbcc tune will not split the page while it's half way full. Quite it'll let the page fill and after that allocate other page:
dbcc tune(ascinserts, 1, "my_table")
Incidentally, SyBooks is wrong when this states that the above requires to be reset while ASE is rebooted. It is a permanent setting not temporary.To undo this:
dbcc tune (ascinserts, 0, "my _ table")
Why is modeling time-dependent data important with a time stamp?
Explain what is Designer?
When is a functional dependency F considers as to be minimal?
Benefits of Computing: Cloud computing has entirely changed the structure and the way of the delivery of IT services to different organizations. With the advent of cloud computing, now the organizations need not have to own the IT infrastructure thems
Describe briefly How can we configure mapping in the informatica?
Explain about extension and intension.
Describes the difference between NULL and VOID pointers into Data Structures?
How teradata ensures that there are no duplicate rows being inserted while this SET table?
Write down the employ of incremental aggregation?
What is Redundant Array of Inexpensive Disks controller technology?
18,76,764
1956556 Asked
3,689
Active Tutors
1417584
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!