Posts
Sort by recent activity
SQL Prompt Core - VS 2017 Enterprise Intellisense not working
I'm trying to use the version of SQL prompt included with VS 2017 Enterprise (Core version 7.4.1.767).
When I connect to my azure database using AD Password authentication, I don't get any intellis...
Join formatting
Is there any way to get sql prompt to format the joins after the table names like this?
SELECT
----dbo.t1.*
FROM
----dbo.t1 INNER JOIN
----dbo.t2 ON
t1.column1 = t2.column1
Thanks