Explain the way to select tables for partition in Sybase
Explain the way to select tables for partition in Sybase?
Expert
You must partition heap tables which have large amounts of concurrent insert activity. Because, a heap table is a table, which no clustered index. Now here are some illustrations:
1. An "append-only" table to that every transaction should write2. A tables which provide a history or say audit list of activities3. A new table in which you load data along with bcp in. When the data is loaded in, then you can unpartition the table. It allows you to create a clustered index upon the table, or give other commands not permitted upon a partition table.
Illustrate the use and application of the DB Miner.
Briefly describe the term ‘BOMain.Key’?
What do you understand by the term snapshot replication in DBMS?
Illustrates the term data structure?
Describe briefly the term Session and Batches?
What is meant by the parameter file?
Explain the Normalizer transformation?
Where is the GRANT table option usually done after creating tables dynamically within the Teardata? While tables are newly created, what are the default role and default privileges that get assigned?
Specify the designer tools used for creating the tranformations?
Define the Linked List in data structure?
18,76,764
1924214 Asked
3,689
Active Tutors
1456652
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!