Posts
Sort by recent activity
Error in Smart Rename when changing table schema
I am still getting a precedence error (on a view) when I change the schema of the underlying table. Moving the ALTER SCHEMA/TRANSFER statement to before the view eliminates the error.
SQL Prompt ve...
SQL Prompt still slows SSMS with CTE statements
Is the CTE parsing slowdown bug still being addressed? I have to turn off SQL Prompt 5.1.6.35 every time I open a script that has a MERGE statement with CTEs, even if it's the only script open wit...
REQ: SSMS Add-in create snapshot
In the SSMS Add-in, i would be nice to have the option to create a database snapshot.
REQ: Change Database Name in Results if USE <database> in sc
I have many databases on each SQL Instance, so my distribution lists are all set to master and I put the database name in the script. It would be nice if the results tab listed the database name fr...
REQ: option to put results from each server on different tab
I'm running one select statement returning hundreds of rows executing on multiple servers. the results are in one giant list as if I did a UNION. I would like the option to have them returned in se...
REQ: Find/Filter on columns in comparison list
On the Tables & Views tab, there is a Find option that filters the table list. It would be really nice to have this option on the column list too.
Or at least the ability to go to the next column b...
REQ: remove column from comparison option
This feature would be really handy:
When looking at the comparison of differences, be able to right-click a column and have it removed from the column mappings for the next sync. Right now I'm goin...