Activity overview
Latest activity by mpaulus
I just upgraded today to 7.4.1.1025 with high hopes that this would solve the issue based on your feedback, it didn't. Same error. / comments
I just upgraded today to 7.4.1.1025 with high hopes that this would solve the issue based on your feedback, it didn't. Same error.
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