POV-Ray : Newsgroups : povray.off-topic : ODBC : Re: ODBC Server Time
11 Oct 2024 09:16:31 EDT (-0400)
  Re: ODBC  
From: Darren New
Date: 13 Dec 2007 20:23:53
Message: <4761db29$1@news.povray.org>
Gail Shaw wrote:
> SQL Express is a restricted feature set, but it can be used anywhere,
> including on production systems, free.

I'll note that the features that are restricted are performance 
features, not SQL features as such. E.g., it'll only process one request 
at a time, only run on one core, won't do hot backups, stuff like that. 
But in theory anything you write on "real" SQL Server will run without 
change on SQL Express, as long as timing isn't an issue.

I used SQL Express in one project I did where other things (wireless 
bandwidth, primarily) kept us down to a couple of transactions a second, 
and it worked fine.

-- 
   Darren New / San Diego, CA, USA (PST)
     It's not feature creep if you put it
     at the end and adjust the release date.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.