July 4, 2009 at 7:52 am
I've got SQL Server 2005 Developer Edition loaded on my home PC, which I do development against. I know there is a limit to the file size of the .mdf file (4 GB), but is there a limit to the number of rows of data that a table could contain?
Rod
July 4, 2009 at 8:14 am
Doctor Who 2 (7/4/2009)
I've got SQL Server 2005 Developer Edition loaded on my home PC, which I do development against. I know there is a limit to the file size of the .mdf file (4 GB), but is there a limit to the number of rows of data that a table could contain?
Actually that is not correct the Developer is an Enterprise edition with no deployment restrictions so it comes without any restrictions, the 4gig MDF file restriction is for Express edition.
If there is any restriction it will be few concurrent users because of the default no deployment restriction.
Kind regards,
Gift Peddie
July 4, 2009 at 9:16 am
Doctor Who 2 (7/4/2009)
I've got SQL Server 2005 Developer Edition loaded on my home PC, which I do development against. I know there is a limit to the file size of the .mdf file (4 GB), but is there a limit to the number of rows of data that a table could contain?
I think Microsoft can best answer this question: http://www.microsoft.com/sqlserver/2008/en/us/developer.aspx
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
July 4, 2009 at 9:31 am
WayneS (7/4/2009)
Doctor Who 2 (7/4/2009)
I've got SQL Server 2005 Developer Edition loaded on my home PC, which I do development against. I know there is a limit to the file size of the .mdf file (4 GB), but is there a limit to the number of rows of data that a table could contain?I think Microsoft can best answer this question: http://www.microsoft.com/sqlserver/2008/en/us/developer.aspx
The OP is running 2005 so the link below is what is needed note the developer is not listed because as I already covered it is the Enterprise edition. I am running both 2005 and 2008 developer edition now.
http://www.microsoft.com/sqlserver/2005/en/us/compare-features.aspx
Kind regards,
Gift Peddie
July 4, 2009 at 10:30 am
Thank you for this great feedback. My guess is the Developer edition restricts the number of concurrent connections, then.
Rod
July 4, 2009 at 10:40 am
Doctor Who 2 (7/4/2009)
Thank you for this great feedback. My guess is the Developer edition restricts the number of concurrent connections, then.
That is just my guess if people decide to use it for production because it cost under $50 online compared to the thousands of dollars the Enterprise edition costs.
Kind regards,
Gift Peddie
July 4, 2009 at 11:41 am
There is no connection limitation on SQL developer edition. It is exactly like Enterprise edition in every way, except it is not licensed for production usage. The licensing on developer edition allows a single developer to use it on as many instances as they like. Additional users must have additional licenses
http://www.microsoft.com/Sqlserver/2005/en/us/developer.aspx
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 4, 2009 at 6:22 pm
GilaMonster (7/4/2009)
There is no connection limitation on SQL developer edition. It is exactly like Enterprise edition in every way, except it is not licensed for production usage. The licensing on developer edition allows a single developer to use it on as many instances as they like. Additional users must have additional licenseshttp://www.microsoft.com/Sqlserver/2005/en/us/developer.aspx
Precisely....
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply