Quantcast
Channel: SQL Server Compact & SQLite Toolbox
Viewing all 2796 articles
Browse latest View live

Updated Release: Release 4.5 Visual Studio add-in (RC) (jan 24, 2016)

$
0
0
Download the release version (4.5.0.0) of the Visual Studio add-in for SQL Server Compact 3.5, 4.0 and SQLite from Visual Studio Gallery

RELEASE NOTES

New features
New result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite

Improvements
Ability to remove password from password protected SQL Compact file (by leaving password box blank)
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema and data to both SQL Compact and SQLite without errors
Table Data script (INSERTs) now have "RESEED" command at end always

Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
Table builder was not scripting default values
Table builder should not script default value for IDENTITY columns
Improved SQLite datetime handling in SELECT and Edit in Grid

REVIEWS

I would be very grateful if you post any ratings and reviews of the Toolbox here






-

Released: Release 4.5 Visual Studio add-in (Jan 24, 2016)

$
0
0
Download the release version (4.5.0.0) of the Visual Studio add-in for SQL Server Compact 3.5, 4.0 and SQLite from Visual Studio Gallery

RELEASE NOTES

New features
New result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite

Improvements
Ability to remove password from password protected SQL Compact file (by leaving password box blank)
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema and data to both SQL Compact and SQLite without errors
Table Data script (INSERTs) now have "RESEED" command at end always

Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
Table builder was not scripting default values
Table builder should not script default value for IDENTITY columns
Improved SQLite datetime handling in SELECT and Edit in Grid

REVIEWS

I would be very grateful if you post any ratings and reviews of the Toolbox here






-

Updated Release: Release 4.5 Visual Studio add-in (jan 24, 2016)

$
0
0
Download the release version (4.5.0.0) of the Visual Studio add-in for SQL Server Compact 3.5, 4.0 and SQLite from Visual Studio Gallery

RELEASE NOTES

New features
New result grid in Query editor with:
- Auto filtering
- Grouping
- Sorting
- Column reordering
Option to use new result grid or "classic" grid
Menu item to script SQL Server database schema to SQLite

Improvements
Ability to remove password from password protected SQL Compact file (by leaving password box blank)
Layout improvements to query editor
File filter improvements in query editor
Progress messages during export now displayed in Output window
Enable scripting of hierarchyid as varbinary(892)
Now able to script Adventureworks2014 schema and data to both SQL Compact and SQLite without errors
Table Data script (INSERTs) now have "RESEED" command at end always

Bug fixes
Editor keyboard bugs fixed
Scroll issues in treeview fixed
Autohide of Toolbox bug fixed
Opt out of Telemetry now possible
Table builder was not scripting default values
Table builder should not script default value for IDENTITY columns
Improved SQLite datetime handling in SELECT and Edit in Grid

REVIEWS

I would be very grateful if you post any ratings and reviews of the Toolbox here






-

Reviewed: Standalone 3.7 for SQL Server Compact 4.0 (Feb 04, 2016)

$
0
0
Rated 5 Stars (out of 5) - I dont't know how to work without it!!! Very clear, functional, efficient, small tool. Available also for SqlCe 3.5 which allows me to handle databases of some older apps. Erics support and care for his works is also outstanding.

Updated Wiki: Home

$
0
0
Project Description
SQL Server Compact & SQLite Toolbox is a Visual Studio add-in and standalone app , for managing all aspects of your SQL Server Compact/SQLite database files

Project is being moved to GitHub

Latest source and issues are now on Github!

Download the latest version of the Visual Studio add-in (for both 3.5, 4.0 and SQLite) from Visual Studio Gallery

Follow me on Twitter: @ErikEJ

Add-in version 4.4 - November 2015 - Modern look and improved Visual Studio integration*
SQL Server Compact Toolbox 4.4

Demo video of version 4.1 on Channel 9

Demo video of version 2.6 on Channel 9

For similar functionality in SQL Server Management Studio and from a command line, use my SQL Compact Scripting Utility Project on CodePlex.

Please feel free to provide feedback on bugs and feature requests using the Issue Tracker

