Posts
Sort by recent activity
Can't access Remote Server Shares in Restore Dialogue
Hi,I am adding a new Instance to SQL Backup, and trying to restore a database on the instance, however, SQL Backup reportsĀ "Cannot access resource. Check that you have the correct permissions to v...
Updating to 10.6.12.20269 broken SSMS Queries
I've just updated to Prompt 10.6.12.20269 and I now can't use SSMS. Creating a new Query window asks for me to confirm the encoding (I have never seen this before) as below:
Regardless of the opt...
Format SQL has started adding AS prior table object aliases
Previously, SQL Prompt preserved the the omission of `AS` on object aliases, however, as of this morning it has started adding it. As a simple example If I had the SQL below:
SELECT MT.MyColumn AS ...