This might be a dumd question,
But how do I create a database in SQL2005 the application installed on the server is below
Windows 2003 server , IIS 6.0 , .NET Framework 2.0 Beta 2 , Visual studio 2005 Team suite Beta 2 , Visual studio 2005 Team Foundation Server Beta 2, SQL server April Community Technology.
Thanks in advance.
you can use the Sql Server Management Studio Shiped with Sql Server 2005.
Or you code your own app using SQL-Statements (Create Database myDB).
No comments:
Post a Comment