Posts
Sort by recent activity
Does SQL Search Decrypt Objects like Stored Procedures
A lot of the stored procedures and other database objects are encrypted, is there an option for SQL Search to decypt them?
Refactoring an INSERT statement into an UPDATE statement - does it do "select" instead of "values"?
I know that you can refactor an "insert into xxx values ()". But, is it possible to do the same on a select i.e. "insert into xxx select from"?