Sunday, October 25, 2009

New release of ExportSqlCE SSMS add-in available

A new release of my SSMS add-in is available at CodePlex.

It adds 3 new menu items to the Table context menu in Object Explorer:

"Show Table Data" (Edit table data in DataGridView)
"Import" (Import of CSV file - generates INSERT statements)
"Rename" (table name only)

Please try it out, and provide any feedback here.

In addition, I have updated the project documentation.

Some sample screenshots below:

 

fig4

 

fig5

 

fig7

fig8

1 comment:

Unknown said...

Thank you so much for providing your ExportSqlCE SSMS add-in utility! I was trying to create a drop and create script as part of an error handling routine and was having a tough time. Searching yielded your utility and it works great!