Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
helo
i want to develop a heavy dtabase, containing of millions of records. What will be the best suitable tools among below 4 combinations to learn quickly and develop the database in less time.
1- Net beans + SQL server 2005
2- Net Beans + My SQL Query Browser
3- Visual Studio + SQL server 2005
4- ASP.net + SQL Server 2005

Regards
Posted
Comments
Ankur\m/ 6-Jan-11 8:57am    
Use comments to respond to the user rather than answer for it notifies him/her whereas an answer doesn't.
wizardzz 6-Jan-11 10:30am    
BTW, millions of entries is not heavy by any means.
fjdiewornncalwe 6-Jan-11 14:58pm    
@wizardzz: I agree that millions is quite typical and not heavy, but big enough that you want an enterprise level system.

SQL Server 2008. What app platform you use is dependent on what you need - a web app, or a desktop app, as well as what your target users are - Windows or all platforms. If you need a web app and you're targeting all platforms, go ASP.Net. Personally, I would choose Silverlight because it presents a much richer application experience, but some folks just don't like developing for Silverlight.

 
Share this answer
 
v2
Comments
Espen Harlinn 6-Jan-11 8:44am    
5+ Definitely SQL Server 2008, or Oracle, or DB2 - use current version
Ankur\m/ 6-Jan-11 8:55am    
[moved from answer]
OP wrote:
It is not web applicaion, a desktop application, like a database of huge members of an organization.
I have worked in asp.net some months ago, what should i review to fresh my concepts for silverlight. Is it free ware bcz i dont have budget to purchase software.
i like your suggestion anyway, thks
OP wrote:
Is it free ware bcz i dont have budget to purchase software.


Probably you need to use open-sources like MySQL[^] or SQLite[^] with PHP[^]
 
Share this answer
 
Comments
Sandeep Mewara 8-Jan-11 2:39am    
Why downvote? 5!
Since you are low on budget, Net Beans + My SQL Query Browser
might be your only choice.
 
Share this answer
 
Dear Friend
If you dont have budget to buy softwares then go a head with open source
ie java with my sql. both are free of cost
If you are looking for web application then go a head with
jsp/j2ee/php in netbeans/eclipse and my sql

You can also use visual studio pirited versions, buts its too risky, i advise not to go a head
If the client is willing to buy windows servers(2003); for hosting application in case of web application;& SQL Server then its ok, you can go a head with visual studio and web application(asp.net 2.0/3.5/silverlight/windows application) and sqlserver.
Else go a head with mysql and php.j2ee/java/php in Linux, Apache, My Sql environment where all these items are free of cost you can download My sql java and Apache Server from Internet.
You will also get Ubuntu linux CD free of cost and no shipment charges within one month once you ordered. where you can host the application in case of web application

My Personnel Advice
Consider the client, his budget and technical knowldge to choose technology. As they are users

Regard
Vipin Kumar Mallaya
 
Share this answer
 
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900