Activity overview
Latest activity by maddoc
Apply columns alias style option does not persist and has no effect (SQL Prompt 10.1.3.14531)
Hi,I'm Using SSMS 18.4 and SQL Prompt 10.1.3.14531When choosing different options in the "Apply columns alias style"for example "alias = column" the chosen option does not persist and revers to the...
Any new on that? / comments
Any new on that?
Any news with that? The bug is still present in latest version (9.4.9)
[image]
/ comments
Any news with that?The bug is still present in latest version (9.4.9)
SQL Server 2016 sp2 cu1 SSMS 17.9 Example with WideWorldImporters database: SELECT dca.AccessResult FROM Application.Cities AS this_alias CROSS APPLY Application.DetermineCustomerAccess(this_alias.CityID) AS dca Becomes: SELECT dca.AccessResult FROM Application.Cities AS this_alias CROSS APPLY Application.DetermineCustomerAccess(CityID) AS dca
/ comments
SQL Server 2016 sp2 cu1SSMS 17.9Example with WideWorldImporters database:SELECT dca.AccessResultFROM Application.Cities AS this_aliasCROSS APPLY Application.DetermineCustomerAccess(this...
Russell D said:
This is now fixed in the latest release: https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_9.4.1.6962.exe. Please update and let me know if you have any issues.
Installed SQLPrompt_9.4.1.6962 The problem is not fixed.
/ comments
Russell D said:
This is now fixed in the latest release: https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_9.4.1.6962.exe. Please update and let me know if you have any issues...
Qualify object names on table valued function - bug
Hi,When I'm qualifying object names (CTRL+B, CTRL+Q)
on query that has clause and table valued function with already qualified object names - table alias get removed, e.g:SELECT c.ResFROM ...
Uninstalling SQL Search and installing the new version - solved the problem for me.
Thanks. / comments
Uninstalling SQL Search and installing the new version - solved the problem for me.
Thanks.
Since upgrading to v8 getting the following error in ssms2016 and 2017: [image]
After clicking ok ssms2017 crashes. / comments
Since upgrading to v8 getting the following error in ssms2016 and 2017:
After clicking ok ssms2017 crashes.