Comments
4 comments
-
Just an update, we tested with newer versions and the issue still persists.
SQL Prompt: 10.14.11.7894
SSMS: 20.0.70.0
-
Hello,
Could you provide the steps you took in SQL Prompt so I can attempt to recreate the issue on my side? -
Hey,
after creating the objects as mentioned in the first post, you just generate the DDL by pressing F12 or mouseover popup that shows the DDL script. -
That issue was solved in this release. Give it a try. https://download.red-gate.com/checkforupdates/SQLPrompt/SQLPrompt_10.14.22.11347.exe
Add comment
Please sign in to leave a comment.
I created a table with clustered rowstore and nonclustered columnstore indexes. After that, I created an indexed view on top of that table.
Then I created a nonclustered columnstore index on that indexed view. The issue is that SQL Prompt is not generating nonclustered columnstore index on top of indexed view correctly. Instead of it being generated like this:
Additional note is that SQL Compare is generating the code correctly.
EDIT: Versions
SQL Prompt: 10.14.10.7538
SQL Compare: 15.3.0.25068
SSMS: 19.3