Skip to main content

kim alexander's Library tagged powershell   View Popular

26 Jun 09

SSAS: Using PowerShell to Manipulate SQL Server Analysis Services Traces

I recently started using SSAS Server Traces a lot with SQL Server Analysis Services. This type of trace is basically the same trace you can create with SQL Server Profiler, but it runs without Profiler, uses less resources, and can be persisted across

agilebi.com/...-analysis-services-traces.aspx - Preview

POWERSHELL SSAS TRACE LIBRARY

25 Jun 09

SSAS: Powershell -- Multi Developer SQL Strategies

A topic that often comes up when discussing enterprise level development with SSAS is how to have multiple developers work on the same project at the same time. This issue doesn’t come up for many installations… a lot of teams get away with just having

agilebi.com/...-with-multiple-developers.aspx - Preview

SSAS: Powershell -- Multi Developer SQL Strategies

POWERSHELL / SSAS: Generating XMLA to process cube dimensions in parallel - referencing Objects by name

  • [System.Reflection.Assembly]::LoadWithPartialName("Microsoft.AnalysisServices") > $null [Microsoft.AnalysisServices.Server]$svr = new-Object([Microsoft.AnalysisServices.Server]) $svr.Connect("Localhost\sql05") $svr.CaptureXml = $true [Microsoft.AnalysisServices.Database] $db = $svr.Databases.FindbyName("Adventure Works DW") $dimAcct = $db.Dimensions.FindByName("Account") $dimCust = $db.Dimensions.FindByName("Customer") $dimAcct.Process() $dimCust.Process() $svr.CaptureLog
1 - 20 of 23 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo