Furqan Sehgal
Furqan Sehgal

Reputation: 4997

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) in Visual Studio 2008? I am unable to see it in SSME

Thanks Furqan

Upvotes: 0

Views: 94

Answers (1)

anishMarokey
anishMarokey

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 alt text

Upvotes: 1

Related Questions