Activity overview
Latest activity by dpalazotto
Cannot Retrieve Objects
I'm getting the following error when 'Refreshing Suggestions':
"Cannot Retrieve Objects"....
The SQL Prompt Log File shows the following:
15 Nov 2012 13:36:54,209 [1] WARN RedGate.SQLPrompt.Common...
Table Alias Issue
First off, I love this product!
Here is my issue:
I've noticed when I have 12 plus join statements, SQL Prompt fails to assign a table alias within the Join Statement.
Thanks For your help...
Is anyone from Red-Gate going to lend their thoughts on this subject??? / comments
Is anyone from Red-Gate going to lend their thoughts on this subject???
Has anyone else experienced this issue of the application not working when you have a Sub-Query in a Select List?????? / comments
Has anyone else experienced this issue of the application not working when you have a Sub-Query in a Select List??????
SubQueries in a Select Statement problem
For whatever reason, the table alias in a Select subquery isnt recognized through Sql prompt 3.
For example
select a.name,(Select b.phone from demo2 b where a.recid = b.recid) as [phone number]
fro...