How to see data on a database in Visual studio 2008
Is there any way to see what data our database (SQL server Compact 3.5开发者_StackOverflow) in Visual Studio 2008? I am unable to see it in SSME
Thanks Furqan
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
精彩评论