Download GAC Driver



For these cases, you can download the Npgsql Windows installer from our Github releases page: it will install Npgsql (and optionally the Entity Framework providers) into your GAC and add Npgsql's DbProviderFactory into your machine.config file. This is not the general recommended method of using Npgsql - always install via Nuget if possible. GAC® 2500-UGMA Grain Analysis Computer Product Support. Below are the support materials available for the GAC® 2500-UGMA Grain Analysis Computer. Download Adobe Reader. « Support Home Page Send Us Your Feedback Product Details Authorized Service Centers Latest Grain Calibration Files Request a Quote Regulations Info. Install SQL Server Analysis Services.; 2 minutes to read; M; T; J; In this article. Applies to: SQL Server Analysis Services Azure Analysis Services Power BI Premium SQL Server Analysis Services is installed by using the SQL Server Installation Wizard. SQL Server Analysis Services is multi-instance, which means that you can install more than one copy on a single computer, or run. Gustavus Adolphus College 800 West College Avenue Saint Peter, MN 56082 507-933-8000 web@gustavus.edu.

Offical Packages

Official releases of Npgsql are always available on nuget.org. This is the recommended way to use Npgsql.

Unstable Packages

In additional to the official releases, we automatically publish CI packages for every build. You can use these to test new features or bug fixes that haven't been released yet. Two CI nuget feeds are available:

  • The patch feed contains CI packages for the next hotfix/patch version. These packages are generally very stable and safe.
  • The vNext feed contains CI packages for the next minor or major versions. These are less stable and should be tested with care.

Visual Studio Integration

If you'd like to have Visual Studio Design-Time support, give our VSIX extension a try.

Download gac drivers

GAC Installation

In some cases you'll want to install Npgsql into your Global Assembly Cache (GAC). This is usually the case when you're using a generic .NET Framework program that can work with any ADO.NET provider but doesn't come with Npgsql or reference it directly (e.g. Excel, PowerBI..). For these cases, you can download the Npgsql Windows installer from our Github releases page: it will install Npgsql (and optionally the Entity Framework providers) into your GAC and add Npgsql's DbProviderFactory into your machine.config file. This is not the general recommended method of using Npgsql - always install via Nuget if possible. In addition to Npgsql.dll, this will also install System.Threading.Tasks.Extensions.dll into the GAC.

DbProviderFactory in .NET Framework

On .NET Framework, you can register Npgsql's DbProviderFactory in your applications App.Config (or Web.Config), allowing you to use general, provider-independent ADO.NET types in your application (e.g. DbConnection instead of NpgsqlConnection) - see this tutorial. To do this, add the following to your App.config:

-->

Download Gac Drivers

Applies to: SQL Server Analysis Services Azure Analysis Services Power BI Premium

SQL Server Analysis Services is installed by using the SQL Server Installation Wizard.

SQL Server Analysis Services is multi-instance, which means that you can install more than one copy on a single computer, or run new and old versions side-by-side. Any instance you install runs in one of three modes, as determined during setup: Multidimensional and Data Mining, Tabular, or SharePoint. If you want to use multiple modes, you'll need a separate instance for each one.

GAC

Download dku5 driver. After you install the server in a particular mode, you can use it host solutions that conform to that mode. For example, a tabular mode server is required if you want tabular model data access over the network.

Install using the wizard

The following shows which pages in the SQL Server Installation wizard are used to install Analysis Services.

  1. Select Analysis Services from the Feature Tree in Setup.

  2. On the Analysis Services Configuration page, select a mode. Tabular mode is the default.

Tabular mode uses the VertiPaq in-memory analytics engine (VertiPaq), which is the default storage for tabular models. After you deploy tabular models to the server, you can selectively configure tabular solutions to use DirectQuery disk storage as an alternative to memory-bound storage.

Multidimensional and Data Mining mode use MOLAP as the default storage for models deployed to Analysis Services. After deploying to the server, you can configure a solution to use ROLAP if you want to run queries directly against the relational database rather than storing query data in an Analysis Services multidimensional database .

Download Gac Driver License

Memory management and IO settings can be adjusted to get better performance when using non-default storage modes. See Server properties in Analysis Services for more information.

Command Line Setup

SQL Server Setup includes a parameter (ASSERVERMODE) that specifies the server mode. The following example illustrates a command line setup that installs Analysis Services in Tabular server mode.

INSTANCENAME must be less than 17 characters.

All placeholder account values must be replaced with valid accounts and password.

Download Gac Driver Printer

ASSERVERMODE is case-sensitive. All values must be expressed in upper case. The following table describes the valid values for ASSERVERMODE.

ValueDescription
TABULARThis is the default value. If you do not set ASSERVERMODE, the server is installed in Tabular mode.
MULTIDIMENSIONALThis value is optional.
POWERPIVOTThis value is optional. In practice, if you set the ROLE parameter, the server mode is automatically set to 1, making ASSERVERMODE optional for a Power Pivot for SharePoint installation. For more information, see Install Power Pivot from the Command Prompt.

Get tools and designers

Download Gac Drivers License

SQL Server Setup no longer installs the model designers or management tools used for solution design or server administration. In this release, tools have a separate installation, which you can get from the following links:

You'll need both Visual Studio and SSMS to create, deploy, and work with Analysis Services instances and databases. Tools can be installed anywhere, but be sure to configure ports on the server before attempting a connection. See Configure the Windows Firewall to Allow Analysis Services Access for details.

See also