I would like to do everything on SQL Server but I was wondering if there were any "gotchas" I should be aware of. Is this what most people do?
Thanks Russ Brown (Using C#2010/SQL Server 2008)
SQL Express Limitations
Past that, they are the same. In our medical application, we have many users that stick with the express version for smaller shops until they get close to the limit then purchase a full version of SQL. When this is done, it is just a matter of loading the full version and moving over the database if the instance changes.
During development, we generally stick with the full version. We use the Developer Edition for development usually, but also have a Standard Edition or two loaded as well.
Since you even use SQL Express in your medical applications I feel even more confident. Russ Brown (Using C#2010/SQL Server 2008)