Comments
Sort by recent activity
Yeah, I second that too.
We should have the option to specify on which conditions the intellisense should popup automatically. / comments
Yeah, I second that too.
We should have the option to specify on which conditions the intellisense should popup automatically.
Just in case you add an option for filtering out system objects, what about a keyboard shortcut that would display only system objects and another one for SCHEMA_INFORMATION only? / comments
Just in case you add an option for filtering out system objects, what about a keyboard shortcut that would display only system objects and another one for SCHEMA_INFORMATION only?
Even better: the system could learn and use the aliases already in use in the database! [image] / comments
Even better: the system could learn and use the aliases already in use in the database!
I, I've just installed SQL Refactor Beta and taking a look at it and I found strange that the split table feature is only for creating a 1-1 relation between the old table and the new table. Most often then not, when I want to split a table is for creating a 1-N relation; so I think it would be a great idea if we could have the option to add (or create) a new identity column in the secondary table to be used as its primary key and use the primary key of the first table as a foreign key in the secondary table.
Of course, this is in some way relation to the normalisation feature that have already be mentionned in this forum.
It would also be great if we could also have the possibility of directly adding new columns to the secondary table at the same occasion.
Finally, as I'm not a religious person about SQL, having the possibility of doing the reverse (joining tables and/or denormalising) would be fun. / comments
I, I've just installed SQL Refactor Beta and taking a look at it and I found strange that the split table feature is only for creating a 1-1 relation between the old table and the new table. Most ...