Posts
Sort by recent activity
SQL Doc Install Q
Does SQL Doc require any type of server side install; installing something on the server that hosts SQL Server? in our setup IO have SSMS locally and access a SQL Server instance in the cloud. We c...
Does SQL Prompt have auto--convert from/to sp_executeSQL
Does SQL Prompt have any feature that will take an instance of an sp_executesql statement and convert into the DML command?For example how to convert this: exec sp_executesql N'insert into AuditLog...