Welcome to Agile BI Community Sign in | Join | Help

Browse by Tags

All Tags » PowerShell   (RSS)

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
Posted by ddarden42 | 1 Comments

PowerShell Script to reset the local instance of SQL Server

I use virtual machines a lot for development and testing. I typically start with a sysprepped base image that I then initialize every time I need a new machine. One issue is that SQL Server doesn’t know it has been sysprepped… if you execute 1: SELECT
Posted by ddarden42 | 0 Comments
Filed under: ,