SQL express and SQL

Soldato
Joined
10 Aug 2003
Posts
2,693
Location
London
Hey guys i have a quick question regarding SQL express and SQL. I currently have SQL express 2005 installed which is being used by Websense Express. But I now need to install another program which comes with SQL 2008. Can I have both SQL and SQL express running at the same time? Or is it better for me to uninstall SQL express and websense, then install the new program and SQL 2008. After which reinstalling websense express?
Thanks in advance guys :)
 
thought as much.. i will have to uninstall sql express and re-install the websense express after installing SQL 2008
Thanks.
 
but would it be easier and more efficient just to have only SQL 2008 running and have both programs use SQL 2008?
 
I have another application that uses MSDE, can that program use SQL 2008 instead of MDSE.. or will i have to leave MSDE on the server?
 
As per the other posters, yes you can run both SQL instances but there isn't a lot of point "assuming" the application that currently runs on MSDE is supported running on SQL 2008 - I'm assuming your MSDE is SQL 2000/2005

Might just need to re-point the MSDN application to the new SQL 2008 install. Check how with vender I guess (or look for a connection in Admin Tools > Data Sources)

HTH
UP
 
I have another application that uses MSDE, can that program use SQL 2008 instead of MDSE.. or will i have to leave MSDE on the server?

Yes you can use full fat SQL assuming your application lets you point at an instance, which would be very strange if it did not!
 
I need a bit of help now with regards to backing up the SQL databases, where would they be stored? I have SQL 2008 install at C:\program files... etc.
I currently have a batch file which I run to backup to A NAS drive.. which folders would I need to add to the is batch file inorder to save the SQL databases/table data to the NAS?
THanks in advance guys :)
 
The default instance is stored at "C:\Program Files\Microsoft SQL Server\MSSQL\Data" by default. You should find a bunch of .mdfs that related to the DBs you run.

If you are running named instances it's normally "C:\Program Files\Microsoft SQL Server\named instance".
 
i have a problem backingup/copying these files... the error message i get is:
Error copying "C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf" to "\\192.168.0.61\public\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf": The process cannot access the file because it is being used by another process.

How can i work around this? Ideally I want a automated backing up system.
Thanks guys :)
 
thanks... how would i incorporate this into my batch file and cobian 9 backup which I also use?
Thanks again
 
Just to let guys know that the latest version of Cobian backup uses VSS, I will be running it tonight and will let you know if it works :)
 
Last edited:
Back
Top Bottom