This is a discussion on SQL 2005 Express vs SQL 2000 within the SQL Server forums, part of the Microsoft SQL Server category; --> I'm thinking of migrating our 12 user SQL 2000 db to SQL 2005 Express. The db is about 2 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'm thinking of migrating our 12 user SQL 2000 db to SQL 2005 Express. The db is about 2 gb. Does anyone know if there is a no of users or db size or other restrictions on SQL 2005 Express. How about performance relative to SQL 2000? Thanks in advance.... |
| |||
| "FreeToGolfAndSki" <wlr@genoagroup.com> wrote in message news:1145109633.754240.192500@e56g2000cwe.googlegr oups.com... > I'm thinking of migrating our 12 user SQL 2000 db to SQL 2005 Express. > The db is about 2 gb. Does anyone know if there is a no of users or db > size or other restrictions on SQL 2005 Express. How about performance > relative to SQL 2000? Thanks in advance.... > SQL 2005 Express is limited to 1GB of RAM, a single CPU and a 4GB database. That's about it. It does NOT have the query governor that the MSDE had. In general if it's a small database, you should be fine and may even see an increase in performance. |