Skip to content
forked from droyad/SqlAlias

Applies server aliases to Microsoft SQL Server connection strings

License

Notifications You must be signed in to change notification settings

dogeth/SqlAlias

 
 

Repository files navigation

SqlAlias

Build status

SqlAlias applies alias definitions from the registry to the server portion of a Microsoft SQL Server connection string. Unlike full framework applications, .NET Core apps and websites do not do this by default.

The code is based on user2771704's StackOverflow answer.

Usage

Install the SqlAlias package from NuGet

using SqlAlias;

Aliases.Map(myConnectionString)

Changes are only made to the connection string if the OS is Windows and if it is running on the .NET Core runtime.

About

Applies server aliases to Microsoft SQL Server connection strings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 51.3%
  • C# 43.6%
  • Batchfile 5.1%