1

Closed

error in script generation

description

the screenshot shows the step I took, trying to move my sql server 2008 r2 table to SQL CE 4.0 using vs2012.

right click on the server connection object, create a connection with my sql server 2008 table, select the table, select the place to generate the script, click ok, and error message cause it to stop.

after the error message, no script is generated.

file attachments

Closed Nov 8, 2012 at 7:25 AM by ErikEJ
Wont fix

comments

tsavard wrote Oct 26, 2012 at 1:28 PM

As asked, heres is the script of my table when I go to SSMS and use the SCRIPT TABLE AS -> CREATE TABLE utility, I get this as the resulting script

ErikEJ wrote Oct 29, 2012 at 7:15 AM

The issue is caused by the fact that your table is named 'monsters' (including the hyphens), try to rename it to just monsters and export Again. I will investigate if I can fix this.