January 6, 2015 at 7:02 am
Hi
Not sure which forum to post this question but here goes.
My company has a stand alone sql instance with no front end application. The data in this instance is used for importing data to develop and create data sets that are exported in files for analyst to use locally in other applications. How would the licensing be define on this server Production, Non-Production or Development?
January 6, 2015 at 7:04 am
Real data that is used for business decisions? Production.
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
January 6, 2015 at 7:23 am
Thanks Gail!
January 6, 2015 at 8:32 am
jdbrown239 (1/6/2015)
HiNot sure which forum to post this question but here goes.
My company has a stand alone sql instance with no front end application. The data in this instance is used for importing data to develop and create data sets that are exported in files for analyst to use locally in other applications. How would the licensing be define on this server Production, Non-Production or Development?
If the data sets are, say, less that 4GB or so and exist only long enough to pass them to something else, then "BRICK" would be my classification. You could use an instance of SQL Express to handle the imports, conversions, and exports. SQL Express is free. 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 6, 2015 at 1:10 pm
10GB limit for SQL Express 2008 R2, 1 core, 1 GB memory, no SQL Agent.
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
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply