microsoft sql express management studio 2005


SQL Server 2005?

All I know is the basics of how to query the database. I want to learn more about the design and base data and as a software on my laptop so I can practice. My ambition is to become a DBA. 2 qns ….( 1) Do not undersand the differences between SQL, MySQL and Oracle, and any others may be in the market …. are not all equal? (2) I intalled Microsoft SQL Server Management Studio Express on my laptop at www.microsoft.com. As soon as you click on Start / Programs / Microsoft SQL Server 2005, calls for me the server name (or sometimes asks for my username and password) … I would practice at the local level, I am a newbie to this …. can someone help me get started? Have I installed the software wrong?

Microsoft SQL Server Management Studio Express is graphical management tool for managing SQL Server 2005 Express Edition. So would you have SQL Server 2005 Express Edition first. http://msdn.microsoft.com/vstudio/express/sql/default.aspx Regarding the difference between SQL, MySQL and Oracle … SQL is the query language for structured – Is a language that is used to make database queries. The others are the database servers – where data is stored.

Leave a Reply