kim alexander's Library tagged → View Popular
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
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
POWERSHELL: One PowerShell Script to download them all: PDC2008 Videos, Code and PowerPoint files
SSAS: SSIS package to process all dimensions in Analysis Services (SSAS) 2005 DB using CaptureXml (updated) | Vidas Matelis Analysis Services Blog
-
Microsoft.AnalysisServices.XmlaResultCollection
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
PowerShell - A cmdlet that reports progress - A simple file downloader cmdlet - B# .NET Blog
POWERSHELL: Load a Custom DLL from PowerShell LoadAssembly
-
[Reflection.Assembly]::LoadFile("c:\temp\MyMathLib.dll")
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in powershell
-
SharePoint Development Best Practices Series
A great series by Jeremy Th...
Items: 10 | Visits: 26
Created by: Jeremy Thake
-
PowerShell
Items: 24 | Visits: 42
Created by: Eric Kraus
-
PowerShell
PowerShell stuff
Items: 12 | Visits: 22
Created by: Christian Glessner
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
