Activity overview
Latest activity by Raks
Bug on SQL Prompt 2 v 2.0.0.59
I've noticed that the SQL Prompt intellisense stops working if you place a commented line above the SQL in question containing a single quote. For example:
USE Northwind
--This works
SELECT * FROM...