Re: SQL Server Developer Edition Connection Limit?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



AFAIK --> there are no limitation compared to the EE.

http://www.microsoft.com/sql/evaluation/overview/default.asp


HTH, Jens Süßmeyer.

---
http://www.sqlserver2005.de
---

"Matthew Fisher" <Matthew Fisher@xxxxxxxxxxxxxxxxxxxxxxxxx> schrieb im
Newsbeitrag news:BF503F24-7D56-4571-8F01-4B5F86FF3A5C@xxxxxxxxxxxxxxxx
> Once and for all because there is no information posted on the SQL Server
> Website.
> Is SQL Server 2000 Developer Edition Connection Limited?
>
> From articles I have read and information which I assumed it is. But there
> is no clear definition that there is a limit in the documentation on this
> website.
>
> Thanks,
>
> Matthew Fisher
> Technical Architect
> Melbourne 2006 Commonwealth Games Corporation


.



Relevant Pages

  • Re: get the windows user from SQL server
    ... Look at BOL, in the Functions: ... HTH, Jens Süßmeyer ... > I have an application that use SQL server, (the conexion is not by nt ...
    (microsoft.public.sqlserver.clients)
  • Re: MS SQL-Server Express licensing
    ... SQL Server is free to use:-) ... HTH, jens K. Suessmeyer. ...
    (microsoft.public.sqlserver.msde)
  • Re: User SQL access problem
    ... do you want to use SQL Server authentication or Windows authentication ... Is the Sql Server and the users connecting in the same domain? ... HTH, Jens K. Suessmeyer. ...
    (microsoft.public.sqlserver.connect)
  • Re: SQL Sever Version
    ... SQL Server 2005 is available now? ... > HTH, Jens Süßmeyer. ... Prev by Date: ...
    (microsoft.public.sqlserver.setup)
  • Re: Run as a transaction?
    ... I wouldn't do it that - any hits to your website that use the table during the short period it doesn't exist will fail. ... You could just use a script to delete rows no longer required, update existing rows that have changed, and add new rows, and if you make those work with 1 row at a time. ... What you need to do is upload to a temp, or more likely working table and then run a background job to migrate the records to your main table a little at a time. ... SQL Server DBA in Sacramento, ...
    (microsoft.public.sqlserver.programming)