Tables to Partition in the Sybase
Explain how do I choose which Tables to Partition in the Sybase?
Expert
You must partition heap tables which encompass large amounts of concurrent insert activity. (Heap table is a table with no clustered index.) Here are some illustrations:
a) An ‘append-only’ table to which each and every transaction should write.
b) Tables which provide a history or audit list of actions.
c) A new table to which you load data with bcp in. Once the data is loaded in, you can impartation the table.
This allows you to make a clustered index on the table or issue other commands not permitted on the partition table.
State functionality of the repository manager?
Explain the way to swap a db device along with other.
Explain terms Procedure Cache in Sybase. Answer: It is the memory area where compiled query tree run for example: procedure and batch query.
Explain the Slice and Dice attribute in the Business Objects?
Explain the various types of stages?
Describe briefly the term a subquery?
Clarify how we can export mappings to production environment?
Illustrates the third normal form?
What are the improved features in Teradata V2R5/6?
Illustrates the recursive stored procedures?
18,76,764
1939794 Asked
3,689
Active Tutors
1417165
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!