Having the extension active, for some reason, interferes with SSDT's queries.
To reproduce:
Install Always Aligned v2017.0.0
Open Visual Studio
Open a New Query (Tools > SQL Server > New Query)
Write a query (as simple as SELECT 1)
Execute it
What I expected:
Being able to run the query
What I got:
An error that says: Object reference is not set to an instance of an object
I checked my SSDT installation twice, and after some thinking, I started disabling my extensions one by one. But when I disabled Always Aligned, the SQL queries worked as intended.
Having the extension active, for some reason, interferes with SSDT's queries.
To reproduce:
SELECT 1
)What I expected:
What I got:
I checked my SSDT installation twice, and after some thinking, I started disabling my extensions one by one. But when I disabled Always Aligned, the SQL queries worked as intended.
I created a Visual Studio Developer Community thread regarding this, for reference.