Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
1k views

How do I deploy an Oracle database?

I have an ASP .NET application that connects to an Oracle or a SQL Server database. An installer has been developed to install a fresh database to an existing SQL Server using sql commands such as ...
3
votes
1answer
156 views

Discrepancy in Number of Tables in Database of each Magento Installation of same Version

I am currently using Magento version 1.4.0.0. For different clients, when I install this same version of Magento, I get different number of tables in database of each of the clients. I think the ...
1
vote
1answer
77 views

implementing a Distributed System/database

HI Guys; We are implementing a system in the company i work for where by we will need to install the system in various sites of the same client (warehouses). The users in all sites should see the ...
1
vote
2answers
539 views

Sql Server Compact Edition database deployment strategy

I have a question about the most appropriate way to deploy a SQL Server CE database with our client application. I understand we need to install the SQL Server CE prerequisites etc., so this isn't a ...
0
votes
2answers
125 views

InstallAware database rollback

Does anyone know how to make InstallAware do a rollback of a database when the user clicks 'Cancel'? Unlike InstallShield I'm not seeing any way to specify when individual scripts run.