What is partition, how will you implement it? : sql server analysis services, ssas
Answer / Vipin Chaudhary
Partitioning in SQL Server Analysis Services (SSAS) is a method used to break down a large cube into smaller manageable pieces called partitions. This improves processing performance and response time for the cube by parallelizing calculations. Implementing partition involves creating partitions within a dimension or a fact table, defining the partition function and filter criteria for each partition, and then associating these partitions with the corresponding cube object. The syntax for creating a partition is CREATE PARTITION FUNCTION followed by CREATE PARTITION SCHEME and finally ALTER DATABASE SET PARTITION FUNCTION and ALTER TABLE with SWITCH TO PARTITION commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain microsoft sql server functions?
Where is SQL Srever (In sQL server 2005/2008 where is SQL Server Located).
Why de-normalization required?
Can we add a cpu to sql server?
If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?
What are the indexes in sql server?
What is usually the first word in a sql query?
How do you create type- insensitive operator?
What stored by the model?
How you can find out if an index is useful to the optimizer?
What is the use of tempdb? What values does it hold?
What is difference between stored procedure and function?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)