Activity overview
Latest activity by jamieuka
One year on, any news on the status of this bug? Thanks. / comments
One year on, any news on the status of this bug? Thanks.
Thanks, I see now, very easy [image] / comments
Thanks, I see now, very easy
Compare tables with different names?
For example, I want to compare a base table named `SP` with a second base table named `SP2` (in the same database but can be copied to another database if required).
I found a support article entit...
No column suggestion for CTE with row value constructor
Example using SQL Server 2008 supported Standard SQL syntax:
WITH T AS (SELECT * FROM (VALUES (1)) AS T (c))
SELECT * FROM T WHERE T
...then type a dot and I would expect the first suggestion to be...