views:

51

answers:

0

I have a database in my SQL Server 2008 and the same database in SQL Server CE 3.5. When I update my main database I use the osql tool to run my upgrade scripts. However, on the CE side there is no osql (or at least, I cannot find it ;).

How do you update your database scheme on a SQ CE database? Obviously, I can read my update script and try to execute them, but I wonder if there is any tool for that.