• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

SQL Server help

msi1337

Diamond Member
The situation exists where I am trying to help a friend who runs an automotive shop. He has two software packages installed on a system from competing vendors. He is telling me that only one package will work at one time due to the following issue:

http://sm.uploads.im/t/x1ahb.jpg

One of the applications requires Shared Memory to be Enabled, and the other requires it to be disabled.. how do we get around this?
 
Set up another instance on the SQL Server, and run one on each instance, looks like that's a per-instance setting.
 
Yep. Install another instance using different name.

Just make sure the machine has enough memory to run 2 SQL Server instances.

And the applications need to be configured to connect to the correct one.

The problem is whether those packages support non default instances.

 
Last edited:
Back
Top