Running BIML in Visual Studio 2019
Getting a new laptop is a lot of fun, everything is soooo fast…. …. till you remember that you have to reinstall everything. ;-)
stuff I learned, mostly related to data...
Getting a new laptop is a lot of fun, everything is soooo fast…. …. till you remember that you have to reinstall everything. ;-)
Visual Studio is the tool to create all kind of SQL-related solution, e.g. Database-projects, Integartion Servicee Solutions and Analysis Service Solutions (especially OLAP-Solution). Today I install Visual Studio Community 2022 1 at a newly setup server to do exactly this.
creation of sql-projects is covered by the license terms of Visual Studio Community ↩
In one of my last projects, we had to add Azure AD Guest Users to an Azure SQL DB hosted in our tenant. Luckily creation of guest users within our tenant was already enabled, Azure Subscription was associated with an Azure Active Directory and therefore we could concentrate on adding such users to our Azure SQL DB (as will this post).