SQL CE

  • Thread starter Thread starter Bob Schild
  • Start date Start date
B

Bob Schild

This may be the wrong forum. SQL CE has a Query
Analyzer. Is there soemthing like the SQL Manage that
would allow creating databases and tebales or does it have
to be by scripts in te Query Analyzer?
 
There is a QA in SQL CE, and you can create databases, tables indexes from
QA, without using any scripts. Open QA, on the tab Objects have "Databases"
selected and press green arrow on the bottom. Enter path and optionally
password and there is your database. Then select the database and create
objects as necessary. If you have existing db you want to connect to, select
it and use the same green arrow.

Regards,

Andrej Radinger
 
Back
Top