VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



SQL Server Database Explorer

by Srdjan Josipovic (5 Submissions)
Category: Databases/Data Access/DAO/ADO
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (58 Votes)

Connect to SQL Server Database ,and see all tables and columns in Treeview , Datagrid.
All Stored Procedures ( Names and Texts of SP ) , Triggers ( Names and Texts of Triggers )
Views ( Names and Texts of Views ), Defaults ( Text and Name ) , Constraints ( Text and Name )
Primary Keys ( relationships ) , Foreign Key ( relationships ).
Search Engine , Combo1 > TableName | Combo2 > Column Name , Criteria >> with each letter (or any other character ) you type , you will narrow the result.
Direct Connection to Enterprise Manager ( with SQL Namespace object lib ) .
You can perform full administration and implementation of SQL server and every Database
( if you have those rights ) : Create Trigger , Stored Procedure , Role , Rule , Default , User def. Type.
Find out about Table Properties, Permissions , Dependencies,Delete Table.
You can use EM interface for Generate Scripts , Manage Indexes .
You can call EM interface for managing SQL server security, New Db user, and use EM's wizards for
Import and Export DTS . Everything is commented and Constants are attached in two Word .doc files.
With Query Builder you can perform very complex queries , Create tables , Update , Insert , Delete .
It supports T-SQL commands , so you can perform (almost) everything as you can with Query Analyzer.
Sample Queries , are attached as comments inside module.
How to manipulate , easy , with more recodsets at the same time.
Practically , this is simple console for administration and implementation SQL Server database ,with using full power of EM.
I hope that You can find this app. useful . If so , vote. Thanks.

Rate SQL Server Database Explorer

Download SQL Server Database Explorer

Download SQL Server Database Explorer (123 KB)

SQL Server Database Explorer Comments

No comments have been posted about SQL Server Database Explorer. Why not be the first to post a comment about SQL Server Database Explorer.

Post your comment

Subject:
Message:
0/1000 characters