I am a beginner in databases. What edition of sql server i should start with?
Next the project i have to work on is a simple project and needs a small database.
i downloaded the SQL server 2005 express edition from microsoft’s site and installed it. It showed me SQL server configuration manager , SQL server surface area configuration and sql server error and usage reporting.
i dont know what to install further to get the interface of creating tables, running my queries and producing my database?
When you start learning something new, I can assure you nothing is urgent. It will take many days (years, in fact) until you have the knowledge you seek.
Right now, get the SQL Server 2008 R2 Express with Advanced Services along with the SQL Server 2008 R2 Management Studio Express. This contains a management tool that allows you to create tables and run queries.