What is diff b/w Sql server Management studio and sql server express ?
I installed both,but did'nt find the usage of sql server express.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RanjithKumar chiguruvadaPosted Oct 11, 2012, 11:23 AM
sql server express is a database engine that stores data and allows you to query it. Sql server Management studio Express is a management tool that provides a graphic interface for working with SQL Server database servers. If you want to store data, you only need sql server express, if you want to manage you data with a GUI tool, you also need management studio.