SQL Assistant
I developed this tools for my personal use, this is multipurpose tools, first, we will talk about how to Analyse a table.Before start working with a table , I want to know the following things.
For that I have planned create a tool called SQL ASSISTANT
Features:
- Want to list Constraints of table(Primary Key and other)
- Want to list Constraints of table Not Null columns
- List of reference
- Need to know referred by
- List of Stored Procedure using the table
- List of Views using the table
- List of Function using the table
- It is providing read only access, which means, will not do Insert/Update/Delete anything.
- In a single mouse click, it will list the required information.
No comments:
Post a Comment