开发者

Prefer coding than drop and click

Is it possible to create a database by coding in SQL express via VS 2010? I prefer SQL coding than doing dro开发者_JS百科p and click.


One of the easiest ways to obtain SQL Server 2008 R2 Management Studio Express is to use Microsoft's Web Platform installer. You can easily download this tool which will give you acces to all of the necessary tools to get started with web development.

Using the the mangement studio is easy and has a few new such as SQL 2008 code completion, color coding of tabs, color coding of null columns, etc. You can use the mangaement studio for both 2005 and 2008 databases.

Hope this helps some.


If you install the client tools when you installed the SQL Server, then you have a utility called "SQL Server Management Studio". You can do all your TSQL coding in there.

If you have Visual Studio Team Edition for Database Professionals, you can create a database project and create your DDL and DML structures there.


Your question is not clear: Are you saying you have SQL Server 2008 Express but no Management Studio? The 2008 version of Management Studio is not a stand alone installation and can only be installed as part of the SQL Server 2008 Express with Tools or Advanced installations.

This is now downloadable from here: Microsoft SQL Server 2008 R2 RTM - Management Studio Express

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