Reputation: 4997
Is there any way to see what data our database (SQL server Compact 3.5) in Visual Studio 2008? I am unable to see it in SSME
Thanks Furqan
Upvotes: 0
Views: 94
Reputation: 11387
you can use Server Explore
in VS
add a new connection to sql server
-> right click on table -> click on write query
-> write the query and click Ctrl+R
Upvotes: 1