toolbox4.png

toolbox2.png

toolbox1.png

toolbox3.png

Options.png

Standalone edition:
Standalone.png

This project is inspired by the excellent SQL Azure Explorer CodePlex project. Thanks for being there.

For more technical information on Visual Studio add-ins, see this blog post.

Created Release: Release vNext

Released: Release vNext (Feb 12, 2016)

$
0
0
Bug fixes:
Connection dialog should not close on error when clicking OK

Updated Release: Release vNext (feb 12, 2016)

$
0
0
Bug fixes:
Connection dialog should not close on error when clicking OK

Reviewed: Release 4.5 Visual Studio add-in (Feb 19, 2016)

$
0
0
Rated 4 Stars (out of 5) - only study .. i'm student of sql server

Updated Wiki: Documentation

$
0
0

How do I get started

Congratulations, you have now installed the add-in.
To start using it in Visual Studio, launch the Toolbox from the button in Server Explorer, or from the Tools menu:

toolbox4.png

If you like this free tool, I would be very grateful for a review

You can always get in touch with me on Twitter

The Toolbox requires one of these SQL Server Compact runtime MSIs to be installed, if you want to connect to a SQL Server Compact database file;
Download 3.5 SP2 - installed with VS 2010
Download 4.0 SP1 - installed with VS 2012
(No runtimes are installed with VS 2013 and VS 2015)

How do I use the SQL Server Compact & SQLite Toolbox

If you would like more information about using the Toolbox, you can watch a 32 minute demo video (version 4, mainly SQLite) or watch a 25 minute demo video (version 2.6 (SQL Compact) on Channel 9, or you can download an overview e-book Building Standalone Data-Driven Applications using SQL Server Compact 4.0. I also have a number of feature blog posts available.

Known Issues

Demo video on Channel 9 (version 4.0)

Demo video on Channel 9 (version 2.6)

How do I contribute

If you encounter a bug or have a feature request, please use the Issue Tracker
The Toolbox is open source and welcomes any contribution.

How to Guides

Released: Release vNext (Mar 12, 2016)

$
0
0
Fixes:
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Updated Release: Release vNext (mar 12, 2016)

$
0
0
Fixes:
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Reviewed: Release 4.4 Visual Studio add-in (Mar 27, 2016)

$
0
0
Rated 5 Stars (out of 5) - I see it is great Thanks Best Regards

Released: Release vNext (Apr 09, 2016)

$
0
0
New features:
Now with Graphical Query Plan directly in the product, no longer need to launch SSMS or similar. (Using: https://github.com/Giorgi/LINQPad.QueryPlanVisualizer )

Fixes:
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Updated Release: Release vNext (apr 09, 2016)

$
0
0
New features:
Now with Graphical Query Plan directly in the product, no longer need to launch SSMS or similar. (Using: https://github.com/Giorgi/LINQPad.QueryPlanVisualizer )

Fixes:
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Released: Release vNext (Apr 16, 2016)

$
0
0
New features:
Now with Graphical Query Plan directly in the product, no longer need to launch SSMS or similar. (Using: https://github.com/Giorgi/LINQPad.QueryPlanVisualizer )

Fixes:
Only show SQLite data types in Table Builder
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Updated Release: Release vNext (apr 16, 2016)

$
0
0
New features:
Now with Graphical Query Plan directly in the product, no longer need to launch SSMS or similar. (Using: https://github.com/Giorgi/LINQPad.QueryPlanVisualizer )

Fixes:
Only show SQLite data types in Table Builder
Enable support for Dev15
Improved About dialog with 150% font size
Improved VS version check

Bug fixes:
Connection dialog should not close on error when clicking OK
Enable SQLite datetime editing in "Edit Table Data" to be optional

Released: Release vNext (May 06, 2016)

Updated Release: Release vNext (maj 06, 2016)

Created Unassigned: There was an error in part of the date format. [12404]

$
0
0
Latest version of SSC Toolbox giving error in converting SQL Server to SQL Server Compact.

Attached is the screenshot for reference.
Viewing all 2796 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>