How can we help you today? How can we help you today?
dsm1
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?
1 follower 1 comment 0 votes
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"?
1 follower 1 comment 0 votes