MS SQL Server Database Browser
The MS SQL Server Database Browser included in RazorSQL allows users to browse
database objects and structures. It displays information about the following types
of objects.
See the
Screen Shot for
a visual look:
- Tables
- Views
- System Tables
- Procedures
- Functions
- Triggers
- Indexes
- Constraints
- Users
- Roles
The right-click / context menu of the Microsoft SQL Server Browser also includes tools for interacting with the above objects such as the following:
- Tools for viewing the contents of objects such as tables, views, and system tables
- A describe table and view tool
- Tools for editing tables, procedures functions, and triggers
- Tools for viewing system information about objects
- Tools for creating tables, views, indexes, procedures, functions, and triggers
- Tools for altering tables and views
- Tools for dropping objects and truncating tables
- Tools for importing and exporting data
- An SQL query builder
- A compare tool for comparing tables and/or SQL query results
- A table relationship tool for showing relationships / foreign keys
- A SQL Server table conversion tool for converting SQL Server tables to other databases such as MySQL, PostgreSQL, Oracle, SQLite, and more.
- A SQL Server table backup tool
- A tool for generating table grants
- A search tool for searching for data
- Tools for copying tables to other SQL Server databases or to the local database contained within RazorSQL