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

Released: Release 3.0 VS 2010 + VS 11 add-in for 3.5 and 4.0 (May 09, 2012)

$
0
0
Download the Visual Studio add-in for SQL Server Compact 3.5 and 4.0 from here

SQL Server Compact Toolbox 3.0 preview post

New features:
- Extensive support for Sync Framework 2.1, including Provisioning, Deprovisioning, Code Generation, Local Database Cache Code Generation and Explorer tree integration - thanks to great effort from user JuneT
- Generate desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- Migrate a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- Script only data (with "correct" table ordering)
-Add own Compact 3.5 based connections when using Visual Studio 11 beta
- WP DataContext - option to include ConnectionStringBuilder class

Scripting API features and fixes:
- Tables are now ordered by topological sort when scripting entire database
- Data scripting now uses datareader (to avoid some OOM issues)
- date and datetime2 values are converted to datetime by default (Server scripting)
- .sql/.sqlce scripts with DGML no longer generated.
- Server based DGML now includes schema

- BUG: Duplicate Execution plans fixed
- BUG: Improved script execution

Updated Release: Release 3.0 VS 2010 + VS 11 add-in for 3.5 and 4.0 (May 09, 2012)

$
0
0
Download the Visual Studio add-in for SQL Server Compact 3.5 and 4.0 from here

SQL Server Compact Toolbox 3.0 preview post

New features:
- Extensive support for Sync Framework 2.1, including Provisioning, Deprovisioning, Code Generation, Local Database Cache Code Generation and Explorer tree integration - thanks to great effort from user JuneT
- Generate desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- Migrate a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- Script only data (with "correct" table ordering)
-Add own Compact 3.5 based connections when using Visual Studio 11 beta
- WP DataContext - option to include ConnectionStringBuilder class

Scripting API features and fixes:
- Tables are now ordered by topological sort when scripting entire database
- Data scripting now uses datareader (to avoid some OOM issues)
- date and datetime2 values are converted to datetime by default (Server scripting)
- .sql/.sqlce scripts with DGML no longer generated.
- Server based DGML now includes schema

- BUG: Duplicate Execution plans fixed
- BUG: Improved script execution

Updated Wiki: Documentation

$
0
0

Getting started

To start using the add-in, launch the SQL Server Compact toolbox from the button in Server Explorer.

toolbox4.png

Watch a 25 minute demo - 2.6 feature walkthrough:


For walkthroughs for various features see these blog posts:
Feature highlights
SQL Server Compact Toolbox 2.0–Visual Guide of new features
SQL Server Compact Toolbox 2.1–Visual Guide of new features
SQL Server Compact Toolbox 2.2–Visual Guide of new features
SQL Server Compact Toolbox 2.3–Visual Guide of new features
SQL Server Compact Toolbox 2.4–Visual Guide of new features
SQL Server Compact Toolbox 2.5–Visual Guide of new features
SQL Server Compact Toolbox 2.6–Visual Guide of new features
Manage merge replication
Technical overview
Mango Samples: SQL Toolbox

Known issues

Issue

You get this error message:

toolboxerror.png
(The Toolbox depends on this)

Solution

Reinstall/Repair your SQL Server Compact 3.5 SP2 installation.
Download SQL Server Compact 3.5 SP2 Desktop runtime

Issue

You cannot add a 4.0 connection:

VS10_SQLCE_toolbx.jpg

Solution

Check your About screen (Question mark icon) - both the 3.5 SP2 and 4.0 SQL Server Compact runtime MSIs, including DbProviderFactory must be installed.

Issue

The given key was not present in the dictionary

Solution

http://hestia.typepad.com/flatlander/2010/08/fixing-the-server-explorer-the-given-key-was-not-present-in-the-dictionary-error.html

Updated Wiki: Home

$
0
0
Project Description
SQL Server Compact Toolbox is a Visual Studio 2010 Pro or higher add-in (for 3.5/4.0) and standalone app (for 4.0), that adds scripting, import, export, migrate, rename, run script, manage replication and more to your SQL Server Compact Data Connections in VS Server Explorer.

New release may 2012 - Sync Framework, LINQ to SQL and much more
SQL Server Compact Toolbox 3.0 preview post

Please download the Visual Studio add-in (for both 3.5 and 4.0) from Visual Studio Gallery

