speckytecky Posted May 23, 2012 Posted May 23, 2012 Forgive me if this sounds a stupid question! I have SQL Express set up on a Windows 7 64 bit Workstation and want to save a Hemmings database to it for my DT teacher to access from his workstation and use. I don't want to put the database on our existing SQL on the server. Can I do this - if so how please?
limbo Posted May 23, 2012 Posted May 23, 2012 I might be wrong, but I think one of the restrictions of SQL express over the full version(s) is that there is no network access. It was released primarily to sit underneath a website where all that needs to access it is a local IIS install - presumably to combat the increasing use of MySQL for this purpose. 1
theriver Posted May 23, 2012 Posted May 23, 2012 It is true that MSSQL Express doesn't accept remote connections by default, however there is a way of enabling it. First up, ensure your Windows firewall allows the relevant connection - Configure Windows Firewall for SQL Server 2008 Access Next, enable networking in SQL Server: How to: Enable Network Access in SQL Server Configuration Manager (SQL Server Express) After that you've got the task of configuring your application to connect to the correct server/instance. 1
speckytecky Posted May 23, 2012 Author Posted May 23, 2012 Thanks for the replies. Would it be possible to use this software Hemming with MySQL instead do you think? (I might be wrong, but I think one of wthe restrictions of SQL express over the full version(s) is that there is no network access. It was released primarily to sit underneath a website where all that needs to access it is a local IIS install - presumably to combat the increasing use of MySQL for this purpose.
theriver Posted May 24, 2012 Posted May 24, 2012 I think not - the DB create script won't work on MySQL without a rewrite, and it's unlikely that the SQL generated by the application is basic enough to be understood by both. 1
plexer Posted May 24, 2012 Posted May 24, 2012 I might be wrong, but I think one of the restrictions of SQL express over the full version(s) is that there is no network access. It was released primarily to sit underneath a website where all that needs to access it is a local IIS install - presumably to combat the increasing use of MySQL for this purpose. I'm sure it is available from other applications we use it for our access control and res workspace manager and both those have client apps that access it over the network. Ben 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now