Click here to Skip to main content
15,892,005 members
Articles / Database Development / SQL Server

Deploy SQL Server databases easily with an Installer class

Rate me:
Please Sign up or sign in to vote.
4.91/5 (50 votes)
6 Apr 2005CPOL3 min read 246.8K   8.7K   175  
Deploy MS SQL Server databases using System.Configuration.Install and a VS.NET Setup Project.
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SqlInstall", "SqlInstall\SqlInstall.csproj", "{993DA17C-1609-48DF-A6AE-80AD8DD8FAB9}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "DataBaseSetup", "DataBaseSetup\DataBaseSetup.vdproj", "{68304D84-4434-4092-A524-0FC0572B311E}"
	ProjectSection(ProjectDependencies) = postProject
	EndProjectSection
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		Debug = Debug
		Release = Release
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{993DA17C-1609-48DF-A6AE-80AD8DD8FAB9}.Debug.ActiveCfg = Debug|.NET
		{993DA17C-1609-48DF-A6AE-80AD8DD8FAB9}.Debug.Build.0 = Debug|.NET
		{993DA17C-1609-48DF-A6AE-80AD8DD8FAB9}.Release.ActiveCfg = Release|.NET
		{993DA17C-1609-48DF-A6AE-80AD8DD8FAB9}.Release.Build.0 = Release|.NET
		{68304D84-4434-4092-A524-0FC0572B311E}.Debug.ActiveCfg = Debug
		{68304D84-4434-4092-A524-0FC0572B311E}.Release.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO VeriTech.io
Romania Romania
Co-Founder at VeriTech.io. Passionate about software architecture, SOA, domain driven design, continuous integration, .NET and Javascript programming. I write on www.stefanprodan.com.

Comments and Discussions