Link to home
Start Free TrialLog in
Avatar of Woggy64
Woggy64Flag for United States of America

asked on

SQL2008 with SQL2008 Express?

I have a WinSvr2008/SQL2008 server running for our ERP platform, which is the only thing running on it.   We also use Autodesk Vault, which for their 2014 version needs to go on a WinSvr2008 box.  Autodesk vault will install a version of SQL2008 Express - will this cause any issues for the full version of SQL2008?   I do not want to customize the Vault install, which there are directions to load into a SQL server if we choose, or we can let it run it's own version of SQL express - which we would prefer to let be on since Autodesk usually will wash their hands if you customize anything when installing their stuff.

Anyone happen to have done this before?
Avatar of David Todd
David Todd
Flag of New Zealand image

Hi,

Can you test first and see exactly which version of SQL Express that Autodesk uses?

They should be able to run side-by-side.

And even if your SQL is 2008R2, SQL Express has no tools, so that should clash with your existing SQL.

The one thing that would concern me is what else is Autodesk doing to the server, besides updating a SQL Express database - is it storing huge files in the filesystem? If so, I'd not want that on the database server.

HTH
  David

PS Test first if you can!
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Generally, you can add another instance of the same or newer.

There are issues when trying to install older tools when the newer tools are already installed.

And yes, I've found that SSMS 2012 can do most of what I need against SQL 2000.

However I've read that there are issues between BIDS 2005 & BIDS 2008. As in it pays to use the same version BIDS as the target SSIS. But this isn't a SQL Express issue.

So it should be okay with the caveats I raised above - what else besides an install of SQL Express is the Autodesk install doing to your server?

Regards
  David
Avatar of Woggy64

ASKER

Thanks.  We were thinking it should not bother the original full version, but thought "why not throw it out here" to ask if anyone has done it and either had no issues, or it bought their world down.