Hi,
Let me start by saying this is a great product. I loved it since i first started with Version 2. I love the new intelisense features on how you can select what type of object to display.
Here's the problem i had (didn't work in version 2 either). Try to have intelisense work with this update statement
UPDATE D
SET D.Column1 = DT.Column1
D.Column2 = DT.Column2
FROM Table1 D
inner JOIN Table1 DT ON D.Id = DT.Id
It didn't work for me. Not only it didn't work, but also made it a very pain in the ass to write the query since SQL Prompt kept showing the objects when I typed "D." and selected the first object when i wanted a column of table D.
Keep up the great work...
Let me start by saying this is a great product. I loved it since i first started with Version 2. I love the new intelisense features on how you can select what type of object to display.
Here's the problem i had (didn't work in version 2 either). Try to have intelisense work with this update statement
UPDATE D
SET D.Column1 = DT.Column1
D.Column2 = DT.Column2
FROM Table1 D
inner JOIN Table1 DT ON D.Id = DT.Id
It didn't work for me. Not only it didn't work, but also made it a very pain in the ass to write the query since SQL Prompt kept showing the objects when I typed "D." and selected the first object when i wanted a column of table D.
Keep up the great work...