Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
Could I read data from production environment by using SQL Server developer edition?
Maybe exist some licensing restrictions about that?
Technically, there is nothing to stop you. As far as I know is the Developer Edition just different in the not for production purposes statement. It is actually a Enterprise Edition.
If the license allows it? Presumably not if you use it for production purposes. If you use it as part of your development process, it probably is allowed.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 1 year ago.
Improve this question
Need to know whether each microservice container needs its specific SQL Server container or only one SQL Server container for all the microservices?
If the three microservices are closely related, built by the same team, and released on the same schedule it would be reasonable for them to share a repository.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Currently, we have 12 Azure Sql Databases and typically 1 or more will need to be updated with a SQL query.
Today, I had a request to delete the same records from all 12.
Are there any tools or ways I can do this without having to connect to each one and running the query?
Aaron Bertrand's sp_foreachdb will let you do this by using the #database_list parameter.
Alternatively, there are third party plugins for SQL Server Management Studio that can do this, one which is Devart SQLComplete but only in the premium version (which does have a 30 day free trial)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I am beginner in Oracle 11g. I have created a database in oracle 11g(Application Express).
I want to export this database with all data(whole workspace) and import this to another computer where I already have installed Oracle.Is there any way to export-import the whole workspace in oracle 11g application express?
For a full database export/import use
exp user#DB FULL=Y FILE=PATH_TO_DUMPFILE
imp user#DB FULL=Y FILE=PATH_TO_DUMPFILE
The user must have EXP_FULL_DATABASE resp IMP_FULL_DATABASE role (or something equivalent, like DBA). DB is your database (e.g. XE, if you have expreess edition)
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have to move a postgresql 8.4 server for the company I work from the existing server to a new one. After several attempts the problem that raises is that I cannot clone the database as is. There are several schemas included and user privileges which I would like to maintain since there is no one around from the old stuff to configure it properly.
If you are going from 8.4 on the old server to 8.4 on the new server and both servers have the architecture and operating system (e.g. both 32bit, both same Linux version) then you can copy the data directory after shutting down the old server.
Again: copying the data directory is only reliable if Postgres has been shut down and the environments are the same.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
Where can I find the license terms for Microsoft Biztalk Server? (especially the Developer license).
I've found the pricing and licensing page, which links to a FAQ - but I can't find the actual legal document anywhere (i.e. the actual license terms).
The closest is a 100+ page document of "user rights" - but it is only the changes from previous licenses (and it covers all their products).
About Licensing/Product Licensing
and BizTalk Server 2009 Developer Edition.
It's organized as diffs from more general documents.