Question:
Running applications without SQL Server database only client tools?
2007-06-19 06:05:44 UTC
How to run an application on a system without instaling SQL Server by inserting SQL Server's CD? i mean, i want to install my application using some installation wizards and the sql server also will installed automatically. anyone knows any idea? I heard abt installing only SQL Server client tools..
I am using MS SQL Server 7

Please help me
Three answers:
2007-06-19 07:00:45 UTC
There is a SQL Server 2005 Express Edition redistributable installer from Microsoft that should suit your needs:



http://www.microsoft.com/downloads/details.aspx?FamilyID=220549b5-0b07-4448-8848-dcc397514b41&DisplayLang=en



If you plan to redistribute the installer, Microsoft requires you to sign up for that (it's free):



http://www.microsoft.com/sql/editions/express/redistregister.mspx
Venkat K
2007-06-19 06:32:55 UTC
You can wrap your installation wizard and sqlserver installation in a batch file and execute the batch file
MCAD
2007-06-19 07:58:27 UTC
sure you can install only client or connectivity tools, not overall engine


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...