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.
Write down the level of Granularity of a fact table?
Briefly explain SQL Server 2005 Business Intelligence components?
Briefly describe the ETL procedure in data warehousing?
What do you understand by the term foreign key in DBMS, and why is it employed for?
Explain the term lattice of cuboids in brief.
Illustrate the multi value or multicolumn problem? Include an example not employed in the text.
Explain the way to support Row Level Locking in Sybase.
States the term Global temporary.
Illustrate briefly the term DBMS?
Elucidate briefly the term metadata reporter?
18,76,764
1938810 Asked
3,689
Active Tutors
1426452
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!