To start using the add-in, open Server Explorer and create one or more Data Connections.
Then launch the SQL Server Compact toolbox from the button in Server Explorer.

For more SQL Server Compact news and tips, visit my Blog and follow me on Twitter: @ErikEJ

For similar functionality in SQL Server Management Studio and from 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

toolbox5.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.

Updated Wiki: Home

$
0
0
Project Description
SQL Server Compact Toolbox is a Visual Studio 2010 Pro or higher add-in (for 3.5/4.0) and standalone app (for 4.0), that adds scripting, import, export, migrate, rename, run script, manage replication and more to your SQL Server Compact Data Connections in VS Server Explorer.

Version 3.0 - May 2012 - Sync Framework, LINQ to SQL and much more
SQL Server Compact Toolbox 3.0 preview post

Please download the Visual Studio add-in (for both 3.5 and 4.0) from Visual Studio Gallery

To start using the add-in, open Server Explorer and create one or more Data Connections.
Then launch the SQL Server Compact toolbox from the button in Server Explorer.

For more SQL Server Compact news and tips, visit my Blog and follow me on Twitter: @ErikEJ

For similar functionality in SQL Server Management Studio and from 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

toolbox5.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.

Closed Issue: Standalone: Selecting query result makes the toolbox frozen for long while [9196]

$
0
0
In the query result pane I want to select all results (Ctrl+A) and it becomes frozen and it takes time if you have many lines. You can notice that if you have more than 2000 lines.
Comments:

Option to use text or grid, and command lines solves this

Source code checked in, #78078

$
0
0
work item: 10135 - updated standalone with some release 3.0 features

Commented Feature: Update standalone version with latest API and features [10135]

$
0
0
DataGrid improvements (Top 200, free form SQL, TOP max setting)
LINQ to SQL desktop and Phone Code Gen dialog
Comments: Fixed on changeset 78078

Created Issue: Option to show system tables and columns [10179]

$
0
0
Even the ones starting with __sys

Closed Issue: Option to show system tables and columns [10179]

$
0
0
Even the ones starting with __sys
Comments:

Can be done vai INFORMATION_SCHEMA manual queries

Created Feature: Menu item to Upgrade 3.5 database file [10182]

$
0
0
Create a new 4.0 based connection in the same folder.

Created Feature: Improved DataGrid results performance [10184]

$
0
0
Improved performance in Editor with results to grid

Source code checked in, #78156

$
0
0
work item: 10182, 10184 - upgrade to 4.0 menu item added - improved DataGrid performance (SQL editor)

Commented Feature: Menu item to Upgrade 3.5 database file [10182]

$
0
0
Create a new 4.0 based connection in the same folder.
Comments: Fixed on changeset 78156

Commented Feature: Improved DataGrid results performance [10184]

$
0
0
Improved performance in Editor with results to grid
Comments: Fixed on changeset 78156

Created Issue: SQLCEToolBox - Cant see DBs/connections in VS2010SP1 [10192]

$
0
0
I am trying to work with a WebMatrix project in VS2010 Pro SP1. Cannot see sdf files in server explorer. When I try to make a connection to a SQL CE 4.0 fsdf file, I click on the Browse button and no files show up for SQL CE 4.0 browsing.

