Posts
Sort by recent activity
A SQL parsing engine to list SQL objects used in the statements?
Hi, I'd like to know if there is any future plan to provide a more generic engine capable to perform same and more functionalities of those in SQL Prompt.Briefly, you pass one or more objects (stor...
Ignoring "NOT FOR REPLICATION"
Identity columns and Foreign keys can be marked "NOT FOR REPLICATION"
example:
[AdAttendID] [int] NOT NULL IDENTITY(1, 1) NOT FOR REPLICATION
It would be great to have an option to ignore "NOT FOR ...
Dynamic SQL and CRUD
Hi,
RGDT Vs. Dynamic SQL ?
In case Dynamic SQL exists in a SP, no dependency trace can be generated unless all the possible combinations (so far at table level) are explicitly written in a never re...
Suggestions
Few suggestions
1. Add objects to project: alternate way via XML
Instead of performing the selection via UI, to accept a XML file that contains all the needed info (Instance, U/P or trusted, DB and...