SQL Server 2008 : Standard or SQL Express
        Posted  
        
            by dr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by dr
        
        
        
        Published on 2009-06-12T22:15:22Z
        Indexed on 
            2010/05/30
            8:52 UTC
        
        
        Read the original article
        Hit count: 276
        
sql
|sql-server-2008
Which is a better choice on a development box if you primarily develop Asp.Net applications and SSRS reports. I have never had to use the Express editions, so I don't really know the pros or cons.
The cons I have listed for Standard+ editions are:
- toll it takes on system resources
- pain to attach database for projects
- pain to detach unused databases
- $$$
Pros:
- You have everything you need
- Management Studio features
- Easy move to production
© Stack Overflow or respective owner