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.
Describe the relationship of OLE DB, ADO, and ODBC?
Explain Batches and Session?
Give brief introduction of the term breakpoint in SSIS?
Elucidate how can we get first 100 rows from flat file in the target?
Briefly describe the ETL procedure in data warehousing?
You have been given a setup of tables with data and inquired to make a new database to store them. What are you looking for, when you observe the data values in the tables?
Describe briefly Recovering sessions?
Illustrates the third normal form?
What is meant by the term Context?
Define the Linked List in data structure?
18,76,764
1935590 Asked
3,689
Active Tutors
1416537
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!