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

Updated Release: Release 3.0 VS 2010 add-in for 3.5 and 4.0

$
0
0
- FEATURE: 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
- FEATURE: Generation of desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Menu option to Export a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Ability to script only data (with "correct" table ordering)
- FEATURE: Possible to add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class

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

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

Source code checked in, #77566

Updated Release: Release 3.0 VS 2010 add-in for 3.5 and 4.0 (Apr 21, 2012)

$
0
0
- FEATURE: 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
- FEATURE: Generate desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Migrate a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Script only data (with "correct" table ordering)
- FEATURE: Add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class

Scripting API fixes:
- FEATURE: Tables are now ordered by topological sort when scripting entire database
- FEATURE: Data scripting now uses datareader (to avoid some OOM issues)
- FEATURE: date and datetime2 values are converted to datetime by default (Server scripting)
- FEATURE: .sql/.sqlce scripts with DGML no longer generated.
- FEATURE: 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 (Apr 21, 2012)

$
0
0
- FEATURE: 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
- FEATURE: Generate desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Migrate a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Script only data (with "correct" table ordering)
- FEATURE: Add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class

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

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

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

$
0
0
- FEATURE: 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
- FEATURE: Generate desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Migrate a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Script only data (with "correct" table ordering)
- FEATURE: Add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class

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

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

Commented Issue: Output to DataTable [10114]

$
0
0
I would like to have the output of a select statement as a datatable so the columns line up.
Comments: ** Comment from web user: jd92395 **

Thank you Erik you are correct I just hadn't noticed. Thank you so much.

Closed Issue: Output to DataTable [10114]

$
0
0
I would like to have the output of a select statement as a datatable so the columns line up.
Comments:

Documentation...

Created Feature: SyncFX CodeGen - enable for 4.0 databases [10117]

$
0
0
And add binding redirect config to app.config

Closed Feature: Sync Fx support - phase 2 [10000]

$
0
0
- Explorer control: Show
- Sync Framework Scopes (per db)
-- Scope tables
---- Scope columns
Context menu on scope:
- Deprovision
- Metadata Cleanup
- Generate snapshot
Comments:

In 3.0

Created Issue: VS Theming [10119]

$
0
0
Update to work better with VS 11

Source code checked in, #77627

Source code checked in, #77632

$
0
0
Improved startup performance Improved VS styling of dialogs

Source code checked in, #77633

$
0
0
Missing ... on some menu items Label to short on Description dialog

Commented Issue: Generate Update data, table data diff [9967]

$
0
0
On right click I currently have the option to generate data Insert statements, another option to generate data Update statements by primary key, would be nice to have.
An option to diff the data of two tables in two different databases and the generation of Updates and Inserts would help, too.
Comments: ** Comment from web user: Lord_Helmchen **

Here is a sample. Basically it would diff the data based on the tables primary key.
New rows generate an INSERT, existing rows generate an UPDATE if the rows differ.

Source code checked in, #77667


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

Source code checked in, #78058

$
0
0
Release 3.0.0.6 Release to VS Gallery

Released: Release 2.6 VS 2010 add-in for 3.5 and 4.0 (Jan 06, 2012)

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

SQL Server Compact Toolbox 2.6–Visual Guide of new features

New in 2.6.2:
NEW: Script DROP/ALTER Column
NEW: DataContext - add rowversion column to all tables (for UPDATE performance)

New in 2.6.1:
- NEW: Added option to exclude tables from being scripted
- NEW: Added option to remove Server Explorer based connections

New in version 2.6:
Edit Table Data:
- Ability to edit based on free form query (SELECT statement)
- Only edit first n rows (default 200, user can configure)

Windows Phone DataContext:
- Added LogDebug property, allowing you to log issued SQL statements to the Debug window
- Support for DataContext in VB
- Fix for Index columns with spaces in the name
- Added read-only connection string constant: ConnectionStringReadOnly

Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor

Descriptions:
- Now you edit all descriptions for a table and it's columns on a single dialog
( Thanks to new contributor giddy )

Fixes:
- All Dialogs cleaned up for VS UI compliance ( Thanks to new contributor giddy )
- Stopped handling unhandled exceptions, had undesired side effects
- Warn when Primary Keys were missing when creating DataContext and EDMX
- Using a "nicer" propertygrid
- About dialog now checks for DDEX provider presence

Updated Release: Release 2.6 VS 2010 add-in for 3.5 and 4.0 (Jan 06, 2012)

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

SQL Server Compact Toolbox 2.6–Visual Guide of new features

New in 2.6.2:
NEW: Script DROP/ALTER Column
NEW: DataContext - add rowversion column to all tables (for UPDATE performance)

New in 2.6.1:
- NEW: Added option to exclude tables from being scripted
- NEW: Added option to remove Server Explorer based connections

New in version 2.6:
Edit Table Data:
- Ability to edit based on free form query (SELECT statement)
- Only edit first n rows (default 200, user can configure)

Windows Phone DataContext:
- Added LogDebug property, allowing you to log issued SQL statements to the Debug window
- Support for DataContext in VB
- Fix for Index columns with spaces in the name
- Added read-only connection string constant: ConnectionStringReadOnly

Explorer Tree:
- Added Refresh context menu item to Tables node
- Refreshing Tables node when running DDL in Editor

Descriptions:
- Now you edit all descriptions for a table and it's columns on a single dialog
( Thanks to new contributor giddy )

Fixes:
- All Dialogs cleaned up for VS UI compliance ( Thanks to new contributor giddy )
- Stopped handling unhandled exceptions, had undesired side effects
- Warn when Primary Keys were missing when creating DataContext and EDMX
- Using a "nicer" propertygrid
- About dialog now checks for DDEX provider presence

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
Viewing all 2796 articles
Browse latest View live


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