Need to install SQL Server Express database from my app

  • Thread starter Thread starter groovyjman21
  • Start date Start date
G

groovyjman21

Hi, I am developing a c# application that uses SQL Server Express. I
need to be able to install SQL Server Express programmmatically then
run some scripts to create the tables. I can't find much documentation
about how to do this stuff programmatically on the web. So if anybody
has any tips links or sample code on how to do this I'd be grateful.
I'm an intermediate developer and have Visual Studio 2005.
 
Hi, I am developing a c# application that uses SQL Server Express. I
need to be able to install SQL Server Express programmmatically then
run some scripts to create the tables. I can't find much documentation
about how to do this stuff programmatically on the web. So if anybody
has any tips links or sample code on how to do this I'd be grateful.
I'm an intermediate developer and have Visual Studio 2005.
Check out the smo for the sql server 2005, you can almost do everything
with smo.

http://msdn2.microsoft.com/en-us/library/ms162169.aspx
 
Back
Top