Comments
Sort by recent activity
I agree with the suggestion. Please consider adding a button that will start the search. It's painful to have to wait until the search has completed and then I have to put it in again what I want to search for. / comments
I agree with the suggestion. Please consider adding a button that will start the search. It's painful to have to wait until the search has completed and then I have to put it in again what I want t...
Agreed, please consider not defaulting the database value. / comments
Agreed, please consider not defaulting the database value.
Awesome - I just downloaded and tried it out. I was able to automatically format the mess above to this:
SELECT TOP 200 A.Col1, A.Col2, A.Col3, A.Col4, A.Col5, A.Col6, A.Col7,
A.Col8, A.Col9
FROM FSS.dbo.Table_1 A
WHERE EXISTS (
SELECT 1
FROM FSS.dbo.Table_2 B
WHERE A.Col9 = B.Col3 AND A.Col6 = B.Col6
)
ORDER BY A.Col1, A.Col2
It worked mint after I configured the style - great job. 8)
Thank you !!!
Paul / comments
Awesome - I just downloaded and tried it out. I was able to automatically format the mess above to this:
SELECT TOP 200 A.Col1, A.Col2, A.Col3, A.Col4, A.Col5, A.Col6, A.Col7,
A.Col8, A.Col9
FROM F...