Mobile SQL 2005

  • Thread starter Thread starter ThisBytes5
  • Start date Start date
T

ThisBytes5

Where can I find a Query analyzer for Mobile SQL 2005? I've done a bit
of searching and haven't found anything of much use.

Thanks
 
The best query analyzer to use with SQL Mobile comes with SQL Server 2005
Developer and it's called SQL Server Management Studio. Most people think of
using it with SQL Server, but it also works very well with SQL Mobile (but
not SQL CE) databases.
 
There are a lot of resources on the web:
http://www.google.com/search?hl=en&q=sql+server+management+studio

Here's a tutorial:
http://msdn2.microsoft.com/en-us/library/ms167593(SQL.90).aspx

The main thing that's different when you're working with a SQL Mobile
database is that you specify that you want a SQL Mobile database to connect
to. The other main thing is that some of the functionality in Management
Studio doesn't apply (and is therefore disabled) when you're working with a
SQL Mobile database.
 
Back
Top