Activity overview
Latest activity by jrummell
Will getting latest change remove any existing table rows?
Will getting latest change remove any existing table rows in changed tables? I don't want to lose my test data.
Yes, please add a feature request. Thanks! / comments
Yes, please add a feature request. Thanks!
Align column aliases?
I was wondering if SQL Prompt Pro can right align column aliases? Here's an example:
Before:
SELECT
column1 AS Column1,
column2 AS Column2,
aReallyLongColumnName AS Column3
FROM
som...
I have also noticed slow keyboard response in SQL Query Analyzer. And it takes about 30 seconds for SQL Prompt to show suggestions. This may be due to the fact that the database I work with has approx 5,300 tables.
If this will be fixed in a later version, I would love to take advantage of this tool. / comments
I have also noticed slow keyboard response in SQL Query Analyzer. And it takes about 30 seconds for SQL Prompt to show suggestions. This may be due to the fact that the database I work with has a...