I have installed (at least I think I have) the toolbox add-in, (clicking on the vsix file tells me it is "installed in all products", but it does not appear in the "Manage Add-Ins" in VS2010 PRO SP1.
I am very much a newby in the VS world. I would really prefer to manage my WebMatrix products in VS (great intellisense and debugging support). However, it is frustrating because I cannot do anything with the data. I have to go into Visual Web Developer Express to see the data and play with the schemae, etc.

What am I doing wrong here?

Commented Issue: SQLCEToolBox - Cant see DBs/connections in VS2010SP1 [10192]

$
0
0
I am trying to work with a WebMatrix project in VS2010 Pro SP1. Cannot see sdf files in server explorer. When I try to make a connection to a SQL CE 4.0 fsdf file, I click on the Browse button and no files show up for SQL CE 4.0 browsing.

I have installed (at least I think I have) the toolbox add-in, (clicking on the vsix file tells me it is "installed in all products", but it does not appear in the "Manage Add-Ins" in VS2010 PRO SP1.
I am very much a newby in the VS world. I would really prefer to manage my WebMatrix products in VS (great intellisense and debugging support). However, it is frustrating because I cannot do anything with the data. I have to go into Visual Web Developer Express to see the data and play with the schemae, etc.

What am I doing wrong here?
Comments: ** Comment from web user: wb5rvz **

x

Commented Issue: SQLCEToolBox - Cant see DBs/connections in VS2010SP1 [10192]

$
0
0
I am trying to work with a WebMatrix project in VS2010 Pro SP1. Cannot see sdf files in server explorer. When I try to make a connection to a SQL CE 4.0 fsdf file, I click on the Browse button and no files show up for SQL CE 4.0 browsing.

I have installed (at least I think I have) the toolbox add-in, (clicking on the vsix file tells me it is "installed in all products", but it does not appear in the "Manage Add-Ins" in VS2010 PRO SP1.
I am very much a newby in the VS world. I would really prefer to manage my WebMatrix products in VS (great intellisense and debugging support). However, it is frustrating because I cannot do anything with the data. I have to go into Visual Web Developer Express to see the data and play with the schemae, etc.

What am I doing wrong here?
Comments: ** Comment from web user: ErikEJ **

You have to install the VS tooling for SP1 in order to use Server Explorer - http://erikej.blogspot.com/2011/01/sql-server-compact-40-released.html - but the Toolbox can alos connect to 4.0 files, launcg the Toolbox from the Tools menu. Extensions are managed from the "Extension Manager" menu, not "Manage Add-ins"

Commented Issue: SQLCEToolBox - Cant see DBs/connections in VS2010SP1 [10192]

$
0
0
I am trying to work with a WebMatrix project in VS2010 Pro SP1. Cannot see sdf files in server explorer. When I try to make a connection to a SQL CE 4.0 fsdf file, I click on the Browse button and no files show up for SQL CE 4.0 browsing.

I have installed (at least I think I have) the toolbox add-in, (clicking on the vsix file tells me it is "installed in all products", but it does not appear in the "Manage Add-Ins" in VS2010 PRO SP1.
I am very much a newby in the VS world. I would really prefer to manage my WebMatrix products in VS (great intellisense and debugging support). However, it is frustrating because I cannot do anything with the data. I have to go into Visual Web Developer Express to see the data and play with the schemae, etc.

What am I doing wrong here?
Comments: ** Comment from web user: wb5rvz **

I believe I have all the rperequisites installed.

From the Tools Menu, I can see the SQL 4.0 Toolbox. When I click on the toolbox I am told there are no connections and that I must go to Server Explorer and Set up a Connection.[POINT A (see below)]

In Server Explorer "Add Connection" I am able to select the data source as SQL 4.0 and am given the opportunity to browse for a file or create a new one. In either case, once I click on the button, nothing happens and I am back at the IDE with the SQL Ce toolbox still open amd the server explorer still showing but no hint of any dialogs concerning new or existing connections. Appears exactly as the IDE did at point "A" above.

It is as thoug the Server explorer authors began to develop the "Add Connection" Use Case for adding a SQL CE 4.,0 connection, but forgot to flesh out the code behind the "CRETE' and "BROWSE" buttons!

Obviously, I am doing something wrong here.

Curiously enough, I have Visual Web Developer Express SP1 installed and IT CAN handle SQL 4.0 DBs. However, VS 2010 SP1 PRO is responding as described above.

Commented Issue: SQLCEToolBox - Cant see DBs/connections in VS2010SP1 [10192]

$
0
0
I am trying to work with a WebMatrix project in VS2010 Pro SP1. Cannot see sdf files in server explorer. When I try to make a connection to a SQL CE 4.0 fsdf file, I click on the Browse button and no files show up for SQL CE 4.0 browsing.

I have installed (at least I think I have) the toolbox add-in, (clicking on the vsix file tells me it is "installed in all products", but it does not appear in the "Manage Add-Ins" in VS2010 PRO SP1.
I am very much a newby in the VS world. I would really prefer to manage my WebMatrix products in VS (great intellisense and debugging support). However, it is frustrating because I cannot do anything with the data. I have to go into Visual Web Developer Express to see the data and play with the schemae, etc.

What am I doing wrong here?
Comments: ** Comment from web user: ErikEJ **

Check the about screen in the Toolbox. I am sure some required component is missing (you can add a screenshot to the issue here)

Viewing all 2796 articles
Browse latest View live


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