Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sql server editions relared question

Status
Not open for further replies.

rizunb

Programmer
Feb 27, 2003
63
CA
Hi people

Ok I understand that sqlserver 2000 standard and enterprize
editions can on work on windows 2000 advance server or higher and sqlserver 2000 personal and developer edition can work on windows 2000 professional.

Now what i dont know is which edition i need to use.
what I want to do is :

1) connect SQL Server to VB.NET applications through ODBC
2) Write some sql inside VB to manipulate records like insert, delete and update records in sqlserver
3) be able to create and delete tables in sqlserver
4) write few stored procedures and calling them within VB.NET
5) connect ASP.NET with sqlserver through IIS

Now to be able to do all these, do I need sqlserver 2000 standard edition or developer edition will do all these?????

Thanks in advance



 
Developer will do it, BUT it is licensed for development/testing only. You cannot run a production server with the developer version. I suggest reading the eula for more detailed information.
 
Also, for #1, why would you want to use ODBC when .Net has SqlConnections built into the framework?

There are also other, cheaper options. If you AREN'T running a production database, and $400 for developer is still alot, and you don't need much space, you could get some SQL space from a web host for $10-$20 a month use that.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top