Here’s some details I pulled directly off the CodePlex site
Project Description
SQL Server Compact Edition Database Query Analyzer
Features:
- Create new database
- Automatically refresh database upon executing create/alter/drop table queries
- Displays database information (database version, filename, size, creation date)
- Displays schema summary (number of tables, columns, primary keys, identity fields, nullable fields)
- Displays the information schema views
- Displays column information (database type, clr type, max length, allows null, etc)
- Displays index information (column name, is unique, is clustered)
- Execute SQL Queries against a SQL Server Compact Edition database
- Execute multiple SQL queries (delimited by a semi colon ;)
- Easily edit the contents of the database
- Display query result as XML
- Shrink and Compact Databases
- SDF file association with SQL Compact Query Analyzer for launching directly by opening the SDF in Windows Explorer
- Displays thumbnails for IMAGE fields
- Generates Schema and Data Scripts
- Supports password protected databases
- Supports SQLCE 3.0, 3.1, 3.5 and 4.0
Coming Soon:
- Purge database content
- Create, edit, and drop tables UI
- Create, edit, and delete table references and indexes UI
- Support for SQL Server Compact Edition 2.0
Screenshots
- Displays database and schema information and executes multiple SQL queries directly
- Edit the table data directly
- Display the contents of IMAGE fields
- Performance numbers for queries
- Query errors
- Output result set as XML
- Create new database
- Shrink, compact, script database
Prerequisites:
- .NET Framework 4.0
Check it out! You might find it useful!
6 comments:
Oh man I WISH I had access to a program like this when I was working with SQL at a company I was at months ago. Great idea. Thanks for GPL'ing it.
You're welcome :)
Is there any way to open large databases? or any place I can set the "Max Database" Size property?
Error:
The database file is larger than the configured maximum database size. This setting takes effect on the first concurrent database connection only. [ Required Max Database Size (in MB; 0 if unknown) = 0 ]
Thanks reporting the issue! I'll fix it in the next build!
I just downloaded the latest version of the software and have the same error regarding size larger than configured size. Is there anyway work around?
Apparently the only work-around is to download the source and fix it yourself :/
Post a Comment