Skip to content
View albertospelta's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@SSASQueryAnalyzer
Block or Report

Block or report albertospelta

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. sql-bi/DaxFormatter sql-bi/DaxFormatter Public

    C# 25 3

  2. lab-minsk-compiler lab-minsk-compiler Public

    Building a compiler in C#

    C# 1

  3. powershell-netonlyimpersonation powershell-netonlyimpersonation Public

    A PowerShell module that allows using windows integrated authentication through identity impersonation to access protected resources on remote systems as a different user without any trust.

    C# 2

  4. SSASQueryAnalyzer/SSASQueryAnalyzer SSASQueryAnalyzer/SSASQueryAnalyzer Public

    SSASQueryAnalyzer is a tool to analyze and troubleshoot MDX queries on Analysis Services Multidimensional

    C# 22 4

  5. Collect streaming xEvents with C# Collect streaming xEvents with C#
    1
    namespace SSASEventStreamSample
    2
    {
    3
        using Microsoft.AnalysisServices.AdomdClient;
    4
        using Microsoft.SqlServer.XEvent.Linq;
    5
        using System;